Git Distributed Software Revision Control
[Prev Page][Next Page]
- [PATCH 01/16] mktree: use OPT_BOOL
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 00/16] mktree: support more flexible usage
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH 1/2] config: fix segfault when parsing "core.abbrev" without repo
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: "'Yuri'" <yuri@xxxxxxxxx>
- Re: [PATCH v2 0/3] midx: various brown paper bag fixes
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 1/2] DONTAPPLY: -Og fallout workaround
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 3/3] pack-revindex.c: guard against out-of-bounds pack lookups
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 2/3] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 1/3] midx-write.c: do not read existing MIDX with `packs_to_include`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 0/3] midx: various brown paper bag fixes
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v2 2/3] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Cannot override `remote.origin.url` with `-c` option
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/4] varargs functions with __attributes__(())
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] commit-graph: increment progress indicator
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- RE: [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH 18/21] t/helper: fix segfault in "oid-array" command without repository
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: [PATCH v6 0/3] object checking related additions and fixes for bundles in fetches
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 19/21] t/helper: remove dependency on `the_repository` in "oidtree"
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re:Re: [PATCH v5 3/4] unbundle: extend options to support object verification
- From: "Xing Xin" <bupt_xingxin@xxxxxxx>
- [PATCH v6 3/3] unbundle: support object verification for fetches
- From: "Xing Xin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 2/3] fetch-pack: expose fsckObjects configuration logic
- From: "Xing Xin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 1/3] bundle-uri: verify oid before writing refs
- From: "Xing Xin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 0/3] object checking related additions and fixes for bundles in fetches
- From: "blanet via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [GSoC] Blog: Move existing tests to a unit testing framework
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: [PATCH 1/2] DONTAPPLY: -Og fallout workaround
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 21/21] hex: guard declarations with `USE_THE_REPOSITORY_VARIABLE`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 20/21] t/helper: remove dependency on `the_repository` in "proc-receive"
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 19/21] t/helper: remove dependency on `the_repository` in "oidtree"
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 18/21] t/helper: fix segfault in "oid-array" command without repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 17/21] t/helper: use correct object hash in partial-clone helper
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 16/21] compat/fsmonitor: remove dependency on `the_repository` in Darwin IPC
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 15/21] replace-object: use hash algorithm from passed-in repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 14/21] protocol-caps: use hash algorithm from passed-in repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 13/21] oidset: pass hash algorithm when parsing file
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 12/21] http-fetch: don't crash when parsing packfile without a repo
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 11/21] hash-ll: merge with "hash.h"
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 10/21] refs: avoid include cycle with "repository.h"
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 09/21] global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 08/21] hash: require hash algorithm in `empty_tree_oid_hex()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 07/21] hash: require hash algorithm in `is_empty_{blob,tree}_oid()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 06/21] hash: make `is_null_oid()` independent of `the_repository`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 05/21] hash: convert `oidcmp()` and `oideq()` to compare whole hash
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 04/21] global: ensure that object IDs are always padded
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 03/21] hash: require hash algorithm in `oidread()` and `oidclr()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 02/21] hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 01/21] hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functions
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 00/21] Introduce `USE_THE_REPOSITORY_VARIABLE` macro
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: bundles discovery and clones
- From: matthew sporleder <msporleder@xxxxxxxxx>
- Re: Question about Git protocol v2 status
- From: Jeff King <peff@xxxxxxxx>
- [PATCH v2 28/29] builtin/blame: fix leaking prefixed paths
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 26/29] line-range: plug leaking find functions
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 29/29] builtin/blame: fix leaking ignore revs files
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 27/29] blame: fix leaking data for blame scoreboards
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 25/29] merge: fix leaking merge bases
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 24/29] builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 23/29] sequencer: fix memory leaks in `make_script_with_merges()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 22/29] builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 21/29] apply: fix leaking string in `match_fragment()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 20/29] sequencer: fix leaking string buffer in `commit_staged_changes()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 19/29] commit: fix leaking parents when calling `commit_tree_extended()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 18/29] config: fix leaking "core.notesref" variable
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 17/29] rerere: fix various trivial leaks
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 16/29] builtin/stash: fix leak in `show_stash()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 15/29] revision: free diff options
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 14/29] builtin/log: fix leaking commit list in git-cherry(1)
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 13/29] merge-recursive: fix memory leak when finalizing merge
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 12/29] builtin/merge-recursive: fix leaking object ID bases
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 11/29] builtin/difftool: plug memory leaks in `run_dir_diff()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 10/29] object-name: free leaking object contexts
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 09/29] builtin/rev-list: fix leaking bitmap index when calculating disk usage
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 06/29] merge-recursive: fix leaking rename conflict info
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 04/29] bundle: plug leaks in `create_bundle()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 08/29] notes: fix memory leak when pruning notes
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 07/29] revision: fix leaking display notes
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 05/29] biultin/rev-parse: fix memory leaks in `--parseopt` mode
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 03/29] notes-utils: free note trees when releasing copied notes
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 02/29] parse-options: fix leaks for users of OPT_FILENAME
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 01/29] revision: fix memory leak when reversing revisions
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 00/29] Memory leak fixes (pt.2)
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: MSan failures in pack-bitmap
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v5 3/4] unbundle: extend options to support object verification
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 2/3] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 2/7] reftable: change the type of array indices to 'size_t' in reftable/pq.c
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/4] refs: keep track of unresolved reference value in iterators
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 1/2] config: fix segfault when parsing "core.abbrev" without repo
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 2/2] object-name: don't try to abbreviate to lengths greater than hexsz
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 7/7] t-reftable-pq: add tests for merged_iter_pqueue_top()
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 4/7] t-reftable-pq: make merged_iter_pqueue_check() static
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 1/7] reftable: remove unncessary curly braces in reftable/pq.c
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 6/7] t-reftable-pq: add test for index based comparison
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 5/7] t-reftable-pq: make merged_iter_pqueue_check() callable by reference
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 3/7] t: move reftable/pq_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 2/7] reftable: change the type of array indices to 'size_t' in reftable/pq.c
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v3 0/7] t: port reftable/pq_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- Re: [PATCH 0/4] varargs functions with __attributes__(())
- From: Jeff King <peff@xxxxxxxx>
- Re: Git 2.45.2 - memory leaks reports by address sanitizer (asan)
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: MSan failures in pack-bitmap
- From: Jeff King <peff@xxxxxxxx>
- Re: Cannot override `remote.origin.url` with `-c` option
- From: Jeff King <peff@xxxxxxxx>
- Re: [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: "'Yuri'" <yuri@xxxxxxxxx>
- Re: git fetch --prune fails with "fatal: bad object"
- From: Jeff King <peff@xxxxxxxx>
- Re: bundles discovery and clones
- From: Jeff King <peff@xxxxxxxx>
- Re: [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: Jeff King <peff@xxxxxxxx>
- Re:Re: [PATCH v4 2/4] unbundle: extend verify_bundle_flags to support fsck-objects
- From: "Xing Xin" <bupt_xingxin@xxxxxxx>
- Re:Re: [PATCH v4 4/4] unbundle: introduce option VERIFY_BUNDLE_FSCK_FOLLOW_FETCH
- From: "Xing Xin" <bupt_xingxin@xxxxxxx>
- Re: [PATCH 3/4] t-reftable-tree: split test_tree() into two sub-test functions
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v5 4/4] unbundle: use VERIFY_BUNDLE_FSCK_FOLLOW_FETCH for fetches
- From: "Xing Xin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 3/4] unbundle: extend options to support object verification
- From: "Xing Xin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 1/4] bundle-uri: verify oid before writing refs
- From: "Xing Xin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 2/4] fetch-pack: expose fsckObjects configuration logic
- From: "Xing Xin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 0/4] object checking related additions and fixes for bundles in fetches
- From: "blanet via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: Jeff King <peff@xxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: Jeff King <peff@xxxxxxxx>
- Re: SEGV (detected by Address Sanitizer) when using `core.abbrev` option
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: Chris Torek <chris.torek@xxxxxxxxx>
- Re: [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: "'Yuri'" <yuri@xxxxxxxxx>
- RE: [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: "'Yuri'" <yuri@xxxxxxxxx>
- Re: [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Question about Git protocol v2 status
- From: rlee <rlee287@xxxxxxxxx>
- RE: [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [GSoC][PATCH v2] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: Yuri <yuri@xxxxxxxxx>
- Re: SEGV (detected by Address Sanitizer) when using `core.abbrev` option
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC][PATCH v2] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: SEGV (detected by Address Sanitizer) when using `core.abbrev` option
- From: Kyle Lippincott <spectral@xxxxxxxxxx>
- SEGV (detected by Address Sanitizer) when using `core.abbrev` option
- From: Kyle Lippincott <spectral@xxxxxxxxxx>
- Re: [ISSUE] `git submodule update --init --recursive` does ignore `fetchRecurseSubmodules` flag in `.gitmodules` and in `.git/config`
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [GSoC][PATCH v2] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: ellie <el@xxxxxxxxxxx>
- Re: [Wishlist Bug] git-shell: Support libreadline
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [GSoC][PATCH v2] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [GSoC][PATCH v2] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 3/3] pack-revindex.c: guard against out-of-bounds pack lookups
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 2/3] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 1/3] midx-write.c: do not read existing MIDX with `packs_to_include`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 0/3] midx: various brown paper bag fixes
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: Yuri <yuri@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] DONTAPPLY: -Og fallout workaround
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: Emily Shaffer <nasamuffin@xxxxxxxxxx>
- [BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
- From: Yuri <yuri@xxxxxxxxx>
- [PATCH 2/2] DONTAPPLY: -Os fallout workaround
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 1/2] DONTAPPLY: -Og fallout workaround
- From: Junio C Hamano <gitster@xxxxxxxxx>
- bundles discovery and clones
- From: matthew sporleder <msporleder@xxxxxxxxx>
- Re: [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC][PATCH v2] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 1/3] t4020: test exit code with external diffs
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/4] __attribute__: trace2_region_enter_printf() is like "printf"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 2/2] ci: compile "linux-gcc-default" job with -Og
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Git 2.45.2 - memory leaks reports by address sanitizer (asan)
- From: Janne Kiiskila <janne.kiiskila@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [Wishlist Bug] git-shell: Support libreadline
- From: Marc-Jano Knopp <y--gitbugs@xxxxxxxxxxxx>
- Re: [PATCH 3/4] t-reftable-tree: split test_tree() into two sub-test functions
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 0/3] diff: fix --exit-code with external diff
- From: phillip.wood123@xxxxxxxxx
- [PATCH 4/4] t-reftable-tree: add test for non-existent key
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH 3/4] t-reftable-tree: split test_tree() into two sub-test functions
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH 2/4] t: move reftable/tree_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH 1/4] reftable: remove unnecessary curly braces in reftable/tree.c
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH 0/4] t: port reftable/tree_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- RE: Issue : Writing commits into the git repository takes longer than expected
- From: <rsbecker@xxxxxxxxxxxxx>
- [PATCH] git-send-email: Use sanitized address when reading mbox body
- From: Csókás, Bence <csokas.bence@xxxxxxxxx>
- Issue : Writing commits into the git repository takes longer than expected
- From: Arpit Gupta <argupta@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH 1/2] am: add explicit "--retry" option
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v5 2/7] refs: specify error for regular refs with `old_target`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [GSoC][PATCH v2 1/6] reftable: clean up reftable/pq.c
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 1/4] __attribute__: trace2_region_enter_printf() is like "printf"
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 2/4] Makefile: add ability to append to CFLAGS and LDFLAGS
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v5 2/7] refs: specify error for regular refs with `old_target`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v4 2/2] ci: compile "linux-gcc-default" job with -Og
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v4 1/2] Makefile: add ability to append to CFLAGS and LDFLAGS
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v4 0/2] ci: detect more warnings via `-Og`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 0/4] ci: detect more warnings via `-Og`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [GSoC]: Implement consistency check for refs blog
- From: shejialuo <shejialuo@xxxxxxxxx>
- Re: [GSoC] Blog: move and improve reftable tests in the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- Re: [PATCH] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
- From: Patrick Steinhardt <ps@xxxxxx>
- [ISSUE] `git submodule update --init --recursive` does ignore `fetchRecurseSubmodules` flag in `.gitmodules` and in `.git/config`
- From: Andry <andry@xxxxxxxx>
- Re: MSan failures in pack-bitmap
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: MSan failures in pack-bitmap
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: MSan failures in pack-bitmap
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: MSan failures in pack-bitmap
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: MSan failures in pack-bitmap
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: MSan failures in pack-bitmap
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: phillip.wood123@xxxxxxxxx
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH v3 3/3] diff: let external diffs report that changes are uninteresting
- From: René Scharfe <l.s.r@xxxxxx>
- [PATCH v3 2/3] userdiff: add and use struct external_diff
- From: René Scharfe <l.s.r@xxxxxx>
- [PATCH v3 1/3] t4020: test exit code with external diffs
- From: René Scharfe <l.s.r@xxxxxx>
- [PATCH v3 0/3] diff: fix --exit-code with external diff
- From: René Scharfe <l.s.r@xxxxxx>
- Re: [PATCH v4 5/6] test-terminal: introduce --no-stdin-pty
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [no subject]
- Cannot override `remote.origin.url` with `-c` option
- From: Mathew George <mathewegeorge@xxxxxxxxx>
- Re: [PATCH v3 0/4] ci: detect more warnings via `-Og`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: git fetch --prune fails with "fatal: bad object"
- From: Fred Long <fred_long@xxxxxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: ellie <el@xxxxxxxxxxx>
- Re: [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 2/4] Makefile: add ability to append to CFLAGS and LDFLAGS
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3] date: detect underflow/overflow when parsing dates with timezone offset
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Autosplit option for git add -p
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] worktree_git_path(): move the declaration to path.h
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 4/4] __attribute__: add a few missing format attributes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 3/4] __attribute__: mark some functions with LAST_ARG_MUST_BE_NULL
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 2/4] __attribute__: remove redundant attribute declaration for git_die_config()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 1/4] __attribute__: trace2_region_enter_printf() is like "printf"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 0/4] varargs functions with __attributes__(())
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [GSoC][PATCH v2] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3] credential: clear expired c->credential, unify secret clearing
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 1/2] am: add explicit "--retry" option
- From: Jeff King <peff@xxxxxxxx>
- Re: git fetch --prune fails with "fatal: bad object"
- From: Jeff King <peff@xxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: ellie <el@xxxxxxxxxxx>
- Re: [PATCH 02/19] global: assign non-const strings as required
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 0/2] commit-graph/server-info: use tempfile.h in more places
- From: Jeff King <peff@xxxxxxxx>
- Re: Autosplit option for git add -p
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: Autosplit option for git add -p
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: Jeff King <peff@xxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 2/2] server-info.c: remove temporary info files on exit
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] doc: imply that interactive.singleKey is disabled by default
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH 1/2] commit-graph.c: remove temporary graph layers on exit
- From: Jeff King <peff@xxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: ellie <el@xxxxxxxxxxx>
- Re: [PATCH 1/2] commit-graph.c: remove temporary graph layers on exit
- From: Jeff King <peff@xxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: ellie <el@xxxxxxxxxxx>
- Re: [PATCH v3 0/4] ci: detect more warnings via `-Og`
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 2/4] Makefile: add ability to append to CFLAGS and LDFLAGS
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2 2/2] ci: compile "linux-gcc-default" job with -Og
- From: Jeff King <peff@xxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: Jeff King <peff@xxxxxxxx>
- Re: MSan failures in pack-bitmap
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- MSan failures in pack-bitmap
- From: Kyle Lippincott <spectral@xxxxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: ellie <el@xxxxxxxxxxx>
- RE: With big repos and slower connections, git clone can be hard to work with
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: With big repos and slower connections, git clone can be hard to work with
- From: ellie <el@xxxxxxxxxxx>
- RE: With big repos and slower connections, git clone can be hard to work with
- From: <rsbecker@xxxxxxxxxxxxx>
- With big repos and slower connections, git clone can be hard to work with
- From: ellie <el@xxxxxxxxxxx>
- [PATCH v3] doc: interactive.singleKey is disabled by default
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] doc: imply that interactive.singleKey is disabled by default
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] commit-graph.c: remove temporary graph layers on exit
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] server-info.c: remove temporary info files on exit
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] commit-graph.c: remove temporary graph layers on exit
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] server-info.c: remove temporary info files on exit
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 1/2] commit-graph.c: remove temporary graph layers on exit
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v5 0/2] format-patch: assume --cover-letter for diff in multi-patch series
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v5 2/2] format-patch: assume --cover-letter for diff in multi-patch series
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH v5 1/2] t4014: cleanups in a few tests
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH v5 0/2] format-patch: assume --cover-letter for diff in multi-patch series
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH v3 0/4] ci: detect more warnings via `-Og`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/2] ci: compile "linux-gcc-default" job with -Og
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/19] midx: incremental multi-pack indexes, part one
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 00/19] midx: incremental multi-pack indexes, part one
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: RFC: indicating diff strategy in format-patch message headers
- From: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 1/2] t4014: cleanups in a few tests
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/2] ci: compile "linux-gcc-default" job with -Og
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/2] ci: compile "linux-gcc-default" job with -Og
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] ci: let pedantic job compile with -Og
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/19] midx: incremental multi-pack indexes, part one
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/19] midx: incremental multi-pack indexes, part one
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3] date: detect underflow/overflow when parsing dates with timezone offset
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 1/2] t4014: cleanups in a few tests
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH v6 00/27] Compile with `-Wwrite-strings`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 1/2] t4014: cleanups in a few tests
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] apply: add unit tests for parse_range
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/4] Makefile: extract script to lint missing/extraneous manpages
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] commit-graph.c: remove temporary graph layers on exit
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v4 2/2] format-patch: assume --cover-letter for diff in multi-patch series
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH v4 1/2] t4014: cleanups in a few tests
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH v4 0/2] format-patch: assume --cover-letter for diff in multi-patch series
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH 2/2] server-info.c: remove temporary info files on exit
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/2] commit-graph/server-info: use tempfile.h in more places
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] apply: add unit tests for parse_range
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe
- From: John Cai <johncai86@xxxxxxxxx>
- [PATCH v5 7/7] update-ref: add support for 'symref-update' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v5 6/7] reftable: pick either 'oid' or 'target' for new updates
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v5 5/7] update-ref: add support for 'symref-create' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v5 4/7] update-ref: add support for 'symref-delete' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v5 3/7] update-ref: add support for 'symref-verify' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v5 1/7] refs: create and use `ref_update_expects_existing_old_ref()`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v5 2/7] refs: specify error for regular refs with `old_target`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v5 0/7] update-ref: add symref support for --stdin
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Autosplit option for git add -p
- From: Konstantin Tokarev <annulen@xxxxxxxxx>
- Re: [GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v2 3/3] diff: let external diffs report that changes are uninteresting
- From: René Scharfe <l.s.r@xxxxxx>
- [PATCH v3 4/4] ci: compile "linux-gcc-default" job with -Og
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 3/4] ci: compile code with V=1
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 2/4] Makefile: add ability to append to CFLAGS and LDFLAGS
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 1/4] ci: fix check for Ubuntu 20.04
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 0/4] ci: detect more warnings via `-Og`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 27/27] config.mak.dev: enable `-Wwrite-strings` warning
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 26/27] builtin/merge: always store allocated strings in `pull_twohead`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 25/27] builtin/rebase: always store allocated string in `options.strategy`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 24/27] builtin/rebase: do not assign default backend to non-constant field
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 23/27] imap-send: fix leaking memory in `imap_server_conf`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 22/27] imap-send: drop global `imap_server_conf` variable
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 21/27] mailmap: always store allocated strings in mailmap blob
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 20/27] revision: always store allocated strings in output encoding
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 19/27] remote-curl: avoid assigning string constant to non-const variable
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 18/27] send-pack: always allocate receive status
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 17/27] parse-options: cast long name for OPTION_ALIAS
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 16/27] http: do not assign string constant to non-const field
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 15/27] compat/win32: fix const-correctness with string constants
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 14/27] pretty: add casts for decoration option pointers
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 13/27] object-file: make `buf` parameter of `index_mem()` a constant
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 12/27] object-file: mark cached object buffers as const
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 11/27] ident: add casts for fallback name and GECOS
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 10/27] entry: refactor how we remove items for delayed checkouts
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 09/27] line-log: always allocate the output prefix
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 08/27] line-log: stop assigning string constant to file parent buffer
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 07/27] diff: cast string constant in `fill_textconv()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 06/27] builtin/remote: cast away constness in `get_head_names()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 05/27] refspec: remove global tag refspec structure
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 04/27] reftable: cast away constness when assigning constants to records
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 02/27] global: convert intentionally-leaking config strings to consts
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 03/27] refs/reftable: stop micro-optimizing refname allocations on copy
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 01/27] global: improve const correctness when assigning string constants
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 00/27] Compile with `-Wwrite-strings`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 2/2] ci: compile "linux-gcc-default" job with -Og
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/2] ci: let pedantic job compile with -Og
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v4 12/27] object-file: mark cached object buffers as const
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 00/29] Memory leak fixes (pt.2)
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 0/4] Documentation: improve linting for manpage existence
- From: "James Liu" <james@xxxxxxxxxxx>
- [PATCH v3] date: detect underflow/overflow when parsing dates with timezone offset
- From: "darcy via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: [PATCH 00/19] midx: incremental multi-pack indexes, part one
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 19/19] midx: implement support for writing incremental MIDX chains
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 18/19] t/t5313-pack-bounds-checks.sh: prepare for sub-directories
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 17/19] t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 16/19] midx: implement verification support for incremental MIDXs
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 15/19] midx: support reading incremental MIDX chains
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 14/19] midx: teach `midx_fanout_add_midx_fanout()` about incremental MIDXs
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 13/19] midx: teach `midx_preferred_pack()` about incremental MIDXs
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 12/19] midx: teach `midx_contains_pack()` about incremental MIDXs
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 11/19] midx: remove unused `midx_locate_pack()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 10/19] midx: teach `fill_midx_entry()` about incremental MIDXs
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 09/19] midx: teach `nth_midxed_offset()` about incremental MIDXs
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 08/19] midx: teach `bsearch_midx()` about incremental MIDXs
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 07/19] midx: introduce `bsearch_one_midx()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 06/19] midx: teach `nth_bitmapped_pack()` about incremental MIDXs
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 05/19] midx: teach `nth_midxed_object_oid()` about incremental MIDXs
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 04/19] midx: teach `prepare_midx_pack()` about incremental MIDXs
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 03/19] midx: teach `nth_midxed_pack_int_id()` about incremental MIDXs
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 02/19] midx: add new fields for incremental MIDX chains
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 01/19] Documentation: describe incremental MIDX format
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 00/19] midx: incremental multi-pack indexes, part one
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] pack-bitmap.c: ensure pseudo-merge offset reads are bounded
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 2/2] pack-bitmap.c: ensure pseudo-merge offset reads are bounded
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] pack-bitmap.c: ensure pseudo-merge offset reads are bounded
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 2/2] server-info.c: remove temporary info files on exit
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 1/2] commit-graph.c: remove temporary graph layers on exit
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 0/2] commit-graph/server-info: use tempfile.h in more places
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe
- From: John Cai <johncai86@xxxxxxxxx>
- What's cooking in git.git (Jun 2024, #02; Thu, 6)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: git fetch --prune fails with "fatal: bad object"
- From: Fred Long <fred_long@xxxxxxxxxxx>
- Re: [PATCH 2/2] pack-bitmap.c: ensure pseudo-merge offset reads are bounded
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3] credential: clear expired c->credential, unify secret clearing
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 2/2] pack-bitmap.c: ensure pseudo-merge offset reads are bounded
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 1/2] Documentation/technical/bitmap-format.txt: add missing position table
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v3] credential: clear expired c->credential, unify secret clearing
- From: Aaron Plattner <aplattner@xxxxxxxxxx>
- Re: [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v5 12/27] object-file: mark cached object buffers as const
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 3/4] refs: add referent to each_ref_fn
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 4/4] ref-filter: populate symref from iterator
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 2/4] refs: keep track of unresolved reference value in iterators
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 0/4] keep track of unresolved value of symbolic-ref in ref iterators
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v2] apply: add unit tests for parse_range
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/2] ci: compile "linux-gcc-default" job with -Og
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] am: add explicit "--retry" option
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] am: add explicit "--retry" option
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] ci: let pedantic job compile with -Og
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 12/27] object-file: mark cached object buffers as const
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC][PATCH 1/6] reftable: clean up reftable/pq.c
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v5 00/12] refs: ref storage migrations
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/2] dropping stdin support from test-terminal
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH 2/2] test-terminal: drop stdin handling
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH] attr.tree: HEAD:.gitattributes is no longer the default in a bare repo
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [GSoC][PATCH v2 0/6] t: port reftable/pq_test.c to the unit testing
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- Re: [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 13/29] merge-recursive: fix memory leak when finalizing merge
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v2 3/3] diff: let external diffs report that changes are uninteresting
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [GSoC][PATCH v2 6/6] t-reftable-pq: add tests for merged_iter_pqueue_top()
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v2 5/6] t-reftable-pq: add test for index based comparison
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v2 4/6] t-reftable-pq: make merged_iter_pqueue_check() callable by reference
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v2 3/6] t-reftable-pq: make merged_iter_pqueue_check() static
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v2 2/6] t: move reftable/pq_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v2 1/6] reftable: clean up reftable/pq.c
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- Re: [PATCH v2 2/2] ci: compile "linux-gcc-default" job with -Og
- From: Justin Tobler <jltobler@xxxxxxxxx>
- Re: [PATCH v2 2/3] ls-remote: introduce --branches and deprecate --heads
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] credential: clear expired c->credential, unify secret clearing
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/29] Memory leak fixes (pt.2)
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v4 2/7] refs: specify error for regular refs with `old_target`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH] fetch-pack: test: demonstrate segmentation fault when run with fsckObjects but without --lock-pack
- From: Kirill Smelkov <kirr@xxxxxxxxxx>
- Re: [PATCH v4 4/4] unbundle: introduce option VERIFY_BUNDLE_FSCK_FOLLOW_FETCH
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v4 2/4] unbundle: extend verify_bundle_flags to support fsck-objects
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [GSoC][PATCH 6/6] t-reftable-pq: add tests for merged_iter_pqueue_top()
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [GSoC][PATCH 5/6] t-reftable-pq: add test for index based comparison
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [GSoC][PATCH 4/6] t-reftable-pq: make merged_iter_pqueue_check() callable by reference
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [GSoC][PATCH 2/6] t: move reftable/pq_test.c to the unit testing framework
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v4 0/7] update-ref: add symref support for --stdin
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v4 2/7] refs: specify error for regular refs with `old_target`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 13/29] merge-recursive: fix memory leak when finalizing merge
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH 02/19] global: assign non-const strings as required
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 27/27] config.mak.dev: enable `-Wwrite-strings` warning
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 25/27] builtin/rebase: always store allocated string in `options.strategy`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 26/27] builtin/merge: always store allocated strings in `pull_twohead`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 24/27] builtin/rebase: do not assign default backend to non-constant field
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 23/27] imap-send: fix leaking memory in `imap_server_conf`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 22/27] imap-send: drop global `imap_server_conf` variable
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 19/27] remote-curl: avoid assigning string constant to non-const variable
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 21/27] mailmap: always store allocated strings in mailmap blob
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 20/27] revision: always store allocated strings in output encoding
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 13/27] object-file: make `buf` parameter of `index_mem()` a constant
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 18/27] send-pack: always allocate receive status
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 17/27] parse-options: cast long name for OPTION_ALIAS
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 11/27] ident: add casts for fallback name and GECOS
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 16/27] http: do not assign string constant to non-const field
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 14/27] pretty: add casts for decoration option pointers
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 15/27] compat/win32: fix const-correctness with string constants
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 12/27] object-file: mark cached object buffers as const
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 10/27] entry: refactor how we remove items for delayed checkouts
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 07/27] diff: cast string constant in `fill_textconv()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 09/27] line-log: always allocate the output prefix
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 08/27] line-log: stop assigning string constant to file parent buffer
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 06/27] builtin/remote: cast away constness in `get_head_names()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 05/27] refspec: remove global tag refspec structure
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 04/27] reftable: cast away constness when assigning constants to records
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 02/27] global: convert intentionally-leaking config strings to consts
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 03/27] refs/reftable: stop micro-optimizing refname allocations on copy
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 01/27] global: improve const correctness when assigning string constants
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 00/27] Compile with `-Wwrite-strings`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 06/29] merge-recursive: fix leaging rename conflict info
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [GSoC][PATCH 1/6] reftable: clean up reftable/pq.c
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- Re: [PATCH v4 12/27] object-file: mark cached object buffers as const
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 03/29] notes-utils: free note trees when releasing copied notes
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH 02/29] parse-options: fix leaks for users of OPT_FILENAME
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v4 24/27] builtin/rebase: do not assign default backend to non-constant field
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 3/3] diff: let external diffs report that changes are uninteresting
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH] add-i: finally retire add.interactive.useBuiltin
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 0/3] Branches are branches and not heads
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 2/3] ls-remote: introduce --branches and deprecate --heads
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 2/2] ci: compile "linux-gcc-default" job with -Og
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 1/2] ci: fix check for Ubuntu 20.04
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 0/2] ci: detect more warnings via `-Og`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [GSoC][PATCH 1/6] reftable: clean up reftable/pq.c
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH] add-i: finally retire add.interactive.useBuiltin
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] attr.tree: HEAD:.gitattributes is no longer the default in a bare repo
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2 3/3] diff: let external diffs report that changes are uninteresting
- From: René Scharfe <l.s.r@xxxxxx>
- Re: [PATCH v4 5/6] test-terminal: introduce --no-stdin-pty
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 2/2] ci: let pedantic job compile with -Og
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v4 5/6] test-terminal: introduce --no-stdin-pty
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v4 0/7] update-ref: add symref support for --stdin
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH 2/2] test-terminal: drop stdin handling
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 1/2] am: add explicit "--retry" option
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 0/2] dropping stdin support from test-terminal
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] credential: clear expired c->credential, unify secret clearing
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] credential: clear expired c->credential, unify secret clearing
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 2/2] ci: let pedantic job compile with -Og
- From: Jeff King <peff@xxxxxxxx>
- [PATCH v2 4/4] ci/test-documentation: work around SyntaxWarning in Python 3.12
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 3/4] gitlab-ci: add job to run `make check-docs`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 2/4] Documentation/lint-manpages: bubble up errors
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 1/4] Makefile: extract script to lint missing/extraneous manpages
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 0/4] Documentation: improve linting for manpage existence
- From: Patrick Steinhardt <ps@xxxxxx>
- [GSoC][PATCH 6/6] t-reftable-pq: add tests for merged_iter_pqueue_top()
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH 5/6] t-reftable-pq: add test for index based comparison
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH 4/6] t-reftable-pq: make merged_iter_pqueue_check() callable by reference
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH 3/6] t-reftable-pq: make merged_iter_pqueue_check() static
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH 2/6] t: move reftable/pq_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH 1/6] reftable: clean up reftable/pq.c
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH 0/6] t: port reftable/pq_test.c to the unit testing
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- Re: [PATCH 1/2] ci: fix check for Ubuntu 20.04
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/2] ci: let pedantic job compile with -Og
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 3/3] diff: let external diffs report that changes are uninteresting
- From: Johannes Sixt <j6t@xxxxxxxx>
- Re: [PATCH v5 00/12] refs: ref storage migrations
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 1/2] ci: fix check for Ubuntu 20.04
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 2/2] ci: let pedantic job compile with -Og
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v4 06/12] refs/files: extract function to iterate through root refs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 2/2] ci: let pedantic job compile with -Og
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 1/2] ci: fix check for Ubuntu 20.04
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 0/2] ci: detect more warnings via `-Og`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 1/4] Makefile: extract script to lint missing/extraneous manpages
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 12/27] object-file: mark cached object buffers as const
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/4] Makefile: extract script to lint missing/extraneous manpages
- From: "James Liu" <james@xxxxxxxxxxx>
- [PATCH] fixup! object-file: mark cached object buffers as const
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 12/27] object-file: mark cached object buffers as const
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v5 12/12] builtin/refs: new command to migrate ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 11/12] refs: implement logic to migrate between ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 10/12] refs: implement removal of ref storages
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 09/12] worktree: don't store main worktree twice
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 08/12] reftable: inline `merged_table_release()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 07/12] refs/files: fix NULL pointer deref when releasing ref store
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 06/12] refs/files: extract function to iterate through root refs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 05/12] refs/files: refactor `add_pseudoref_and_head_entries()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 04/12] refs: allow to skip creation of reflog entries
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 03/12] refs: pass storage format to `ref_store_init()` explicitly
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 02/12] refs: convert ref storage format to an enum
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 01/12] setup: unset ref storage when reinitializing repository version
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v5 00/12] refs: ref storage migrations
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v4 06/12] refs/files: extract function to iterate through root refs
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2] date: detect underflow when parsing dates with positive timezone offset
- From: darcy <acednes@xxxxxxxxx>
- Re: [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v4 10/12] refs: implement removal of ref storages
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v4 06/12] refs/files: extract function to iterate through root refs
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v6 1/4] docs: introduce document to announce breaking changes
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: git fetch --prune fails with "fatal: bad object"
- From: Jeff King <peff@xxxxxxxx>
- Re: git fetch --prune fails with "fatal: bad object"
- From: Fred Long <fred_long@xxxxxxxxxxx>
- Re: [PATCH v4 5/6] test-terminal: introduce --no-stdin-pty
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: RFC: indicating diff strategy in format-patch message headers
- From: Eric Wong <e@xxxxxxxxx>
- Re: [PATCH v4 3/6] pager: introduce wait_for_pager
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: git clone error : RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] format-patch: assume --cover-letter for diff in multi-patch series
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] attr.tree: HEAD:.gitattributes is no longer the default in a bare repo
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3] format-patch: assume --cover-letter for diff in multi-patch series
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH] add-i: finally retire add.interactive.useBuiltin
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3] format-patch: assume --cover-letter for diff in multi-patch series
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: Git submodule recursive update not syncing submodule URLs makes the operation fail for commits updating the URLs
- From: Danoloan <danolo@xxxxxxxxxxx>
- Re: [PATCH v3] format-patch: assume --cover-letter for diff in multi-patch series
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v3] format-patch: assume --cover-letter for diff in multi-patch series
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH] format-patch: assume --cover-letter for diff in multi-patch series
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: RFC: indicating diff strategy in format-patch message headers
- From: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx>
- Re: RFC: indicating diff strategy in format-patch message headers
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] format-patch: assume --cover-letter for diff in multi-patch series
- From: Junio C Hamano <gitster@xxxxxxxxx>
- RFC: indicating diff strategy in format-patch message headers
- From: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] format-patch: assume --cover-letter for diff in multi-patch series
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH v6 1/4] docs: introduce document to announce breaking changes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Git submodule recursive update not syncing submodule URLs makes the operation fail for commits updating the URLs
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] date: detect underflow when parsing dates with positive timezone offset
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 02/19] global: assign non-const strings as required
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] credential: clear expired c->credential, unify secret clearing
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 10/12] refs: implement removal of ref storages
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 06/13] dir.c: always copy input to add_pattern()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/3] diff: fix --exit-code with external diff
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] credential: clear expired c->credential, unify secret clearing
- From: Aaron Plattner <aplattner@xxxxxxxxxx>
- Re: What's cooking in git.git (Jun 2024, #01; Mon, 3)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] dir.c: skip .gitignore, etc larger than INT_MAX
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 3/6] update-ref: add support for 'symref-delete' command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 24/27] builtin/rebase: do not assign default backend to non-constant field
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 1/4] docs: introduce document to announce breaking changes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 5/6] test-terminal: introduce --no-stdin-pty
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Git submodule recursive update not syncing submodule URLs makes the operation fail for commits updating the URLs
- From: Danoloan <danolo@xxxxxxxxxxx>
- Re: [PATCH v4 24/27] builtin/rebase: do not assign default backend to non-constant field
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- New opportunity for your establishment
- From: "Srisawad Corp. PCL" <admin@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] date: detect underflow when parsing dates with positive timezone offset
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH 02/19] global: assign non-const strings as required
- From: Jeff King <peff@xxxxxxxx>
- [PATCH v4 7/7] update-ref: add support for 'symref-update' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v4 6/7] reftable: pick either 'oid' or 'target' for new updates
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v4 5/7] update-ref: add support for 'symref-create' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v4 4/7] update-ref: add support for 'symref-delete' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v4 3/7] update-ref: add support for 'symref-verify' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v4 2/7] refs: specify error for regular refs with `old_target`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v4 1/7] refs: create and use `ref_update_expects_existing_old_ref()`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v4 0/7] update-ref: add symref support for --stdin
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v4 10/12] refs: implement removal of ref storages
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v4 06/12] refs/files: extract function to iterate through root refs
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 3/6] update-ref: add support for 'symref-delete' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v2 06/13] dir.c: always copy input to add_pattern()
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] credential: clear expired c->credential, unify secret clearing
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2 06/13] dir.c: always copy input to add_pattern()
- From: René Scharfe <l.s.r@xxxxxx>
- Re: git fetch --prune fails with "fatal: bad object"
- From: Jeff King <peff@xxxxxxxx>
- Re: git fetch --prune fails with "fatal: bad object"
- From: Jeff King <peff@xxxxxxxx>
- [PATCH v2 2/3] userdiff: add and use struct external_diff
- From: René Scharfe <l.s.r@xxxxxx>
- [PATCH v2 3/3] diff: let external diffs report that changes are uninteresting
- From: René Scharfe <l.s.r@xxxxxx>
- Re: What's cooking in git.git (Jun 2024, #01; Mon, 3)
- From: Jeff King <peff@xxxxxxxx>
- [PATCH v2 1/3] t4020: test exit code with external diffs
- From: René Scharfe <l.s.r@xxxxxx>
- [PATCH v2 0/3] diff: fix --exit-code with external diff
- From: René Scharfe <l.s.r@xxxxxx>
- Re: [PATCH] dir.c: skip .gitignore, etc larger than INT_MAX
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 0/6] update-ref: add symref support for --stdin
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 6/6] update-ref: add support for 'symref-update' command
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 4/6] update-ref: add support for 'symref-create' command
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 3/6] update-ref: add support for 'symref-delete' command
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2] date: detect underflow when parsing dates with positive timezone offset
- From: darcy <acednes@xxxxxxxxx>
- git clone error : RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0
- From: Thomas Gemmrich <Thomas.Gemmrich@xxxxxxxx>
- Re: [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v4 24/27] builtin/rebase: do not assign default backend to non-constant field
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v6 0/4] docs: document upcoming breaking changes
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v6 1/4] docs: introduce document to announce breaking changes
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 1/4] Makefile: extract script to lint missing/extraneous manpages
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 4/4] ci/test-documentation: work around SyntaxWarning in Python 3.12
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/4] Documentation/lint-manpages: bubble up errors
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/4] Makefile: extract script to lint missing/extraneous manpages
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 4/4] ci/test-documentation: work around SyntaxWarning in Python 3.12
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 3/4] gitlab-ci: add job to run `make check-docs`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 2/4] Documentation/lint-manpages: bubble up errors
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 1/4] Makefile: extract script to lint missing/extraneous manpages
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 0/4] Documentation: improve linting of manpage existence
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v4 6/6] add-patch: introduce the command '|'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] credential: clear expired c->credential, unify secret clearing
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] credential: clear expired c->credential, unify secret clearing
- From: Rahul Rameshbabu <rrameshbabu@xxxxxxxxxx>
- Re: [PATCH v2] credential: clear expired c->credential, unify secret clearing
- From: Aaron Plattner <aplattner@xxxxxxxxxx>
- Re: [PATCH v2] credential: clear expired c->credential, unify secret clearing
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 3/3] show-ref: introduce --branches and deprecate --heads
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 2/3] ls-remote: introduce --branches and deprecate --heads
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 1/3] refs: call branches branches
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 0/3] Branches are branches and not heads
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] credential: clear expired c->credential, unify secret clearing
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] credential: clear expired c->credential, unify secret clearing
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] doc: imply that interactive.singleKey is disabled by default
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: git fetch --prune fails with "fatal: bad object"
- From: Fred Long <fred_long@xxxxxxxxxxx>
- Re: [PATCH v4 6/6] add-patch: introduce the command '|'
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- [PATCH v2] credential: clear expired c->credential, unify secret clearing
- From: Aaron Plattner <aplattner@xxxxxxxxxx>
- Re: [PATCH] credential: clear expired c->credential in addition to c->password
- From: Aaron Plattner <aplattner@xxxxxxxxxx>
- Re: What's cooking in git.git (Jun 2024, #01; Mon, 3)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: What's cooking in git.git (Jun 2024, #01; Mon, 3)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] credential: clear expired c->credential in addition to c->password
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- [PATCH] credential: clear expired c->credential in addition to c->password
- From: Aaron Plattner <aplattner@xxxxxxxxxx>
- Re: [PATCH v6 0/4] docs: document upcoming breaking changes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 3/4] BreakingChanges: document removal of grafting
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 1/4] docs: introduce document to announce breaking changes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: git fetch --prune fails with "fatal: bad object"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] dir.c: skip .gitignore, etc larger than INT_MAX
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH] format-patch: assume --cover-letter for diff in multi-patch series
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v5 2/4] BreakingChanges: document upcoming change from "sha1" to "sha256"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 6/6] add-patch: introduce the command '|'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 4/6] pager: introduce setup_custom_pager
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 3/6] pager: introduce wait_for_pager
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 3/6] pager: introduce wait_for_pager
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 2/6] pager: do not close fd 2 unnecessarily
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/6] use the pager in 'add -p'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: Author signature
- From: "Dimitri Sabadie" <hadronized@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 0/4] docs: document upcoming breaking changes
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v4 25/27] builtin/rebase: always store allocated string in `options.strategy`
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v4 24/27] builtin/rebase: do not assign default backend to non-constant field
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH 20/29] sequencer: fix leaking string buffer in `commit_staged_changes()`
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: Author signature
- From: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx>
- [PATCH v4 27/27] config.mak.dev: enable `-Wwrite-strings` warning
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v4 26/27] builtin/merge: always store allocated strings in `pull_twohead`
- From: Patrick Steinhardt <ps@xxxxxx>
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]