Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH 2/2] C99 support: remove non-HAVE_VARIADIC_MACROS code, (continued)
- [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
- [RFC/PATCH 0/2] here-doc test bodies,
Jeff King
- [PATCH] send-email: clarify SMTP encryption settings,
Drew DeVault
- [PATCH] doc: update advice about other implementations' v4 index support,
scottworley
- [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
- Possible memory leak bug reports for the latest "git" repository.,
우승훈[ 대학원석·박사통합과정수료연구(재학) / 컴퓨터학과 ]
- [PATCH] [GSOC] ref-filter: get rid of show_ref_array_item,
ZheNing Hu via GitGitGadget
[RFC PATCH v1 00/13][GSoC] doc: (monospace) apply CodingGuidelines on a large-scale,
Firmin Martin
- [RFC PATCH v1 01/13] doc: typeset command-line options in monospace, Firmin Martin
- [RFC PATCH v1 02/13] doc: typeset branches and remotes in monospace, Firmin Martin
- [RFC PATCH v1 03/13] doc: typeset configuration options in monospace, Firmin Martin
- [RFC PATCH v1 05/13] doc: typeset git-svn subcommands in monospace, Firmin Martin
- [RFC PATCH v1 06/13] doc: typeset dummy URLs and protocols in monospace, Firmin Martin
- [RFC PATCH v1 04/13] doc: typeset git-related commands in monospace, Firmin Martin
- [RFC PATCH v1 07/13] doc: typeset git dotfiles in monospace, Firmin Martin
- [RFC PATCH v1 08/13] doc: typeset filepath and $variables in monospace, Firmin Martin
- [RFC PATCH v1 11/13] doc: typeset config option entries in monospace, Firmin Martin
- [RFC PATCH v1 10/13] doc: typeset more command entries in monospace, Firmin Martin
- [RFC PATCH v1 09/13] doc: typeset command/option/value entries in monospace, Firmin Martin
- [RFC PATCH v1 12/13] doc: typeset environment vars without $ in monospace, Firmin Martin
- [RFC PATCH v1 13/13] doc: typeset common programs in monospace, Firmin Martin
- Re: [RFC PATCH v1 00/13][GSoC] doc: (monospace) apply CodingGuidelines on a large-scale, Jean-Noël Avila
[PATCH 0/6] Push negotiation,
Jonathan Tan
[RFC PATCH 0/2] share a config between submodule and superproject,
Emily Shaffer
What's cooking in git.git (Apr 2021, #02; Thu, 8),
Junio C Hamano
Re: [PATCH v13 5/5] bugreport: add compiler info,
Ævar Arnfjörð Bjarmason
Re: [PATCH v13 4/5] bugreport: add uname info,
Ævar Arnfjörð Bjarmason
Re: [PATCH v13 2/5] bugreport: add tool to generate debugging info, SZEDER Gábor
[PATCH] Makefile: add missing dependencies of 'config-list.h',
SZEDER Gábor
git-p4 crashes on non UTF-8 output from p4,
Tzadik Vanderhoof
[PATCH] config: Introduce GIT_CONFIG_NOGLOBAL,
Patrick Steinhardt
[PATCH 0/5] config: support --type=bool-or-auto for "tristate" parsing,
Ævar Arnfjörð Bjarmason
[PATCH] completion: audit and guard $GIT_* against unset use,
Ville Skyttä
[PATCH 0/9] git log: configurable default format for merge diffs,
Sergey Organov
- [PATCH 1/9] diff-merges: introduce --diff-merges=def, Sergey Organov
- [PATCH 2/9] diff-merges: refactor set_diff_merges(), Sergey Organov
- [PATCH 3/9] diff-merges: introduce log.diffMerges config variable, Sergey Organov
- [PATCH 4/9] diff-merges: adapt -m to enable default diff format, Sergey Organov
- [PATCH 5/9] t4013: add test for --diff-merges=def, Sergey Organov
- [PATCH 6/9] t4013: add tests for log.diffMerges config, Sergey Organov
- [PATCH 7/9] t9902: fix completion tests for log.d* to match log.diffMerges, Sergey Organov
- [PATCH 8/9] doc/diff-options: document new --diff-merges features, Sergey Organov
- [PATCH 9/9] doc/config: document log.diffMerges, Sergey Organov
- [PATCH v1 0/5] git log: configurable default format for merge diffs, Sergey Organov
- [PATCH v2 0/5] git log: configurable default format for merge diffs, Sergey Organov
Re: [PATCH] gitk: add option to perform 'git fetch' command,
Johannes Schindelin
No error when overwriting ignored files,
Horst von Brand
Can not list stash (git version 2.30.0),
Eugen Konkov
[PATCH v2 0/4] Finish converting git bisect to C part 4,
Miriam Rubio
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]