git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-12-26 10:23:07 to 2016-12-31 10:43:15 UTC [more...]

[PATCH v15 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-12-31 10:43 UTC  (6+ messages)
` [PATCH v15 15/27] bisect--helper: `bisect_next` and `bisect_auto_next` shell function in C

[PATCH v3 00/23] Delete directories left empty after ref deletion
 2016-12-31  8:01 UTC  (34+ messages)
` [PATCH v3 01/23] files_rename_ref(): tidy up whitespace
` [PATCH v3 02/23] t5505: use "for-each-ref" to test for the non-existence of references
` [PATCH v3 03/23] safe_create_leading_directories_const(): preserve errno
` [PATCH v3 04/23] safe_create_leading_directories(): set errno on SCLD_EXISTS
` [PATCH v3 05/23] raceproof_create_file(): new function
` [PATCH v3 06/23] lock_ref_sha1_basic(): inline constant
` [PATCH v3 07/23] lock_ref_sha1_basic(): use raceproof_create_file()
` [PATCH v3 08/23] rename_tmp_log(): "
` [PATCH v3 09/23] rename_tmp_log(): improve error reporting
` [PATCH v3 10/23] log_ref_write(): inline function
` [PATCH v3 11/23] log_ref_setup(): separate code for create vs non-create
` [PATCH v3 12/23] log_ref_setup(): improve robustness against races
` [PATCH v3 13/23] log_ref_setup(): pass the open file descriptor back to the caller
` [PATCH v3 14/23] log_ref_write_1(): don't depend on logfile argument
` [PATCH v3 15/23] log_ref_setup(): manage the name of the reflog file internally
` [PATCH v3 16/23] log_ref_write_1(): inline function
` [PATCH v3 17/23] delete_ref_loose(): derive loose reference path from lock
` [PATCH v3 18/23] delete_ref_loose(): inline function
` [PATCH v3 19/23] try_remove_empty_parents(): rename parameter "name" -> "refname"
` [PATCH v3 20/23] try_remove_empty_parents(): don't trash argument contents
` [PATCH v3 21/23] try_remove_empty_parents(): don't accommodate consecutive slashes
` [PATCH v3 22/23] try_remove_empty_parents(): teach to remove parents of reflogs, too
` [PATCH v3 23/23] files_transaction_commit(): clean up empty directories

Wanted: shallow submodule clones with --no-single-branch
 2016-12-30 10:50 UTC 

[PATCH] submodule.c: use GIT_DIR_ENVIRONMENT consistently
 2016-12-30  1:36 UTC  (2+ messages)

[PATCH 0/7] stop blind fallback to ".git"
 2016-12-30  0:49 UTC  (8+ messages)
` [PATCH 7/7] setup_git_env: avoid blind fall-back "
      ` [PATCH v2] remote helpers: avoid blind fall-back to ".git" when setting GIT_DIR

Bug: Assertion failed: function prefix_pathspec, file pathspec.c, line 317
 2016-12-29 23:45 UTC  (2+ messages)

[PATCH] am: add am.signoff add config variable
 2016-12-29 23:34 UTC  (11+ messages)

[PATCHv2] unpack-trees: move checkout state into check_updates
 2016-12-29 19:43 UTC 

[PATCH] pathspec: give better message for submodule related pathspec error
 2016-12-29 19:29 UTC 

[PATCH v3] am: add am.signoff add config variable
 2016-12-29 15:49 UTC  (3+ messages)

[PATCH v2] am: add am.signoff add config variable
 2016-12-29 15:37 UTC  (9+ messages)

[PATCH] string-list: make compare function compatible with qsort(3)
 2016-12-29 13:53 UTC  (3+ messages)

[PATCH] unpack-trees: move checkout state into check_updates
 2016-12-29 13:53 UTC  (2+ messages)

HowTo distribute a hook with the reposity
 2016-12-29 10:29 UTC  (9+ messages)

[PATCH v2] git-p4: do not pass '-r 0' to p4 commands
 2016-12-29 10:22 UTC 

What's cooking in git.git (Dec 2016, #08; Tue, 27)
 2016-12-29 10:10 UTC  (4+ messages)

[PATCH] git-p4: do not pass '-r 0' to p4 commands
 2016-12-29 10:02 UTC  (3+ messages)

[PATCH v5 0/2] repack (oops)
 2016-12-29  2:04 UTC  (4+ messages)
` [PATCH v5 1/2] auto gc: don't write bitmaps for incremental repacks
` [PATCH v5 2/2] repack: die on incremental + write-bitmap-index

Gitview Shell Injection Vulnerability
 2016-12-29  1:59 UTC  (6+ messages)
    ` [PATCH] contrib: remove gitview

[PATCH v4 1/2] auto gc: don't write bitmaps for incremental repacks
 2016-12-28 22:32 UTC  (3+ messages)
` [PATCH v4 2/2] repack: die on incremental + write-bitmap-index

[PATCH] pathspec: give better message for submodule related pathspec error
 2016-12-28 18:15 UTC  (5+ messages)
  ` [PATCHv2] "

[PATCH] contrib: remove git-convert-objects
 2016-12-28 18:02 UTC 

[RFH] gpg --import entropy while running tests
 2016-12-28 16:05 UTC  (4+ messages)

git mergetool Segmentation fault
 2016-12-28 13:09 UTC 

[PATCH v9 00/20] port branch.c to use ref-filter's printing options
 2016-12-28  9:40 UTC  (34+ messages)
` [PATCH v9 01/20] ref-filter: implement %(if), %(then), and %(else) atoms
` [PATCH v9 02/20] ref-filter: include reference to 'used_atom' within 'atom_value'
` [PATCH v9 03/20] ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)
` [PATCH v9 04/20] ref-filter: modify "%(objectname:short)" to take length
` [PATCH v9 05/20] ref-filter: move get_head_description() from branch.c
` [PATCH v9 06/20] ref-filter: introduce format_ref_array_item()
` [PATCH v9 07/20] ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams
` [PATCH v9 08/20] ref-filter: add support for %(upstream:track,nobracket)
` [PATCH v9 09/20] ref-filter: make "%(symref)" atom work with the ':short' modifier
` [PATCH v9 10/20] ref-filter: introduce refname_atom_parser_internal()
` [PATCH v9 11/20] ref-filter: introduce refname_atom_parser()
` [PATCH v9 12/20] ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()
` [PATCH v9 13/20] ref-filter: rename the 'strip' option to 'lstrip'
` [PATCH v9 14/20] ref-filter: Do not abruptly die when using the 'lstrip=<N>' option
` [PATCH v9 15/20] ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'
` [PATCH v9 16/20] ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnames
` [PATCH v9 17/20] ref-filter: allow porcelain to translate messages in the output
` [PATCH v9 18/20] branch, tag: use porcelain output
` [PATCH v9 19/20] branch: use ref-filter printing APIs
` [PATCH v9 20/20] branch: implement '--format' option

[PATCH 0/3] Update submodule documentation
 2016-12-27 23:43 UTC  (4+ messages)
` [PATCH 1/3] submodule documentation: add options to the subcommand
` [PATCH 2/3] submodule update documentation: don't repeat ourselves
` [PATCH 3/3] submodules: add a background story

