Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v6 3/3] imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsing, (continued)
- [PATCH] diff-highlight: link to diff-highlight in DESTDIR #Makefile #diff-highlight,
immeëmosol via GitGitGadget
- [RFC Outreachy] Leftoverbits, which involve replacing atoi with strtol or strtol_i or equivalent.,
Usman Akinyemi
- git no longer builds on SunOS 5.10, a report,
Alejandro R. Sedeño
- What's cooking in git.git (Oct 2024, #07; Fri, 11), Junio C Hamano
- ref: with git update-ref?,
Bence Ferdinandy
- [PATCH] t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMAT,
Bence Ferdinandy
- [RFC PATCH] builtin/shortlog: explicitly set hash algo when there is no repo,
Wolfgang Müller
- [PATCH 0/2] t/helper/test-tool: implement 'sha1-unsafe' helper,
Taylor Blau
- want yamaha piano 10/11, Dhanwanth Rao Varala Balaji
- Yamaha Piano 10/11, Josey Swihart
- [PATCH 00/10] reftable: stop using `struct strbuf`,
Patrick Steinhardt
- [PATCH 01/10] reftable: stop using `strbuf_addbuf()`, Patrick Steinhardt
- [PATCH 02/10] reftable: stop using `strbuf_addf()`, Patrick Steinhardt
- [PATCH 03/10] reftable/basics: provide new `reftable_buf` interface, Patrick Steinhardt
- [PATCH 04/10] reftable: convert from `strbuf` to `reftable_buf`, Patrick Steinhardt
- [PATCH 05/10] reftable/blocksource: adapt interface name, Patrick Steinhardt
- [PATCH 06/10] t/unit-tests: check for `reftable_buf` allocation errors, Patrick Steinhardt
- [PATCH 07/10] reftable/stack: adapt `format_name()` to handle allocation failures, Patrick Steinhardt
- [PATCH 08/10] reftable/record: adapt `reftable_record_key()` to handle allocation failures, Patrick Steinhardt
- [PATCH 09/10] reftable/stack: adapt `stack_filename()` to handle allocation failures, Patrick Steinhardt
- [PATCH 10/10] reftable: handle trivial `reftable_buf` errors, Patrick Steinhardt
- Re: [PATCH 00/10] reftable: stop using `struct strbuf`, karthik nayak
- [PATCH v2 00/10] reftable: stop using `struct strbuf`, Patrick Steinhardt
- [PATCH v2 02/10] reftable: stop using `strbuf_addf()`, Patrick Steinhardt
- [PATCH v2 01/10] reftable: stop using `strbuf_addbuf()`, Patrick Steinhardt
- [PATCH v2 03/10] reftable/basics: provide new `reftable_buf` interface, Patrick Steinhardt
- [PATCH v2 05/10] reftable/blocksource: adapt interface name, Patrick Steinhardt
- [PATCH v2 04/10] reftable: convert from `strbuf` to `reftable_buf`, Patrick Steinhardt
- [PATCH v2 06/10] t/unit-tests: check for `reftable_buf` allocation errors, Patrick Steinhardt
- [PATCH v2 07/10] reftable/stack: adapt `format_name()` to handle allocation failures, Patrick Steinhardt
- [PATCH v2 08/10] reftable/record: adapt `reftable_record_key()` to handle allocation failures, Patrick Steinhardt
- [PATCH v2 09/10] reftable/stack: adapt `stack_filename()` to handle allocation failures, Patrick Steinhardt
- [PATCH v2 10/10] reftable: handle trivial `reftable_buf` errors, Patrick Steinhardt
- Re: [PATCH v2 00/10] reftable: stop using `struct strbuf`, Taylor Blau
- [PATCH v3 00/10] reftable: stop using `struct strbuf`, Patrick Steinhardt
- [PATCH v3 01/10] reftable: stop using `strbuf_addbuf()`, Patrick Steinhardt
- [PATCH v3 02/10] reftable: stop using `strbuf_addf()`, Patrick Steinhardt
- [PATCH v3 03/10] reftable/basics: provide new `reftable_buf` interface, Patrick Steinhardt
- [PATCH v3 04/10] reftable: convert from `strbuf` to `reftable_buf`, Patrick Steinhardt
- [PATCH v3 05/10] reftable/blocksource: adapt interface name, Patrick Steinhardt
- [PATCH v3 06/10] t/unit-tests: check for `reftable_buf` allocation errors, Patrick Steinhardt
- [PATCH v3 07/10] reftable/stack: adapt `format_name()` to handle allocation failures, Patrick Steinhardt
- [PATCH v3 08/10] reftable/record: adapt `reftable_record_key()` to handle allocation failures, Patrick Steinhardt
- [PATCH v3 09/10] reftable/stack: adapt `stack_filename()` to handle allocation failures, Patrick Steinhardt
- [PATCH v3 10/10] reftable: handle trivial `reftable_buf` errors, Patrick Steinhardt
- Re: [PATCH v3 00/10] reftable: stop using `struct strbuf`, Taylor Blau
- [PATCH 00/21] Memory leak fixes (pt.9),
Patrick Steinhardt
- [PATCH 01/21] builtin/ls-remote: plug leaking server options, Patrick Steinhardt
- [PATCH 02/21] t/helper: fix leaks in "reach" test tool, Patrick Steinhardt
- [PATCH 03/21] grep: fix leak in `grep_splice_or()`, Patrick Steinhardt
- [PATCH 04/21] builtin/grep: fix leak with `--max-count=0`, Patrick Steinhardt
- [PATCH 05/21] revision: fix leaking bloom filters, Patrick Steinhardt
- [PATCH 06/21] diff-lib: fix leaking diffopts in `do_diff_cache()`, Patrick Steinhardt
- [PATCH 07/21] pretty: clear signature check, Patrick Steinhardt
- [PATCH 08/21] upload-pack: fix leaking URI protocols, Patrick Steinhardt
- [PATCH 09/21] builtin/commit: fix leaking change data contents, Patrick Steinhardt
- [PATCH 10/21] trailer: fix leaking trailer values, Patrick Steinhardt
- [PATCH 11/21] builtin/commit: fix leaking cleanup config, Patrick Steinhardt
- [PATCH 12/21] transport-helper: fix leaking import/export marks, Patrick Steinhardt
- [PATCH 13/21] builtin/tag: fix leaking key ID on failure to sign, Patrick Steinhardt
- [PATCH 14/21] combine-diff: fix leaking lost lines, Patrick Steinhardt
- [PATCH 15/21] dir: release untracked cache data, Patrick Steinhardt
- [PATCH 16/21] sparse-index: correctly free EWAH contents, Patrick Steinhardt
- [PATCH 17/21] t/helper: stop re-initialization of `the_repository`, Patrick Steinhardt
- [PATCH 18/21] t/helper: fix leaking buffer in "dump-untracked-cache", Patrick Steinhardt
- [PATCH 19/21] dir: fix leak when parsing "status.showUntrackedFiles", Patrick Steinhardt
- [PATCH 20/21] builtin/merge: release outbut buffer after performing merge, Patrick Steinhardt
- [PATCH 21/21] list-objects-filter-options: work around reported leak on error, Patrick Steinhardt
- Re: [PATCH 00/21] Memory leak fixes (pt.9), Taylor Blau
- [PATCH v2 00/22] Memory leak fixes (pt.9), Patrick Steinhardt
- [PATCH v2 01/22] builtin/ls-remote: plug leaking server options, Patrick Steinhardt
- [PATCH v2 02/22] t/helper: fix leaks in "reach" test tool, Patrick Steinhardt
- [PATCH v2 03/22] grep: fix leak in `grep_splice_or()`, Patrick Steinhardt
- [PATCH v2 04/22] builtin/grep: fix leak with `--max-count=0`, Patrick Steinhardt
- [PATCH v2 05/22] revision: fix leaking bloom filters, Patrick Steinhardt
- [PATCH v2 06/22] diff-lib: fix leaking diffopts in `do_diff_cache()`, Patrick Steinhardt
- [PATCH v2 07/22] pretty: clear signature check, Patrick Steinhardt
- [PATCH v2 08/22] upload-pack: fix leaking URI protocols, Patrick Steinhardt
- [PATCH v2 09/22] builtin/commit: fix leaking change data contents, Patrick Steinhardt
- [PATCH v2 10/22] trailer: fix leaking trailer values, Patrick Steinhardt
- [PATCH v2 11/22] trailer: fix leaking strbufs when formatting trailers, Patrick Steinhardt
- [PATCH v2 12/22] builtin/commit: fix leaking cleanup config, Patrick Steinhardt
- [PATCH v2 13/22] transport-helper: fix leaking import/export marks, Patrick Steinhardt
- [PATCH v2 14/22] builtin/tag: fix leaking key ID on failure to sign, Patrick Steinhardt
- [PATCH v2 15/22] combine-diff: fix leaking lost lines, Patrick Steinhardt
- [PATCH v2 16/22] dir: release untracked cache data, Patrick Steinhardt
- [PATCH v2 17/22] sparse-index: correctly free EWAH contents, Patrick Steinhardt
- [PATCH v2 18/22] t/helper: stop re-initialization of `the_repository`, Patrick Steinhardt
- [PATCH v2 19/22] t/helper: fix leaking buffer in "dump-untracked-cache", Patrick Steinhardt
- [PATCH v2 20/22] dir: fix leak when parsing "status.showUntrackedFiles", Patrick Steinhardt
- [PATCH v2 21/22] builtin/merge: release outbut buffer after performing merge, Patrick Steinhardt
- [PATCH v2 22/22] list-objects-filter-options: work around reported leak on error, Patrick Steinhardt
- Re: [PATCH v2 00/22] Memory leak fixes (pt.9), Kristoffer Haugsbakk
- Re: [PATCH v2 00/22] Memory leak fixes (pt.9), Justin Tobler
- [PATCH v3 00/22] Memory leak fixes (pt.9), Patrick Steinhardt
- [PATCH v3 01/22] builtin/ls-remote: plug leaking server options, Patrick Steinhardt
- [PATCH v3 02/22] t/helper: fix leaks in "reach" test tool, Patrick Steinhardt
- [PATCH v3 03/22] grep: fix leak in `grep_splice_or()`, Patrick Steinhardt
- [PATCH v3 04/22] builtin/grep: fix leak with `--max-count=0`, Patrick Steinhardt
- [PATCH v3 05/22] revision: fix leaking bloom filters, Patrick Steinhardt
- [PATCH v3 06/22] diff-lib: fix leaking diffopts in `do_diff_cache()`, Patrick Steinhardt
- [PATCH v3 07/22] pretty: clear signature check, Patrick Steinhardt
- [PATCH v3 08/22] upload-pack: fix leaking URI protocols, Patrick Steinhardt
- [PATCH v3 09/22] builtin/commit: fix leaking change data contents, Patrick Steinhardt
- [PATCH v3 10/22] trailer: fix leaking trailer values, Patrick Steinhardt
- [PATCH v3 11/22] trailer: fix leaking strbufs when formatting trailers, Patrick Steinhardt
- [PATCH v3 12/22] builtin/commit: fix leaking cleanup config, Patrick Steinhardt
- [PATCH v3 13/22] transport-helper: fix leaking import/export marks, Patrick Steinhardt
- [PATCH v3 14/22] builtin/tag: fix leaking key ID on failure to sign, Patrick Steinhardt
- [PATCH v3 15/22] combine-diff: fix leaking lost lines, Patrick Steinhardt
- [PATCH v3 16/22] dir: release untracked cache data, Patrick Steinhardt
- [PATCH v3 17/22] sparse-index: correctly free EWAH contents, Patrick Steinhardt
- [PATCH v3 18/22] t/helper: stop re-initialization of `the_repository`, Patrick Steinhardt
- [PATCH v3 19/22] t/helper: fix leaking buffer in "dump-untracked-cache", Patrick Steinhardt
- [PATCH v3 20/22] dir: fix leak when parsing "status.showUntrackedFiles", Patrick Steinhardt
- [PATCH v3 21/22] builtin/merge: release output buffer after performing merge, Patrick Steinhardt
- [PATCH v3 22/22] list-objects-filter-options: work around reported leak on error, Patrick Steinhardt
- Re: [PATCH v3 00/22] Memory leak fixes (pt.9), Junio C Hamano
- `git worktree list` when bare repository is named `.git`,
Rebecca Turner
[PATCH 00/13] Update versions of libcurl and Perl,
brian m. carlson
- [PATCH 01/13] git-curl-compat: remove check for curl 7.21.5, brian m. carlson
- [PATCH 02/13] git-curl-compat: remove check for curl 7.25.0, brian m. carlson
- [PATCH 03/13] git-curl-compat: remove check for curl 7.34.0, brian m. carlson
- [PATCH 05/13] git-curl-compat: remove check for curl 7.43.0, brian m. carlson
- [PATCH 06/13] git-curl-compat: remove check for curl 7.44.0, brian m. carlson
- [PATCH 07/13] git-curl-compat: remove check for curl 7.52.0, brian m. carlson
- [PATCH 04/13] git-curl-compat: remove check for curl 7.39.0, brian m. carlson
- [PATCH 09/13] git-curl-compat: remove check for curl 7.56.0, brian m. carlson
- [PATCH 12/13] INSTALL: require Perl 5.26.0, brian m. carlson
- [PATCH 10/13] INSTALL: document requirement for libcurl 7.61.0, brian m. carlson
- [PATCH 11/13] Require Perl 5.26.0, brian m. carlson
- [PATCH 13/13] gitweb: make use of s///r, brian m. carlson
- [PATCH 08/13] git-curl-compat: remove check for curl 7.53.0, brian m. carlson
- Re: [PATCH 00/13] Update versions of libcurl and Perl, Jeff King
- Re: [PATCH 00/13] Update versions of libcurl and Perl, Alejandro R. Sedeño
- Re: [PATCH 00/13] Update versions of libcurl and Perl, Junio C Hamano
- Re: [PATCH 00/13] Update versions of libcurl and Perl, Alejandro R. Sedeño
- Re: [PATCH 00/13] Update versions of libcurl and Perl, Patrick Steinhardt
- [PATCH v2 00/12] Update versions of libcurl and Perl, brian m. carlson
- [PATCH v2 04/12] git-curl-compat: remove check for curl 7.39.0, brian m. carlson
- [PATCH v2 01/12] git-curl-compat: remove check for curl 7.21.5, brian m. carlson
- [PATCH v2 02/12] git-curl-compat: remove check for curl 7.25.0, brian m. carlson
- [PATCH v2 03/12] git-curl-compat: remove check for curl 7.34.0, brian m. carlson
- [PATCH v2 05/12] git-curl-compat: remove check for curl 7.43.0, brian m. carlson
- [PATCH v2 08/12] git-curl-compat: remove check for curl 7.53.0, brian m. carlson
- [PATCH v2 09/12] git-curl-compat: remove check for curl 7.56.0, brian m. carlson
- [PATCH v2 12/12] gitweb: make use of s///r, brian m. carlson
- [PATCH v2 10/12] INSTALL: document requirement for libcurl 7.61.0, brian m. carlson
- [PATCH v2 07/12] git-curl-compat: remove check for curl 7.52.0, brian m. carlson
- [PATCH v2 11/12] Require Perl 5.26.0, brian m. carlson
- [PATCH v2 06/12] git-curl-compat: remove check for curl 7.44.0, brian m. carlson
- Re: [PATCH v2 00/12] Update versions of libcurl and Perl, Taylor Blau
What's cooking in git.git (Oct 2024, #06; Thu, 10), Junio C Hamano
[PATCH 0/3] fuzz: port OSS-Fuzz tests back to Git,
Josh Steadmon
minimum curl version effectively changed,
Alejandro R. Sedeño
[PATCH v2 0/7] Fix typos,
Andrew Kreimer
[PATCH] Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format,
blanet via GitGitGadget
[OutReachy] Introduction and Contribution Phase,
Neema Joju
[PATCH 00/11] pack-bitmap: convert offset to ref deltas where possible,
Taylor Blau
- [PATCH 01/11] pack-bitmap.c: do not pass `pack_pos` to `try_partial_reuse()`, Taylor Blau
- [PATCH 02/11] pack-bitmap.c: avoid unnecessary `offset_to_pack_pos()`, Taylor Blau
- [PATCH 03/11] pack-bitmap.c: delay calling 'offset_to_pack_pos()', Taylor Blau
- [PATCH 04/11] pack-bitmap.c: compare `base_offset` to `delta_obj_offset`, Taylor Blau
- [PATCH 05/11] pack-bitmap.c: extract `find_base_bitmap_pos()`, Taylor Blau
- [PATCH 06/11] pack-bitmap: drop `from_midx` field from `bitmapped_pack`, Taylor Blau
- [PATCH 07/11] write_reused_pack_one(): translate bit positions directly, Taylor Blau
- [PATCH 08/11] t5332: enable OFS_DELTAs via test_pack_objects_reused, Taylor Blau
- [PATCH 09/11] pack-bitmap: enable cross-pack delta reuse, Taylor Blau
- [PATCH 10/11] pack-bitmap.c: record whether the result was filtered, Taylor Blau
- [PATCH 11/11] pack-bitmap: enable reusing deltas with base objects in 'haves' bitmap, Taylor Blau
- Re: [PATCH 00/11] pack-bitmap: convert offset to ref deltas where possible, Junio C Hamano
- Re: [PATCH 00/11] pack-bitmap: convert offset to ref deltas where possible, Jeff King
nasamuffin unavailable 2024-10-28 - 2024-12-23, Emily Shaffer
[PATCH] checkout: refer to other-worktree branch, not ref,
Kristoffer Haugsbakk
[PATCH 0/5] Wire up Windows-based jobs in GitLab CI,
Patrick Steinhardt
[PATCH 1/3] clang-format: don't enforce the column limit,
Karthik Nayak
[PATCH 0/3] clang-format: fix rules to make the CI job cleaner,
Karthik Nayak
[no subject], Unknown
[PATCH 0/7] Fix typos,
Andrew Kreimer
[PATCH] mimgw: remove Compiler Warnings,
Sören Krecker
[PATCH] loose: don't rely on repository global state,
Karthik Nayak
What's cooking in git.git (Oct 2024, #05; Tue, 8), Junio C Hamano
warning: unable to unlink '<fulldir>/.git/objects/maintenance.lock': Text file busy, Danny Ben Shitrit
Verbose Commit Ignore Line Fails via CRLF Line Endings,
Spencer Fretwell
Re: Verbose Commit Ignore Line Fails via CRLF Line Endings, brian m. carlson
Interest in a Git meetup in Bay Area, California?,
Emily Shaffer
[Outreachy][PATCH] t6050: avoid pipes in git related commands,
chizobajames21
Remote git server dubious ownership,
Alessio De Marchi (GMail)
[PATCH 00/17] pack-objects: add --path-walk option for better deltas,
Derrick Stolee via GitGitGadget
- [PATCH 01/17] path-walk: introduce an object walk by path, Derrick Stolee via GitGitGadget
- [PATCH 02/17] t6601: add helper for testing path-walk API, Derrick Stolee via GitGitGadget
- [PATCH 04/17] path-walk: allow visiting tags, Derrick Stolee via GitGitGadget
- [PATCH 05/17] revision: create mark_trees_uninteresting_dense(), Derrick Stolee via GitGitGadget
- [PATCH 06/17] path-walk: add prune_all_uninteresting option, Derrick Stolee via GitGitGadget
- [PATCH 07/17] pack-objects: extract should_attempt_deltas(), Derrick Stolee via GitGitGadget
- [PATCH 09/17] pack-objects: update usage to match docs, Derrick Stolee via GitGitGadget
- [PATCH 12/17] repack: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH 13/17] repack: update usage to match docs, Derrick Stolee via GitGitGadget
- [PATCH 14/17] pack-objects: enable --path-walk via config, Derrick Stolee via GitGitGadget
- [PATCH 16/17] pack-objects: refactor path-walk delta phase, Derrick Stolee via GitGitGadget
- [PATCH 08/17] pack-objects: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH 15/17] scalar: enable path-walk during push via config, Derrick Stolee via GitGitGadget
- [PATCH 03/17] path-walk: allow consumer to specify object types, Derrick Stolee via GitGitGadget
- [PATCH 11/17] pack-objects: introduce GIT_TEST_PACK_PATH_WALK, Derrick Stolee via GitGitGadget
- [PATCH 10/17] p5313: add performance tests for --path-walk, Derrick Stolee via GitGitGadget
- [PATCH 17/17] pack-objects: thread the path-based compression, Derrick Stolee via GitGitGadget
- [PATCH v2 00/17] pack-objects: add --path-walk option for better deltas, Derrick Stolee via GitGitGadget
- [PATCH v2 01/17] path-walk: introduce an object walk by path, Derrick Stolee via GitGitGadget
- [PATCH v2 02/17] t6601: add helper for testing path-walk API, Derrick Stolee via GitGitGadget
- [PATCH v2 03/17] path-walk: allow consumer to specify object types, Derrick Stolee via GitGitGadget
- [PATCH v2 04/17] path-walk: allow visiting tags, Derrick Stolee via GitGitGadget
- [PATCH v2 05/17] revision: create mark_trees_uninteresting_dense(), Derrick Stolee via GitGitGadget
- [PATCH v2 06/17] path-walk: add prune_all_uninteresting option, Derrick Stolee via GitGitGadget
- [PATCH v2 07/17] pack-objects: extract should_attempt_deltas(), Derrick Stolee via GitGitGadget
- [PATCH v2 09/17] pack-objects: update usage to match docs, Derrick Stolee via GitGitGadget
- [PATCH v2 08/17] pack-objects: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH v2 10/17] p5313: add performance tests for --path-walk, Derrick Stolee via GitGitGadget
- [PATCH v2 11/17] pack-objects: introduce GIT_TEST_PACK_PATH_WALK, Derrick Stolee via GitGitGadget
- [PATCH v2 12/17] repack: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH v2 13/17] repack: update usage to match docs, Derrick Stolee via GitGitGadget
- [PATCH v2 14/17] pack-objects: enable --path-walk via config, Derrick Stolee via GitGitGadget
- [PATCH v2 15/17] scalar: enable path-walk during push via config, Derrick Stolee via GitGitGadget
- [PATCH v2 16/17] pack-objects: refactor path-walk delta phase, Derrick Stolee via GitGitGadget
- [PATCH v2 17/17] pack-objects: thread the path-based compression, Derrick Stolee via GitGitGadget
- Re: [PATCH v2 00/17] pack-objects: add --path-walk option for better deltas, Taylor Blau
[PATCH v2] gitk: fix a typo, Andrew Kreimer
Bug: `git maintenance start` is likely broken in 2.47,
Shubham Kanodia
[ANNOUNCE] Git for Windows 2.47.0, Johannes Schindelin
[PATCH] blame: respect .git-blame-ignore-revs automatically,
Abhijeetsingh Meena via GitGitGadget
[PATCH v2 0/2] blame: respect .git-blame-ignore-revs automatically, Abhijeetsingh Meena via GitGitGadget
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]