git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-02-17 22:29:15 to 2017-02-20 12:44:30 UTC [more...]

[PATCH v3 00/16] Remove submodule from files-backend.c
 2017-02-20 12:42 UTC  (26+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 01/15] refs-internal.c: make files_log_ref_write() static
  ` [PATCH v4 02/15] files-backend: convert git_path() to strbuf_git_path()
  ` [PATCH v4 03/15] files-backend: add files_path()
  ` [PATCH v4 04/15] files-backend: replace *git_path*() with files_path()
  ` [PATCH v4 05/15] refs.c: share is_per_worktree_ref() to files-backend.c
  ` [PATCH v4 06/15] files-backend: remove the use of git_path()
  ` [PATCH v4 07/15] refs.c: introduce get_main_ref_store()
  ` [PATCH v4 08/15] refs: rename lookup_ref_store() to lookup_submodule_ref_store()
  ` [PATCH v4 09/15] refs.c: flatten get_ref_store() a bit
  ` [PATCH v4 10/15] refs.c: kill register_ref_store(), add register_submodule_ref_store()
  ` [PATCH v4 11/15] refs.c: make get_main_ref_store() public and use it
  ` [PATCH v4 12/15] path.c: move some code out of strbuf_git_path_submodule()
  ` [PATCH v4 13/15] refs: move submodule code out of files-backend.c
  ` [PATCH v4 14/15] files-backend: remove submodule_allowed from files_downcast()
  ` [PATCH v4 15/15] refs: rename get_ref_store() to get_submodule_ref_store() and make it public

[PATCH 0/5] A series of performance enhancements in the memihash and name-cache area
 2017-02-20 12:43 UTC  (18+ messages)
` [PATCH 2/5] hashmap: allow memihash computation to be continued
` [PATCH 3/5] name-hash: precompute hash values during preload-index

slightly confusing message
 2017-02-20 12:35 UTC 

Git bisect does not find commit introducing the bug
 2017-02-20 12:27 UTC  (19+ messages)

[PATCH/RFC 00/11] Remove submodule from files-backend.c
 2017-02-20 12:25 UTC  (7+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 04/16] files-backend: replace *git_path*() with files_path()

body-CC-comment regression
 2017-02-20 12:10 UTC  (16+ messages)
                          ` [PATCH v2] send-email: only allow one address per body tag

Cross-referencing the Git mailing list archive with their corresponding commits in `pu`
 2017-02-17 17:50 UTC  (2+ messages)

[BUG] submodule config does not apply to upper case submodules?
 2017-02-20  9:58 UTC  (10+ messages)
        ` [PATCH] config: preserve <subsection> case for one-shot config on the command line

[PATCH v2] git-check-ref-format: clarify man for --normalize
 2017-02-20  9:10 UTC  (3+ messages)

url.<base>.insteadOf vs. submodules
 2017-02-20  9:01 UTC  (2+ messages)

[PATCH v4 0/7] stash: support pathspec argument
 2017-02-20  8:22 UTC  (25+ messages)
` [PATCH v5 0/6] "
  ` [PATCH v5 1/6] stash: introduce push verb
  ` [PATCH v5 2/6] stash: add test for the create command line arguments
  ` [PATCH v5 3/6] stash: refactor stash_create
  ` [PATCH v5 4/6] stash: teach 'push' (and 'create_stash') to honor pathspec
  ` [PATCH v5 5/6] stash: use stash_push for no verb form
  ` [PATCH v5 6/6] stash: allow pathspecs in the "
  ` [PATCH v6 0/6] stash: support pathspec argument
    ` [PATCH v6 1/6] stash: introduce push verb
    ` [PATCH v6 2/6] stash: add test for the create command line arguments
    ` [PATCH v6 3/6] stash: refactor stash_create
    ` [PATCH v6 4/6] stash: teach 'push' (and 'create_stash') to honor pathspec
    ` [PATCH v6 5/6] stash: use stash_push for no verb form
    ` [PATCH v6 6/6] stash: allow pathspecs in the "

[PATCH v4 00/19] object_id part 6
 2017-02-20  8:09 UTC  (21+ messages)
