git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-02-17 23:54:30 to 2017-02-21 07:18:40 UTC [more...]

[PATCH 0/3] delete_ref(): support reflog messages
 2017-02-21  7:18 UTC  (8+ messages)
` [PATCH v2 0/4] delete_ref: "
  ` [PATCH v2 1/4] delete_ref: accept a reflog message argument
  ` [PATCH v2 2/4] update-ref: pass reflog message to delete_ref()
  ` [PATCH v2 3/4] rename_ref: replace empty message in HEAD's log
  ` [PATCH v2 4/4] branch: record creation of renamed branch "

url.<base>.insteadOf vs. submodules
 2017-02-21  7:06 UTC  (6+ messages)

[PATCH] fetch: print an error when declining to request an unadvertised object
 2017-02-21  6:36 UTC  (7+ messages)

Inconsistent results of git blame --porcelain when detecting copies from other files
 2017-02-21  6:08 UTC  (4+ messages)

Bug-Report: git-svn and backslash in SVN branch name
 2017-02-21  6:02 UTC  (4+ messages)
` [PATCH] git-svn: escape backslashes in refnames

Sending informational messages from upload-pack
 2017-02-21  5:59 UTC  (3+ messages)

git svn find-rev -- search for nearest SVN rev
 2017-02-21  2:54 UTC 

slightly confusing message
 2017-02-21  2:22 UTC  (4+ messages)

[PATCH v4 00/19] object_id part 6
 2017-02-21  1:10 UTC  (24+ 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: "

Git bisect does not find commit introducing the bug
 2017-02-20 22:24 UTC  (24+ messages)

git diff --quiet exits with 1 on clean tree with CRLF conversions
 2017-02-20 21:25 UTC  (5+ messages)

[PATCH 0/4 v4] WIP: allow "-" as a shorthand for "previous branch"
 2017-02-20 20:30 UTC  (5+ messages)
` [PATCH 4/4 v4] sha1_name.c: teach get_sha1_1 "-" shorthand for "@{-1}"

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

Cross-referencing the Git mailing list archive with their corresponding commits in `pu`
 2017-02-20 20:06 UTC  (4+ messages)

[PATCH v4 0/7] stash: support pathspec argument
 2017-02-20 19:39 UTC  (18+ messages)
` [PATCH v5 0/6] "
  ` [PATCH v5 3/6] stash: refactor stash_create
  ` [PATCH v5 6/6] stash: allow pathspecs in the no verb form
  ` [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 "

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

[PATCH v3 00/16] Remove submodule from files-backend.c
 2017-02-20 12:47 UTC  (27+ 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/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  (3+ messages)
` [PATCH v2] send-email: only allow one address per body tag

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

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

[PATCH] tempfile: avoid "ferror | fclose" trick
 2017-02-17 23:54 UTC  (13+ messages)

[PATCH] Document dotfiles exclusion on template copy
 2017-02-17 23:59 UTC  (2+ 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).