git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-04-09 01:42:52 to 2018-04-10 12:57:19 UTC [more...]

[PATCH v7 00/14] Serialized Git Commit Graph
 2018-04-10 12:56 UTC  (11+ messages)
` [PATCH v8 "
  ` [PATCH v8 01/14] csum-file: rename hashclose() to finalize_hashfile()
  ` [PATCH v8 02/14] csum-file: refactor finalize_hashfile() method
  ` [PATCH v8 03/14] commit-graph: add format document
  ` [PATCH v8 04/14] graph: add commit graph design document
  ` [PATCH v8 05/14] commit-graph: create git-commit-graph builtin
  ` [PATCH v8 06/14] commit-graph: implement write_commit_graph()
  ` [PATCH v8 07/14] commit-graph: implement git-commit-graph write
  ` [PATCH v8 08/14] commit-graph: implement git commit-graph read
  ` [PATCH v8 09/14] commit-graph: add core.commitGraph setting

[PATCH v5 00/12] rebase -i: offer to recreate merge commits
 2018-04-10 12:30 UTC  (17+ messages)
` [PATCH v6 00/15] rebase -i: offer to recreate commit topology
  ` [PATCH v6 01/15] sequencer: avoid using errno clobbered by rollback_lock_file()
  ` [PATCH v6 02/15] sequencer: make rearrange_squash() a bit more obvious
  ` [PATCH v6 03/15] git-rebase--interactive: clarify arguments
  ` [PATCH v6 04/15] sequencer: introduce new commands to reset the revision
  ` [PATCH v6 05/15] sequencer: introduce the `merge` command
  ` [PATCH v6 06/15] sequencer: fast-forward `merge` commands, if possible
  ` [PATCH v6 07/15] rebase-helper --make-script: introduce a flag to rebase merges
  ` [PATCH v6 08/15] rebase: introduce the --rebase-merges option
  ` [PATCH v6 09/15] rebase --rebase-merges: add test for --keep-empty
  ` [PATCH v6 10/15] sequencer: make refs generated by the `label` command worktree-local
  ` [PATCH v6 11/15] sequencer: handle post-rewrite for merge commands
  ` [PATCH v6 12/15] rebase --rebase-merges: avoid "empty merges"
  ` [PATCH v6 13/15] pull: accept --rebase=merges to recreate the branch topology
  ` [PATCH v6 14/15] rebase -i: introduce --rebase-merges=[no-]rebase-cousins
  ` [PATCH v6 15/15] rebase -i --rebase-merges: add a section to the man page

What's cooking in git.git (Apr 2018, #01; Mon, 9)
 2018-04-10 12:25 UTC  (9+ messages)

git log slow - due to fetching ref name prefixes despite format string not needing them
 2018-04-10  9:57 UTC 

[PATCH 0/8] gpg-interface: Multiple signing tools
 2018-04-10  9:44 UTC  (15+ messages)
` [PATCH 1/8] gpg-interface: handle bool user.signingkey
` [PATCH 2/8] gpg-interface: modernize function declarations
` [PATCH 3/8] gpg-interface: use size_t for signature buffer size
` [PATCH 4/8] gpg-interface: fix const-correctness of "eol" pointer
` [PATCH 5/8] gpg-interface: extract gpg line matching helper
` [PATCH 6/8] gpg-interface: find the last gpg signature line
` [PATCH 7/8] gpg-interface: prepare for parsing arbitrary PEM blocks
` [PATCH 8/8] gpg-interface: handle alternative signature types

[RFC PATCH 1/1] completion: load completion file for external subcommand
 2018-04-10  9:37 UTC  (6+ messages)

Want to start contributing to git through this task: "Use dir-iterator to avoid explicit recursiv
 2018-04-10  8:41 UTC  (3+ messages)

[PATCH] Make running git under other debugger-like programs easy
 2018-04-10  8:26 UTC  (5+ messages)
