Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v1 0/5] git log: configurable default format for merge diffs, (continued)
- [PATCH 00/15] SHA-256 / SHA-1 interop, part 1,
brian m. carlson
- [PATCH 01/15] sha1-file: allow hashing objects literally with any algorithm, brian m. carlson
- [PATCH 05/15] hash: add a function to finalize object IDs, brian m. carlson
- [PATCH 07/15] builtin/pack-redundant: avoid casting buffers to struct object_id, brian m. carlson
- [PATCH 08/15] cache: compare the entire buffer for struct object_id, brian m. carlson
- [PATCH 10/15] hash: provide per-algorithm null OIDs, brian m. carlson
- [PATCH 04/15] Always use oidread to read into struct object_id, brian m. carlson
- [PATCH 09/15] hash: set and copy algo field in struct object_id, brian m. carlson
- [PATCH 11/15] builtin/show-index: set the algorithm for object IDs, brian m. carlson
- [PATCH 12/15] commit-graph: don't store file hashes as struct object_id, brian m. carlson
- [PATCH 15/15] hex: print objects using the hash algorithm member, brian m. carlson
- [PATCH 02/15] builtin/hash-object: allow literally hashing with a given algorithm, brian m. carlson
- [PATCH 03/15] cache: add an algo member to struct object_id, brian m. carlson
- [PATCH 06/15] Use the final_oid_fn to finalize hashing of object IDs, brian m. carlson
- [PATCH 13/15] builtin/pack-objects: avoid using struct object_id for pack hash, brian m. carlson
- [PATCH 14/15] hex: default to the_hash_algo on zero algorithm value, brian m. carlson
- Re: [PATCH v7 09/15] merge-resolve: rewrite in C, Alban Gruin
- Re: [PATCH v7 08/15] merge-one-file: rewrite in C, Alban Gruin
- Re: [GSoC][Draft Proposal v2] Finish converting git submodule to builtin,
Christian Couder
- Re: [GSoC] Draft Proposal (Convert submodule to builtin), Christian Couder
- Re: [PATCH] fetch: show progress for packfile uri downloads, Ævar Arnfjörð Bjarmason
- [PATCH] merge-ort: only do pointer arithmetic for non-empty lists,
Andrzej Hunt via GitGitGadget
- Warning during 'git stash push',
Yuri
- difftool and new files, Robert Dailey
- [PATCH v3 0/3] Maintenance: adapt custom refspecs,
Derrick Stolee via GitGitGadget
- [PATCH v2] fetch: show progress for packfile uri downloads,
Albert Cui via GitGitGadget
- [RFC/PATCH 0/2] here-doc test bodies,
Jeff King
- Re: [PATCH v13 4/5] bugreport: add uname info,
SZEDER Gábor
- Re: [PATCH] Makefile: add missing dependencies of 'config-list.h',
SZEDER Gábor
- [PATCH] send-email: clarify SMTP encryption settings,
Drew DeVault
- [PATCH] doc: update advice about other implementations' v4 index support,
scottworley
- Re: [PATCH v4 05/10] userdiff: add and use for_each_userdiff_driver(),
Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 1/5] maintenance: simplify prefetch logic, Derrick Stolee
- [PATCH 00/12] Fix all leaks in tests t0002-t0099: Part 1,
Andrzej Hunt via GitGitGadget
- [PATCH 01/12] revision: free remainder of old commit list in limit_list, Andrzej Hunt via GitGitGadget
- [PATCH 03/12] ls-files: free max_prefix when done, Andrzej Hunt via GitGitGadget
- [PATCH 02/12] wt-status: fix multiple small leaks, Andrzej Hunt via GitGitGadget
- [PATCH 05/12] branch: FREE_AND_NULL instead of NULL'ing real_ref, Andrzej Hunt via GitGitGadget
- [PATCH 04/12] bloom: clear each bloom_key after use, Andrzej Hunt via GitGitGadget
- [PATCH 06/12] builtin/bugreport: don't leak prefixed filename, Andrzej Hunt via GitGitGadget
- [PATCH 07/12] builtin/check-ignore: clear_pathspec before returning, Andrzej Hunt via GitGitGadget
- [PATCH 08/12] builtin/checkout: clear pending objects after diffing, Andrzej Hunt via GitGitGadget
- [PATCH 09/12] mailinfo: also free strbuf lists when clearing mailinfo, Andrzej Hunt via GitGitGadget
- [PATCH 10/12] builtin/for-each-ref: free filter and UNLEAK sorting., Andrzej Hunt via GitGitGadget
- [PATCH 11/12] builtin/rebase: release git_format_patch_opt too, Andrzej Hunt via GitGitGadget
- [PATCH 12/12] builtin/rm: avoid leaking pathspec and seen, Andrzej Hunt via GitGitGadget
- [PATCH v2 00/12] Fix all leaks in tests t0002-t0099: Part 1, Andrzej Hunt via GitGitGadget
- [PATCH v2 01/12] revision: free remainder of old commit list in limit_list, Andrzej Hunt via GitGitGadget
- [PATCH v2 02/12] wt-status: fix multiple small leaks, Andrzej Hunt via GitGitGadget
- [PATCH v2 04/12] bloom: clear each bloom_key after use, Andrzej Hunt via GitGitGadget
- [PATCH v2 05/12] branch: FREE_AND_NULL instead of NULL'ing real_ref, Andrzej Hunt via GitGitGadget
- [PATCH v2 06/12] builtin/bugreport: don't leak prefixed filename, Andrzej Hunt via GitGitGadget
- [PATCH v2 03/12] ls-files: free max_prefix when done, Andrzej Hunt via GitGitGadget
- [PATCH v2 07/12] builtin/check-ignore: clear_pathspec before returning, Andrzej Hunt via GitGitGadget
- [PATCH v2 09/12] mailinfo: also free strbuf lists when clearing mailinfo, Andrzej Hunt via GitGitGadget
- [PATCH v2 10/12] builtin/for-each-ref: free filter and UNLEAK sorting., Andrzej Hunt via GitGitGadget
- [PATCH v2 08/12] builtin/checkout: clear pending objects after diffing, Andrzej Hunt via GitGitGadget
- [PATCH v2 11/12] builtin/rebase: release git_format_patch_opt too, Andrzej Hunt via GitGitGadget
- [PATCH v2 12/12] builtin/rm: avoid leaking pathspec and seen, Andrzej Hunt via GitGitGadget
- [PATCH 00/22] multi-pack reachability bitmaps,
Taylor Blau
- [PATCH 01/22] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps, Taylor Blau
- [PATCH 02/22] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps, Taylor Blau
- [PATCH 03/22] pack-bitmap-write.c: free existing bitmaps, Taylor Blau
- [PATCH 04/22] Documentation: build 'technical/bitmap-format' by default, Taylor Blau
- [PATCH 05/22] Documentation: describe MIDX-based bitmaps, Taylor Blau
- [PATCH 06/22] midx: make a number of functions non-static, Taylor Blau
- [PATCH 07/22] midx: clear auxiliary .rev after replacing the MIDX, Taylor Blau
- [PATCH 08/22] midx: respect 'core.multiPackIndex' when writing, Taylor Blau
- [PATCH 09/22] pack-bitmap.c: introduce 'bitmap_num_objects()', Taylor Blau
- [PATCH 10/22] pack-bitmap.c: introduce 'nth_bitmap_object_oid()', Taylor Blau
- [PATCH 11/22] pack-bitmap.c: introduce 'bitmap_is_preferred_refname()', Taylor Blau
- [PATCH 12/22] pack-bitmap: read multi-pack bitmaps, Taylor Blau
- [PATCH 13/22] pack-bitmap: write multi-pack bitmaps, Taylor Blau
- [PATCH 14/22] t5310: move some tests to lib-bitmap.sh, Taylor Blau
- [PATCH 16/22] t5326: test multi-pack bitmap behavior, Taylor Blau
- [PATCH 15/22] t/helper/test-read-midx.c: add --checksum mode, Taylor Blau
- [PATCH 17/22] t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP, Taylor Blau
- [PATCH 19/22] t7700: update to work with MIDX bitmap test knob, Taylor Blau
- [PATCH 18/22] t5319: don't write MIDX bitmaps in t5319, Taylor Blau
- [PATCH 21/22] p5310: extract full and partial bitmap tests, Taylor Blau
- [PATCH 20/22] midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP', Taylor Blau
- [PATCH 22/22] p5326: perf tests for MIDX bitmaps, Taylor Blau
- [PATCH v2 00/24] multi-pack reachability bitmaps, Taylor Blau
- [PATCH v2 01/24] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps, Taylor Blau
- [PATCH v2 02/24] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps, Taylor Blau
- [PATCH v2 03/24] pack-bitmap-write.c: free existing bitmaps, Taylor Blau
- [PATCH v2 04/24] Documentation: build 'technical/bitmap-format' by default, Taylor Blau
- [PATCH v2 05/24] Documentation: describe MIDX-based bitmaps, Taylor Blau
- [PATCH v2 06/24] midx: make a number of functions non-static, Taylor Blau
- [PATCH v2 07/24] midx: clear auxiliary .rev after replacing the MIDX, Taylor Blau
- [PATCH v2 08/24] midx: respect 'core.multiPackIndex' when writing, Taylor Blau
- [PATCH v2 09/24] midx: infer preferred pack when not given one, Taylor Blau
- [PATCH v2 10/24] pack-bitmap.c: introduce 'bitmap_num_objects()', Taylor Blau
- [PATCH v2 11/24] pack-bitmap.c: introduce 'nth_bitmap_object_oid()', Taylor Blau
- [PATCH v2 12/24] pack-bitmap.c: introduce 'bitmap_is_preferred_refname()', Taylor Blau
- [PATCH v2 13/24] pack-bitmap: read multi-pack bitmaps, Taylor Blau
- [PATCH v2 14/24] pack-bitmap: write multi-pack bitmaps, Taylor Blau
- [PATCH v2 15/24] t5310: move some tests to lib-bitmap.sh, Taylor Blau
- [PATCH v2 16/24] t/helper/test-read-midx.c: add --checksum mode, Taylor Blau
- [PATCH v2 18/24] t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP, Taylor Blau
- [PATCH v2 17/24] t5326: test multi-pack bitmap behavior, Taylor Blau
- [PATCH v2 19/24] t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP, Taylor Blau
- [PATCH v2 20/24] t5319: don't write MIDX bitmaps in t5319, Taylor Blau
- [PATCH v2 21/24] t7700: update to work with MIDX bitmap test knob, Taylor Blau
- [PATCH v2 22/24] midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP', Taylor Blau
- [PATCH v2 23/24] p5310: extract full and partial bitmap tests, Taylor Blau
- [PATCH v2 24/24] p5326: perf tests for MIDX bitmaps, Taylor Blau
- Re: [PATCH v2 00/24] multi-pack reachability bitmaps, Ævar Arnfjörð Bjarmason
- [PATCH v3 00/25] multi-pack reachability bitmaps, Taylor Blau
- [PATCH v3 01/25] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps, Taylor Blau
- [PATCH v3 03/25] pack-bitmap-write.c: free existing bitmaps, Taylor Blau
- [PATCH v3 04/25] Documentation: describe MIDX-based bitmaps, Taylor Blau
- [PATCH v3 02/25] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps, Taylor Blau
- [PATCH v3 06/25] midx: reject empty `--preferred-pack`'s, Taylor Blau
- [PATCH v3 09/25] midx: avoid opening multiple MIDXs when writing, Taylor Blau
- [PATCH v3 10/25] pack-bitmap.c: introduce 'bitmap_num_objects()', Taylor Blau
- [PATCH v3 11/25] pack-bitmap.c: introduce 'nth_bitmap_object_oid()', Taylor Blau
- [PATCH v3 12/25] pack-bitmap.c: introduce 'bitmap_is_preferred_refname()', Taylor Blau
- [PATCH v3 08/25] midx: close linked MIDXs, avoid leaking memory, Taylor Blau
- [PATCH v3 07/25] midx: infer preferred pack when not given one, Taylor Blau
- [PATCH v3 14/25] pack-bitmap: read multi-pack bitmaps, Taylor Blau
- [PATCH v3 13/25] pack-bitmap.c: avoid redundant calls to try_partial_reuse, Taylor Blau
- [PATCH v3 17/25] t/helper/test-read-midx.c: add --checksum mode, Taylor Blau
- [PATCH v3 16/25] t5310: move some tests to lib-bitmap.sh, Taylor Blau
- [PATCH v3 18/25] t5326: test multi-pack bitmap behavior, Taylor Blau
- [PATCH v3 05/25] midx: clear auxiliary .rev after replacing the MIDX, Taylor Blau
- [PATCH v3 15/25] pack-bitmap: write multi-pack bitmaps, Taylor Blau
- [PATCH v3 19/25] t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP, Taylor Blau
- [PATCH v3 20/25] t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP, Taylor Blau
- [PATCH v3 21/25] t5319: don't write MIDX bitmaps in t5319, Taylor Blau
- [PATCH v3 22/25] t7700: update to work with MIDX bitmap test knob, Taylor Blau
- [PATCH v3 23/25] midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP', Taylor Blau
- [PATCH v3 24/25] p5310: extract full and partial bitmap tests, Taylor Blau
- [PATCH v3 25/25] p5326: perf tests for MIDX bitmaps, Taylor Blau
- Re: [PATCH v3 00/25] multi-pack reachability bitmaps, Jeff King
- [PATCH v4 00/25] multi-pack reachability bitmaps, Taylor Blau
- [PATCH v4 01/25] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps, Taylor Blau
- [PATCH v4 02/25] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps, Taylor Blau
- [PATCH v4 03/25] pack-bitmap-write.c: free existing bitmaps, Taylor Blau
- [PATCH v4 04/25] Documentation: describe MIDX-based bitmaps, Taylor Blau
- [PATCH v4 05/25] midx: clear auxiliary .rev after replacing the MIDX, Taylor Blau
- [PATCH v4 06/25] midx: reject empty `--preferred-pack`'s, Taylor Blau
- [PATCH v4 07/25] midx: infer preferred pack when not given one, Taylor Blau
- [PATCH v4 08/25] midx: close linked MIDXs, avoid leaking memory, Taylor Blau
- [PATCH v4 09/25] midx: avoid opening multiple MIDXs when writing, Taylor Blau
- [PATCH v4 10/25] pack-bitmap.c: introduce 'bitmap_num_objects()', Taylor Blau
- [PATCH v4 11/25] pack-bitmap.c: introduce 'nth_bitmap_object_oid()', Taylor Blau
- [PATCH v4 12/25] pack-bitmap.c: introduce 'bitmap_is_preferred_refname()', Taylor Blau
- [PATCH v4 13/25] pack-bitmap.c: avoid redundant calls to try_partial_reuse, Taylor Blau
- [PATCH v4 14/25] pack-bitmap: read multi-pack bitmaps, Taylor Blau
- [PATCH v4 15/25] pack-bitmap: write multi-pack bitmaps, Taylor Blau
- [PATCH v4 16/25] t5310: move some tests to lib-bitmap.sh, Taylor Blau
- [PATCH v4 17/25] t/helper/test-read-midx.c: add --checksum mode, Taylor Blau
- [PATCH v4 19/25] t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP, Taylor Blau
- [PATCH v4 20/25] t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP, Taylor Blau
- [PATCH v4 18/25] t5326: test multi-pack bitmap behavior, Taylor Blau
- [PATCH v4 21/25] t5319: don't write MIDX bitmaps in t5319, Taylor Blau
- [PATCH v4 23/25] midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP', Taylor Blau
- [PATCH v4 25/25] p5326: perf tests for MIDX bitmaps, Taylor Blau
- [PATCH v4 24/25] p5310: extract full and partial bitmap tests, Taylor Blau
- [PATCH v4 22/25] t7700: update to work with MIDX bitmap test knob, Taylor Blau
- Re: [PATCH v4 00/25] multi-pack reachability bitmaps, Jeff King
- [PATCH v5 00/27] multi-pack reachability bitmaps, Taylor Blau
- [PATCH v5 01/27] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps, Taylor Blau
- [PATCH v5 02/27] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps, Taylor Blau
- [PATCH v5 03/27] pack-bitmap-write.c: free existing bitmaps, Taylor Blau
- [PATCH v5 04/27] Documentation: describe MIDX-based bitmaps, Taylor Blau
- [PATCH v5 05/27] midx: disallow running outside of a repository, Taylor Blau
- [PATCH v5 06/27] midx: fix `*.rev` cleanups with `--object-dir`, Taylor Blau
- [PATCH v5 07/27] midx: clear auxiliary .rev after replacing the MIDX, Taylor Blau
- [PATCH v5 09/27] midx: infer preferred pack when not given one, Taylor Blau
- [PATCH v5 08/27] midx: reject empty `--preferred-pack`'s, Taylor Blau
- [PATCH v5 10/27] midx: close linked MIDXs, avoid leaking memory, Taylor Blau
- [PATCH v5 11/27] midx: avoid opening multiple MIDXs when writing, Taylor Blau
- [PATCH v5 12/27] pack-bitmap.c: introduce 'bitmap_num_objects()', Taylor Blau
- [PATCH v5 13/27] pack-bitmap.c: introduce 'nth_bitmap_object_oid()', Taylor Blau
- [PATCH v5 14/27] pack-bitmap.c: introduce 'bitmap_is_preferred_refname()', Taylor Blau
- [PATCH v5 16/27] pack-bitmap: read multi-pack bitmaps, Taylor Blau
- [PATCH v5 15/27] pack-bitmap.c: avoid redundant calls to try_partial_reuse, Taylor Blau
- [PATCH v5 17/27] pack-bitmap: write multi-pack bitmaps, Taylor Blau
- [PATCH v5 18/27] t5310: move some tests to lib-bitmap.sh, Taylor Blau
- [PATCH v5 19/27] t/helper/test-read-midx.c: add --checksum mode, Taylor Blau
- [PATCH v5 20/27] t5326: test multi-pack bitmap behavior, Taylor Blau
- [PATCH v5 21/27] t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP, Taylor Blau
- [PATCH v5 22/27] t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP, Taylor Blau
- [PATCH v5 23/27] t5319: don't write MIDX bitmaps in t5319, Taylor Blau
- [PATCH v5 24/27] t7700: update to work with MIDX bitmap test knob, Taylor Blau
- [PATCH v5 25/27] midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP', Taylor Blau
- [PATCH v5 26/27] p5310: extract full and partial bitmap tests, Taylor Blau
- [PATCH v5 27/27] p5326: perf tests for MIDX bitmaps, Taylor Blau
- Re: [PATCH v5 00/27] multi-pack reachability bitmaps, Junio C Hamano
- Re: [PATCH v5 00/27] multi-pack reachability bitmaps, Jeff King
- Re: [PATCH 2/2] object.c: initialize automatic variable in lookup_object(),
Jeff King
- Re: [PATCH 5/6] fetch: teach independent negotiation (no packfile),
Jonathan Tan
- Re: [PATCH 1/6] fetch-pack: buffer object-format with other args, Jonathan Tan
- Re: git-p4 crashes on non UTF-8 output from p4,
Torsten Bögershausen
[PATCH v2 0/7] doc make and lint fixes,
Ævar Arnfjörð Bjarmason
Possible memory leak bug reports for the latest "git" repository.,
우승훈[ 대학원석·박사통합과정수료연구(재학) / 컴퓨터학과 ]
Re: unifying sequencer's options persisting, was Re: [PATCH v2] sequencer: fix edit handling for cherry-pick and revert messages, Johannes Schindelin
[PATCH v2 0/3] config: allow overriding global/system config,
Patrick Steinhardt
[PATCH v8 0/2] [GSOC] trailer: add new .cmd config option,
ZheNing Hu via GitGitGadget
[PATCH] [GSOC] ref-filter: get rid of show_ref_array_item,
ZheNing Hu via GitGitGadget
Re: [PATCH 4/5] config.c: add a "tristate" helper,
Junio C Hamano
Re: [PATCH 5/5] doc lint: lint and fix missing "GIT" end sections,
Ævar Arnfjörð Bjarmason
Re: [PATCH 5/5] maintenance: allow custom refspecs during prefetch,
Derrick Stolee
[PATCH v3 0/8] rev-parse: implement object type filter,
Patrick Steinhardt
- [PATCH v3 1/8] uploadpack.txt: document implication of `uploadpackfilter.allow`, Patrick Steinhardt
- [PATCH v3 2/8] revision: mark commit parents as NOT_USER_GIVEN, Patrick Steinhardt
- [PATCH v3 3/8] list-objects: move tag processing into its own function, Patrick Steinhardt
- [PATCH v3 4/8] list-objects: support filtering by tag and commit, Patrick Steinhardt
- [PATCH v3 5/8] list-objects: implement object type filter, Patrick Steinhardt
- [PATCH v3 6/8] pack-bitmap: implement object type filter, Patrick Steinhardt
- [PATCH v3 7/8] pack-bitmap: implement combined filter, Patrick Steinhardt
- [PATCH v3 8/8] rev-list: allow filtering of provided items, Patrick Steinhardt
- Re: [PATCH v3 0/8] rev-parse: implement object type filter, Junio C Hamano
- [PATCH v4 0/8] rev-list: implement object type filter, Patrick Steinhardt
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]