messages from 2017-02-19 00:04:08 to 2017-02-21 23:48:41 UTC [more...]
[PATCH v5 00/19] object_id part 6
2017-02-21 23:47 UTC (20+ messages)
` [PATCH v5 01/19] hex: introduce parse_oid_hex
` [PATCH v5 02/19] builtin/commit: convert to struct object_id
` [PATCH v5 03/19] builtin/diff-tree: "
` [PATCH v5 04/19] builtin/describe: "
` [PATCH v5 05/19] builtin/fast-export: "
` [PATCH v5 06/19] builtin/fmt-merge-message: "
` [PATCH v5 07/19] builtin/grep: "
` [PATCH v5 08/19] builtin/branch: "
` [PATCH v5 09/19] builtin/clone: "
` [PATCH v5 10/19] builtin/merge: "
` [PATCH v5 11/19] Convert remaining callers of resolve_refdup to object_id
` [PATCH v5 12/19] builtin/replace: convert to struct object_id
` [PATCH v5 13/19] reflog-walk: convert struct reflog_info "
` [PATCH v5 14/19] refs: convert each_reflog_ent_fn "
` [PATCH v5 15/19] refs: simplify parsing of reflog entries
` [PATCH v5 16/19] sha1_file: introduce an nth_packed_object_oid function
` [PATCH v5 17/19] Convert object iteration callbacks to struct object_id
` [PATCH v5 18/19] builtin/merge-base: convert "
` [PATCH v5 19/19] wt-status: "
[RFCv3 PATCH 00/14] Checkout aware of Submodules!
2017-02-21 23:44 UTC (14+ messages)
` [RFCv4 "
` [PATCH 06/15] update submodules: add submodule config parsing
` [PATCH 08/15] submodules: introduce check to see whether to touch a submodule
` [PATCH 12/15] unpack-trees: check if we can perform the operation for submodules
url.<base>.insteadOf vs. submodules
2017-02-21 23:40 UTC (11+ messages)
[PATCH] submodule init: warn about falling back to a local path
2017-02-21 23:18 UTC
Git bisect does not find commit introducing the bug
2017-02-21 22:39 UTC (23+ messages)
Git trademark status and policy
2017-02-21 22:31 UTC (3+ messages)
[RFC PATCH] show decorations at the end of the line
2017-02-21 22:24 UTC (18+ messages)
What's cooking in git.git (Feb 2017, #06; Tue, 21)
2017-02-21 22:23 UTC
[PATCH] remote: Ignore failure to remove missing branch.<name>.merge
2017-02-21 22:03 UTC (4+ messages)
[BUG] submodule config does not apply to upper case submodules?
2017-02-21 21:24 UTC (20+ messages)
` [PATCH] config: preserve <subsection> case for one-shot config on the command line
` [PATCH v2] "
` [PATCH] config: reject invalid VAR in 'git -c VAR=VAL command'
` [PATCH v2] "
[PATCH] Documentation: Link git-ls-files to core.quotePath variable
2017-02-21 20:48 UTC (2+ messages)
Partnership with Git
2017-02-21 19:04 UTC (5+ messages)
Inconsistent results of git blame --porcelain when detecting copies from other files
2017-02-21 17:48 UTC (6+ messages)
` AW: "
[RFC] Subtle differences in passing configs to git clone
2017-02-21 17:47 UTC (2+ messages)
[PATCH v4 0/7] stash: support pathspec argument
2017-02-21 16:55 UTC (19+ 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 "
[PATCH 0/3] delete_ref(): support reflog messages
2017-02-21 16:45 UTC (9+ 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 "
[PATCH v3 00/16] Remove submodule from files-backend.c
2017-02-21 13:25 UTC (16+ messages)
` [PATCH v4 00/15] "
` [PATCH v4 06/15] files-backend: remove the use of git_path()
` [PATCH v4 11/15] refs.c: make get_main_ref_store() public and use it
` [PATCH v4 14/15] files-backend: remove submodule_allowed from files_downcast()
Not expected merge conflict output
2017-02-21 9:24 UTC
[PATCH] fetch: print an error when declining to request an unadvertised object
2017-02-21 6:36 UTC (7+ 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 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/RFC 00/11] Remove submodule from files-backend.c
2017-02-20 12:25 UTC (5+ 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)
[PATCH] git-check-ref-format: fix typo in man page
2017-02-19 22:13 UTC (6+ messages)
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).