` [PATCH v2] "

[RFC PATCH 00/19] object-store refactoring 3 (replace objects, main ref store)
 2018-04-10  7:32 UTC  (41+ messages)
` [PATCH 02/19] replace-object: move replace_object to object store
` [PATCH 06/19] refs: add repository argument to get_main_ref_store
` [PATCHv2 00/16] object-store refactoring 3 (replace objects, main ref store)
  ` [PATCH 01/16] replace_object: use oidmap
  ` [PATCH 02/16] replace_object.c: rename to use dash in file name
  ` [PATCH 03/16] replace-object: move replace_map to object store
  ` [PATCH 04/16] object-store: move lookup_replace_object to replace-object.h
  ` [PATCH 05/16] replace-object: eliminate replace objects prepared flag
  ` [PATCH 06/16] replace-object: check_replace_refs is safe in multi repo environment
  ` [PATCH 07/16] refs: add repository argument to get_main_ref_store
  ` [PATCH 08/16] refs: add repository argument to for_each_replace_ref
  ` [PATCH 09/16] replace-object: add repository argument to prepare_replace_object
  ` [PATCH 10/16] replace-object: add repository argument to do_lookup_replace_object
  ` [PATCH 11/16] replace-object: add repository argument to lookup_replace_object
  ` [PATCH 12/16] refs: store the main ref store inside the repository struct
  ` [PATCH 13/16] refs: allow for_each_replace_ref to handle arbitrary repositories
  ` [PATCH 14/16] replace-object: allow prepare_replace_object "
  ` [PATCH 15/16] replace-object: allow do_lookup_replace_object "
  ` [PATCH 16/16] replace-object: allow lookup_replace_object "

[PATCH] specify encoding for sed command
 2018-04-10  7:18 UTC  (3+ messages)

Windows > git.exe > the result of "git branch" does not always highlight the current branch
 2018-04-10  6:30 UTC  (7+ messages)

[PATCH] builtin/config.c: prefer `--type=bool` over `--bool`, etc
 2018-04-10  4:13 UTC  (10+ messages)
` [PATCH v7 0/2] builtin/config.c: support `--type=<type>` as preferred alias for `--type`
  ` [PATCH v7 1/2] builtin/config.c: treat type specifiers singularly
  ` [PATCH v7 2/2] builtin/config.c: support `--type=<type>` as preferred alias for `--type`

[PATCH 0/4] Teach `--default` to `git-config(1)`
 2018-04-10  1:54 UTC  (8+ messages)
` [PATCH v6 0/3] "
  ` [PATCH v6 1/3] builtin/config: introduce `--default`
  ` [PATCH v6 2/3] config.c: introduce 'git_config_color' to parse ANSI colors
  ` [PATCH v6 3/3] builtin/config: introduce `color` type specifier

[PATCH v3 0/4] Teach `--default` to `git-config(1)`
 2018-04-10  0:20 UTC  (5+ messages)
  ` [PATCH v4 1/3] builtin/config: introduce `--default`

[PATCH v5 0/6] worktree: teach "add" to check out existing branches
 2018-04-09 22:06 UTC  (13+ messages)
` [PATCH v6 "
  ` [PATCH v6 6/6] "
    ` [PATCH v6 6.5/6] fixup! "

[PATCH] Fix condition for redirecting stderr
 2018-04-09 20:09 UTC  (3+ messages)

[RFC PATCH 0/1] completion: Dynamic completion loading
 2018-04-09 19:49 UTC  (5+ messages)
` [RFC PATCH 1/1] completion: Load completion file for external subcommand

[PATCH 0/6] Compute and consume generation numbers
 2018-04-09 17:59 UTC  (13+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] object.c: parse commit in graph first
  ` [PATCH v2 02/10] merge: check config before loading commits
  ` [PATCH v2 03/10] commit: add generation number to struct commmit
  ` [PATCH v2 04/10] commit-graph: compute generation numbers
  ` [PATCH v2 05/10] commit: use generations in paint_down_to_common()
  ` [PATCH v2 06/10] commit.c: use generation to halt paint walk
  ` [PATCH v2 07/10] commit-graph.txt: update future work
  ` [PATCH v2 08/10] ref-filter: use generation number for --contains
  ` [PATCH v2 09/10] commit: use generation numbers for in_merge_bases()
  ` [PATCH v2 10/10] commit: add short-circuit to paint_down_to_common()

Is offloading to GPU a worthwhile feature?
 2018-04-09 17:57 UTC  (3+ messages)

[PATCH 0/3] Lazy-load trees when reading commit-graph
 2018-04-09 17:25 UTC  (6+ messages)
` [PATCH v2 0/4] "

[PATCH/RFC 0/5] Keep all info in command-list.txt in git binary
 2018-04-09 16:16 UTC  (13+ messages)