What's cooking in git.git (Dec 2016, #07; Thu, 22)
 2016-12-27 22:47 UTC  (7+ messages)
  ` [PATCH] worktree: initialize return value for submodule_uses_worktrees

git-apply: warn/fail on *changed* end of line (eol) *only*?
 2016-12-27 22:14 UTC  (5+ messages)

[PATCHv5 0/4] git-rm absorbs submodule git directory before deletion
 2016-12-27 21:55 UTC  (12+ messages)
` [PATCHv5 1/4] submodule.h: add extern keyword to functions
` [PATCHv5 3/4] submodule: rename and add flags to ok_to_remove_submodule
` [PATCHv5 4/4] rm: absorb a submodules git dir before deletion

[PATCH 0/2] submodule config test cleanup
 2016-12-27 19:36 UTC  (3+ messages)
` [PATCH 1/2] t7411: quote URLs
` [PATCH 2/2] t7411: test lookup of uninitialized submodules

Intermittent failure of t0021
 2016-12-27 19:30 UTC  (2+ messages)

[PATCH v3 00/21] Add configuration options for split-index
 2016-12-27 19:13 UTC  (23+ messages)
` [PATCH v3 06/21] t1700: add tests for core.splitIndex
` [PATCH v3 07/21] Documentation/config: add information "
` [PATCH v3 08/21] Documentation/git-update-index: talk about core.splitIndex config var
` [PATCH v3 10/21] read-cache: regenerate shared index if necessary
` [PATCH v3 12/21] Documentation/config: add splitIndex.maxPercentChange
` [PATCH v3 13/21] sha1_file: make check_and_freshen_file() non static
` [PATCH v3 14/21] read-cache: touch shared index files when used
` [PATCH v3 16/21] read-cache: unlink old sharedindex files
` [PATCH v3 17/21] t1700: test shared index file expiration
` [PATCH v3 18/21] read-cache: refactor read_index_from()
` [PATCH v3 19/21] read-cache: use freshen_shared_index() in read_index_from()
` [PATCH v3 20/21] Documentation/config: add splitIndex.sharedIndexExpire
` [PATCH v3 21/21] Documentation/git-update-index: explain splitIndex.*

[PATCHv6] rm: absorb a submodules git dir before deletion
 2016-12-27 19:03 UTC 

What's cooking in git.git (Dec 2016, #05; Mon, 19)
 2016-12-27 18:22 UTC  (4+ messages)

Making it possible to do “git push origin” instead of “git push origin <branch>”, without having to one-time prepare each branch for it
 2016-12-27 17:47 UTC  (3+ messages)

Corner case involving null sha1, alternates, cache misses, and submodule config API
 2016-12-26 20:32 UTC  (2+ messages)

[PATCH v2 00/21] Add configuration options for split-index
 2016-12-26 10:32 UTC  (3+ messages)


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).