messages from 2017-02-24 21:50:41 to 2017-02-27 20:57:21 UTC [more...]
SHA1 collisions found
2017-02-27 19:26 UTC (62+ messages)
` Transition plan for git to move to a new hash function
` Why BLAKE2?
[PATCH 1/2] apply: guard against renames of non-existant empty files
2017-02-27 20:10 UTC (9+ messages)
` [PATCH 2/2] apply: handle assertion failure gracefully
Unconventional roles of git
2017-02-27 19:16 UTC (2+ messages)
show all merge conflicts
2017-02-27 19:45 UTC (7+ messages)
[PATCH] interpret_branch_name(): handle auto-namelen for @{-1}
2017-02-27 19:27 UTC (3+ messages)
[PATCH 1/2] commit: be more precise when searching for headers
2017-02-27 19:18 UTC (7+ messages)
` [PATCH 2/2] commit: don't check for space twice when looking for header
[PATCH] cvs tests: When root, skip tests that call "cvs commit"
2017-02-27 19:35 UTC (2+ messages)
'git submodules update' ignores credential.helper config of the parent repository
2017-02-27 19:09 UTC (2+ messages)
[PATCH] t6300: avoid creating refs/heads/HEAD
2017-02-27 19:33 UTC (2+ messages)
git-clone --config order & fetching extra refs during initial clone
2017-02-27 19:16 UTC (4+ messages)
[PATCH] http(s): automatically try NTLM authentication first
2017-02-27 18:35 UTC (8+ messages)
` [PATCH 2/2] http: add an "auto" mode for http.emptyauth
` [PATCH] "
[PATCH v4 00/22] Add configuration options for split-index
2017-02-27 18:00 UTC (23+ messages)
` [PATCH v4 01/22] config: mark an error message up for translation
` [PATCH v4 02/22] t1700: change here document style
` [PATCH v4 03/22] config: add git_config_get_split_index()
` [PATCH v4 04/22] split-index: add {add,remove}_split_index() functions
` [PATCH v4 05/22] read-cache: add and then use tweak_split_index()
` [PATCH v4 06/22] update-index: warn in case of split-index incoherency
` [PATCH v4 07/22] t1700: add tests for core.splitIndex
` [PATCH v4 08/22] Documentation/config: add information "
` [PATCH v4 09/22] Documentation/git-update-index: talk about core.splitIndex config var
` [PATCH v4 10/22] config: add git_config_get_max_percent_split_change()
` [PATCH v4 11/22] read-cache: regenerate shared index if necessary
` [PATCH v4 12/22] t1700: add tests for splitIndex.maxPercentChange
` [PATCH v4 13/22] Documentation/config: add splitIndex.maxPercentChange
` [PATCH v4 14/22] sha1_file: make check_and_freshen_file() non static
` [PATCH v4 15/22] read-cache: touch shared index files when used
` [PATCH v4 16/22] config: add git_config_get_expiry() from gc.c
` [PATCH v4 17/22] read-cache: unlink old sharedindex files
` [PATCH v4 18/22] t1700: test shared index file expiration
` [PATCH v4 19/22] read-cache: refactor read_index_from()
` [PATCH v4 20/22] read-cache: use freshen_shared_index() in read_index_from()
` [PATCH v4 21/22] Documentation/config: add splitIndex.sharedIndexExpire
` [PATCH v4 22/22] Documentation/git-update-index: explain splitIndex.*
[PATCH 0/5] recursing submodules with relative pathspec (grep and ls-files)
2017-02-27 18:14 UTC (10+ messages)
` [PATCH 1/5] grep: illustrate bug when recursing with relative pathspec
` [PATCH 2/5] pathspec: add PATHSPEC_FROMROOT flag
` [PATCH 3/5] grep: fix bug when recuring with relative pathspec
` [PATCH 4/5] ls-files: illustrate bug when recursing "
` [PATCH 5/5] ls-files: fix bug when recuring "
[PATCH] gitweb tests: Skip tests when we don't have Time::HiRes
2017-02-27 18:25 UTC (3+ messages)
[PATCH v5 0/1] Conditional config include
2017-02-27 18:42 UTC (14+ messages)
` [PATCH v5 1/1] config: add conditional include
` [PATCH v6 0/1] Conditional config include
` [PATCH v6 1/1] config: add conditional include
[PATCH 00/10] decoupling a submodule's existence and its url
2017-02-27 18:38 UTC (4+ messages)
` [PATCH 10/10] submodule--helper clone: check for configured submodules using helper
[PATCH] strbuf: add strbuf_add_real_path()
2017-02-27 18:22 UTC (3+ messages)
[ANNOUNCE] Git v2.12.0
2017-02-27 16:12 UTC (5+ messages)
possible bug: inconsistent CLI behaviour for empty user.name
2017-02-27 15:08 UTC (7+ messages)
` [PATCH 4/4] ident: do not ignore empty config name/email
Bug: "git worktree add" Unable to checkout a branch with no local ref
2017-02-27 14:22 UTC
[PATCH v2] convert: add "status=delayed" to filter process protocol
2017-02-27 10:53 UTC (4+ messages)
[BUG] branch renamed to 'HEAD'
2017-02-27 9:47 UTC (7+ messages)
[PATCH] travis-ci: run scan-build every time
2017-02-27 0:34 UTC (7+ messages)
body-CC-comment regression
2017-02-26 20:45 UTC (5+ messages)
` [PATCH v2] send-email: only allow one address per body tag
git-sha-x: idea for stronger cryptographic verification while keeping SHA1 content addresses
2017-02-26 17:07 UTC
Reference for quote "creating branch is not the issue, merging is", in context of Subversion/Git
2017-02-26 15:19 UTC (2+ messages)
[PATCH] sha1_file: release fallback base's memory in unpack_entry()
2017-02-25 20:48 UTC (2+ messages)
[PATCH v5 0/6] stash: support pathspec argument
2017-02-25 21:33 UTC (14+ messages)
` [PATCH v6 "
` [PATCH v6 4/6] stash: teach 'push' (and 'create_stash') to honor pathspec
` [PATCH v7 0/6] stash: support pathspec argument
` [PATCH v7 1/6] stash: introduce push verb
` [PATCH v7 2/6] stash: add test for the create command line arguments
` [PATCH v7 3/6] stash: refactor stash_create
` [PATCH v7 4/6] stash: teach 'push' (and 'create_stash') to honor pathspec
` [PATCH v7 5/6] stash: use stash_push for no verb form
` [PATCH v7 6/6] stash: allow pathspecs in the "
[ANNOUNCE] Git for Windows 2.12.0
2017-02-25 16:55 UTC
git diff --quiet exits with 1 on clean tree with CRLF conversions
2017-02-25 15:32 UTC (6+ messages)
fatal error when diffing changed symlinks
2017-02-25 12:36 UTC (5+ messages)
[PATCH] http(s): automatically try NTLM authentication first
2017-02-25 11:51 UTC (10+ messages)
[PATCH] cocci: use ALLOC_ARRAY
2017-02-25 10:30 UTC
git status --> Out of memory, realloc failed
2017-02-25 10:13 UTC
[PATCH 0/2] interoperability test harness
2017-02-25 9:37 UTC (3+ messages)
` [PATCH 1/2] t: add an "
` [PATCH 2/2] t/interop: add test of old clients against modern git-daemon
[PATCH 0/6 v5] allow "-" as a shorthand for "previous branch"
2017-02-25 7:32 UTC (8+ messages)
` [PATCH 1/6 v5] revision.c: do not update argv with unknown option
` [PATCH 2/6 v5] revision.c: swap if/else blocks
` [PATCH 3/6 v5] revision.c: args starting with "-" might be a revision
` [PATCH 4/6 v5] sha1_name.c: teach get_sha1_1 "-" shorthand for "@{-1}"
` [PATCH 5/6 v5] merge.c: delegate handling of "-" shorthand to revision.c:get_sha1
` [PATCH 6/6 v5] revert.c: delegate handling of "-" shorthand to setup_revisions
[PATCH 0/3] delete_ref(): support reflog messages
2017-02-25 3:05 UTC (5+ messages)
` [PATCH v2 0/4] delete_ref: "
` [PATCH v2 1/4] delete_ref: accept a reflog message argument
[PATCH] submodule init: warn about falling back to a local path
2017-02-25 1:31 UTC (2+ messages)
[PATCH 0/3] Test fetch-pack's ability to fetch arbitrary blobs
2017-02-25 1:18 UTC (4+ messages)
` [PATCH 1/3] revision: unify {tree,blob}_objects in rev_info
` [PATCH 2/3] revision: exclude trees/blobs given commit
` [PATCH 3/3] upload-pack: compute blob reachability correctly
[PATCH] mingw: use OpenSSL's SHA-1 routines
2017-02-25 0:44 UTC (7+ messages)
[PATCH] refs: parse_hide_refs_config to use parse_config_key
2017-02-24 23:28 UTC (3+ messages)
` [PATCH 3/3] parse_hide_refs_config: tell parse_config_key we don't want a subsection
[PATCH] Documentation: Link git-ls-files to core.quotePath variable
2017-02-24 21:54 UTC (6+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] Documentation: Improve description for core.quotePath
` [PATCH v2 2/2] Documentation: Link descriptions of -z to core.quotePath
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).