` [PATCH v4 01/19] hex: introduce parse_oid_hex
` [PATCH v4 02/19] builtin/commit: convert to struct object_id
` [PATCH v4 03/19] builtin/diff-tree: "
` [PATCH v4 04/19] builtin/describe: "
` [PATCH v4 05/19] builtin/fast-export: "
` [PATCH v4 06/19] builtin/fmt-merge-message: "
` [PATCH v4 07/19] builtin/grep: "
` [PATCH v4 08/19] builtin/branch: "
` [PATCH v4 09/19] builtin/clone: "
` [PATCH v4 10/19] builtin/merge: "
` [PATCH v4 11/19] Convert remaining callers of resolve_refdup to object_id
` [PATCH v4 12/19] builtin/replace: convert to struct object_id
` [PATCH v4 13/19] reflog-walk: convert struct reflog_info "
` [PATCH v4 14/19] refs: convert each_reflog_ent_fn "
` [PATCH v4 15/19] refs: simplify parsing of reflog entries
` [PATCH v4 16/19] sha1_file: introduce an nth_packed_object_oid function
` [PATCH v4 17/19] Convert object iteration callbacks to struct object_id
` [PATCH v4 18/19] builtin/merge-base: convert "
` [PATCH v4 19/19] wt-status: "

missing handling of "No newline at end of file" in git am
 2017-02-20  8:06 UTC  (5+ messages)

git-scm.com status report
 2017-02-20  7:53 UTC  (3+ messages)

[RFC PATCH] show decorations at the end of the line
 2017-02-20  1:48 UTC  (13+ messages)

[PATCH] git-check-ref-format: fix typo in man page
 2017-02-19 22:13 UTC  (6+ messages)

[PATCH] Documentation: Link git-ls-files to core.quotePath variable
 2017-02-19 22:05 UTC 

[PATCH] l10n: de.po: translate 241 messages
 2017-02-19 21:29 UTC  (5+ messages)
` [PATCH v2] "

Draft of Git Rev News edition 24
 2017-02-19 20:37 UTC 

new git-diff switch to eliminate leading "+" and "-" characters
 2017-02-19 18:59 UTC  (4+ messages)

difflame improvements
 2017-02-19  6:35 UTC  (4+ messages)

[PATCH] fixup! bisect--helper: `bisect_next_check` & bisect_voc shell function in C
 2017-02-19  2:06 UTC  (6+ messages)

[PATCH] fetch: print an error when declining to request an unadvertised object
 2017-02-19  2:07 UTC  (6+ messages)

[PATCH v3 00/19] object_id part 6
 2017-02-18 20:01 UTC  (28+ messages)
` [PATCH v3 01/19] builtin/commit: convert to struct object_id
` [PATCH v3 02/19] builtin/diff-tree: "
` [PATCH v3 03/19] builtin/describe: "
` [PATCH v3 04/19] builtin/fast-export: "
` [PATCH v3 05/19] builtin/fmt-merge-message: "
` [PATCH v3 06/19] builtin/grep: "
` [PATCH v3 07/19] builtin/branch: "
` [PATCH v3 08/19] builtin/clone: "
` [PATCH v3 09/19] builtin/merge: "
` [PATCH v3 10/19] Convert remaining callers of resolve_refdup to object_id
` [PATCH v3 11/19] builtin/replace: convert to struct object_id
` [PATCH v3 12/19] reflog-walk: convert struct reflog_info "
` [PATCH v3 13/19] refs: convert each_reflog_ent_fn "
` [PATCH v3 14/19] hex: introduce parse_oid_hex
` [PATCH v3 15/19] refs: simplify parsing of reflog entries
` [PATCH v3 16/19] sha1_file: introduce an nth_packed_object_oid function
` [PATCH v3 17/19] Convert object iteration callbacks to struct object_id
` [PATCH v3 18/19] builtin/merge-base: convert "
` [PATCH v3 19/19] wt-status: "

Continuous Testing of Git on Windows
 2017-02-18 11:49 UTC  (10+ messages)
  ` [git-for-windows] "

git alias for options
 2017-02-18  6:33 UTC  (8+ messages)

[PATCH] remote: Ignore failure to remove missing branch.<name>.merge
 2017-02-18  0:23 UTC 

Confusing git messages when disk is full
 2017-02-17 23:54 UTC  (15+ messages)
  ` [PATCH] tempfile: avoid "ferror | fclose" trick

[PATCH] Document dotfiles exclusion on template copy
 2017-02-17 23:59 UTC  (2+ messages)

HEAD's reflog entry for a renamed branch
 2017-02-17 23:53 UTC  (19+ messages)
` [PATCH 0/3] delete_ref(): support reflog messages
  ` [PATCH 1/3] delete_refs(): accept a reflog message argument
  ` [PATCH 2/3] update-ref: pass reflog message argument to delete_refs
  ` [PATCH 3/3] rename_ref: replace empty deletion message in HEAD's log

[PATCH] mingw: make stderr unbuffered again
 2017-02-17 23:49 UTC  (9+ messages)

dotfiles in git template dir are not copied
 2017-02-17 23:39 UTC  (12+ messages)
  `  "

[PATCH] Document dotfiles exclusion on template copy
 2017-02-17 23:32 UTC  (2+ messages)

[ANNOUNCE] Git v2.12.0-rc2
 2017-02-17 23:12 UTC 

[PATCH] submodule.c: Add missing quotation marks
 2017-02-17 23:07 UTC  (2+ messages)

git diff --quiet exits with 1 on clean tree with CRLF conversions
 2017-02-17 22:19 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).