` [PATCH/RFC 2/5] git.c: implement --list-cmds=all and use it in git-completion.bash
` [PATCH/RFC 3/5] generate-cmdlist.sh: keep all information in common-cmds.h
` [PATCH/RFC 5/5] help: add "-a --verbose" to list all commands with synopsis

[PATCH 1/2] git-worktree.txt: recommend 'git worktree remove' over manual deletion
 2018-04-09 16:11 UTC  (3+ messages)
` [PATCH 2/2] git-worktree.txt: unify command-line prompt in example blocks

[PATCH] t5404: relax overzealous test
 2018-04-09 13:52 UTC  (5+ messages)

Created an open source repo for gitworkflow
 2018-04-09 13:51 UTC 

[RFC PATCH] Add "git show --follow-symlinks HEAD:symlink"
 2018-04-09  9:28 UTC  (2+ messages)

[PATCH] configure.ac: fix botched FREAD_READS_DIRECTORIES check
 2018-04-09  8:50 UTC 

[PATCH v5 0/5] Convert some stash functionality to a builtin
 2018-04-09  8:32 UTC  (5+ messages)
` [PATCH v5 1/5] stash: improve option parsing test coverage

[PATCH 0/9] Assorted fixes for `git config` (including the "empty sections" bug)
 2018-04-09  8:32 UTC  (29+ messages)
` [PATCH v2 00/15] "
  ` [PATCH v2 08/15] config: introduce an optional event stream while parsing
  ` [PATCH v2 09/15] config: avoid using the global variable `store`
  ` [PATCH v2 11/15] git_config_set: do not use a state machine
  ` [PATCH v3 00/15] Assorted fixes for `git config` (including the "empty sections" bug)
    ` [PATCH v3 01/15] git_config_set: fix off-by-two
    ` [PATCH v3 02/15] t1300: rename it to reflect that `repo-config` was deprecated
    ` [PATCH v3 03/15] t1300: demonstrate that --replace-all can "invent" newlines
    ` [PATCH v3 04/15] config --replace-all: avoid extra line breaks
    ` [PATCH v3 05/15] t1300: avoid relying on a bug
    ` [PATCH v3 06/15] t1300: remove unreasonable expectation from TODO
    ` [PATCH v3 07/15] t1300: add a few more hairy examples of sections becoming empty
    ` [PATCH v3 08/15] t1300: `--unset-all` can leave an empty section behind (bug)
    ` [PATCH v3 09/15] config: introduce an optional event stream while parsing
    ` [PATCH v3 10/15] config: avoid using the global variable `store`
    ` [PATCH v3 11/15] config_set_store: rename some fields for consistency
    ` [PATCH v3 12/15] git_config_set: do not use a state machine
    ` [PATCH v3 13/15] git_config_set: make use of the config parser's event stream
    ` [PATCH v3 14/15] git config --unset: remove empty sections (in the common case)
    ` [PATCH v3 15/15] git_config_set: reuse empty sections

[PATCH 1/1] perl: fix installing modules from contrib
 2018-04-09  4:54 UTC  (3+ messages)

[PATCH v8] ls-remote: create '--sort' option
 2018-04-09  3:57 UTC  (4+ messages)
` [PATCH 3/3] ref-filter: factor ref_array pushing into its own function

[PATCH] t/helper: 'test-chmtime (--get|-g)' to print only the mtime
 2018-04-09  3:29 UTC  (3+ messages)

[PATCH v13 1/4] ref-filter: use "struct object_id" consistently
 2018-04-09  2:31 UTC  (12+ messages)
` [PATCH] ls-remote: create option to sort by versions
  ` [PATCH v12 4/4] ls-remote: create '--sort' option
  ` [PATCH v13 "
  ` [PATCH v14 1/4] ref-filter: use "struct object_id" consistently
  ` [PATCH v14 2/4] ref-filter: make ref_array_item allocation more consistent
  ` [PATCH v14 3/4] ref-filter: factor ref_array pushing into its own function
  ` [PATCH v14 4/4] ls-remote: create '--sort' option

git 2.17.0: uninitialized value $rec in scalar chomp at ...Git.pm line 557
 2018-04-09  2:09 UTC  (4+ messages)
` [PATCH] git-svn: avoid warning on undef readline()

[RFC PATCH 0/7] Fix `git clean` with pathspecs
 2018-04-09  2:07 UTC  (6+ messages)
` [RFC PATCH 4/7] dir: Directories should be checked for matching pathspecs too

[PATCH v12 1/4] ref-filter: use "struct object_id" consistently
 2018-04-08 12:28 UTC 


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).