Git Distributed Software Revision Control
[Prev Page][Next Page]
- Re: What's cooking in git.git (Nov 2021, #05; Fri, 19)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: What's cooking in git.git (Nov 2021, #05; Fri, 19)
- From: Glen Choo <chooglen@xxxxxxxxxx>
- Re: [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Junio C Hamano <gitster@xxxxxxxxx>
- vd/sparse-sparsity-fix-on-read (Was: Re: What's cooking in git.git (Nov 2021, #05; Fri, 19))
- From: Elijah Newren <newren@xxxxxxxxx>
- Re: [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v4 2/3] object-name: make ambiguous object output translatable
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 1/3] object-name: remove unreachable "unknown type" handling
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 3/3] object-name: show date for ambiguous tag objects
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 0/3] object-name: make ambiguous object output translatable + show tag date
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 0/5] run-command API: get rid of "argv"
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 1/1] git-compat-util: add a test balloon for C99 support
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v4 0/4] sparse-index: expand/collapse based on 'index.sparse'
- From: Elijah Newren <newren@xxxxxxxxx>
- preparing for 2.34.1
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 4/4] sparse-index: update do_read_index to ensure correct sparsity
- From: Elijah Newren <newren@xxxxxxxxx>
- Re: [PATCH v3] fetch-pack: parameterize message containing 'ready' keyword
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 5/5] run-command API: remove "argv" member, always use "args"
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 1/1] git-compat-util: add a test balloon for C99 support
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 4/4] t1400: use test-helper ref-store to inspect reflog contents
- From: Han-Wen Nienhuys <hanwen@xxxxxxxxxx>
- Re: [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 3/3] test-lib: make BAIL_OUT() work in tests and prereq
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/5] upload-archive: use regular "struct child_process" pattern
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v5 7/8] reset: make --mixed sparse-aware
- From: Victoria Dye <vdye@xxxxxxxxxx>
- Re: [PATCH v8 00/17] Upstreaming the Scalar command
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- Re: [PATCH v3 7/8] reset: make --mixed sparse-aware
- From: Victoria Dye <vdye@xxxxxxxxxx>
- Re: [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH] fixup??? Merge branch 'ab/ci-updates' into seen
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 3/5] run-command API users: use strvec_pushv(), not argv assignment
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 4/5] run-command API users: use strvec_pushl(), not argv construction
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 5/5] run-command API: remove "argv" member, always use "args"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 2/5] upload-archive: use regular "struct child_process" pattern
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 1/5] archive-tar: use our own cmd.buf in error message
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 0/5] run-command API: get rid of "argv"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- Re: [PATCH 4/4] t1400: use test-helper ref-store to inspect reflog contents
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- [PATCH 4/4] t1400: use test-helper ref-store to inspect reflog contents
- From: "Han-Wen Nienhuys via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 3/4] test-ref-store: tweaks to for-each-reflog-ent format
- From: "Han-Wen Nienhuys via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 2/4] refs: trim newline from reflog message
- From: "Han-Wen Nienhuys via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 1/4] show-branch: show reflog message
- From: "Han-Wen Nienhuys via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 0/4] Inspect reflog data programmatically in more tests
- From: "Han-Wen Nienhuys via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH] refs: drop force_create argument of create_reflog API
- From: "Han-Wen Nienhuys via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v4 06/15] diff --color-moved: avoid false short line matches and bad zerba coloring
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v4 05/15] diff --color-moved=zebra: fix alternate coloring
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: Stochastic bisection support
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v6 0/8] protect branches checked out in all worktrees
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v6 5/8] fetch: protect branches checked out in all worktrees
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH 1/1] git-compat-util: add a test balloon for C99 support
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v3] fetch-pack: parameterize message containing 'ready' keyword
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: Stochastic bisection support
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH 03/27] bisect: Fixup test bisect-porcelain/20
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 01/27] bisect: Fixup test rev-list-bisect/02
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v6 4/8] worktree: simplify find_shared_symref() memory ownership model
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- [PATCH v3] fetch-pack: parameterize message containing 'ready' keyword
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH 02/27] bisect: Fixup bisect-porcelain/17
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v8 00/17] Upstreaming the Scalar command
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: Stochastic bisection support
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v10 1/2] doc: git-format-patch: describe the option --always
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: Stochastic bisection support
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v3 3/3] test-lib: make BAIL_OUT() work in tests and prereq
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 1/1] git-compat-util: add a test balloon for C99 support
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH 1/1] git-compat-util: add a test balloon for C99 support
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v2 1/1] ls-tree.c: support `--oid-only` option for "git-ls-tree"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH] fixup??? Merge branch 'ab/ci-updates' into seen
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Update to Git 2.34.0 breaks application
- From: Alexander Veit <alexander.veit@xxxxxxx>
- [PATCH v3 1/1] ls-tree.c: support `--oid-only` option for "git-ls-tree"
- From: Teng Long <dyroneteng@xxxxxxxxx>
- [PATCH v3 0/1] ls-tree.c: support `--oid-only` option
- From: Teng Long <dyroneteng@xxxxxxxxx>
- [PATCH v10 2/2] am: support --empty=<option> to handle empty patches
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v10 0/2] am: support --empty=(die|drop|keep) option to handle empty patches
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v10 1/2] doc: git-format-patch: describe the option --always
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v2 1/1] ls-tree.c: support `--oid-only` option for "git-ls-tree"
- From: Teng Long <dyroneteng@xxxxxxxxx>
- Re: [PATCH v8 2/2] am: support --empty=<option> to handle empty patches
- From: Aleen 徐沛文 <pwxu@xxxxxxxxxxx>
- Re: [PATCH v8 2/2] am: support --empty=<option> to handle empty patches
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] ci(check-whitespace): update stale file top comments
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v9 2/2] am: support --empty=<option> to handle empty patches
- From: Aleen 徐沛文 <pwxu@xxxxxxxxxxx>
- [PATCH v9 2/2] am: support --empty=<option> to handle empty patches
- From: "Aleen 徐沛文 via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v9 1/2] doc: git-format-patch: describe the option --always
- From: "Aleen 徐沛文 via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v9 0/2] am: support --empty=(die|drop|keep) option to handle empty patches
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 2/2] am: support --empty=<option> to handle empty patches
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 0/2] am: support --empty=(die|drop|keep) option to handle empty patches
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 1/2] doc: git-format-patch: describe the option --always
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH] t7006: clean up SIGPIPE handling in trace2 tests
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] t7006: clean up SIGPIPE handling in trace2 tests
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] t7006: clean up SIGPIPE handling in trace2 tests
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] t7006: clean up SIGPIPE handling in trace2 tests
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Jeff King <peff@xxxxxxxx>
- [PATCH v3 5/5] unpack-objects: unpack_non_delta_entry() read data in a stream
- From: Han Xin <chiyutianyi@xxxxxxxxx>
- [PATCH v3 4/5] unpack-objects.c: add dry_run mode for get_data()
- From: Han Xin <chiyutianyi@xxxxxxxxx>
- [PATCH v3 3/5] object-file.c: read stream in a loop in write_loose_object()
- From: Han Xin <chiyutianyi@xxxxxxxxx>
- [PATCH v3 1/5] object-file: refactor write_loose_object() to read buffer from stream
- From: Han Xin <chiyutianyi@xxxxxxxxx>
- [PATCH v3 2/5] object-file.c: handle undetermined oid in write_loose_object()
- From: Han Xin <chiyutianyi@xxxxxxxxx>
- [PATCH v3 0/5] unpack large objects in stream
- From: Han Xin <chiyutianyi@xxxxxxxxx>
- Re: [PATCH] t7006: clean up SIGPIPE handling in trace2 tests
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 1/8] fetch: lowercase error messages
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: [PATCH] t7006: clean up SIGPIPE handling in trace2 tests
- From: Jeff King <peff@xxxxxxxx>
- [PATCH] t7006: clean up SIGPIPE handling in trace2 tests
- From: Jeff King <peff@xxxxxxxx>
- Re: Is t7006-pager.sh racy?
- From: Jeff King <peff@xxxxxxxx>
- Re: Is t7006-pager.sh racy?
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 1/8] t2501: add various tests for removing the current working directory
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 6/8] clean: do not attempt to remove current working directory
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Death of Gilles Muller
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 5/8] symlinks: do not include current working directory in dir removal
- From: René Scharfe <l.s.r@xxxxxx>
- Re: [PATCH 2/8] repository, setup: introduce the_cwd
- From: René Scharfe <l.s.r@xxxxxx>
- Re: [PATCH 0/8] Avoid removing the current working directory, even if it becomes empty
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/8] repository, setup: introduce the_cwd
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 4/5] CI: use "$runs_on_pool", not "$jobname" to select packages & config
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: What's cooking in git.git (Nov 2021, #05; Fri, 19)
- From: Elijah Newren <newren@xxxxxxxxx>
- Re: [PATCH v3 2/2] blame: enable and test the sparse index
- From: Elijah Newren <newren@xxxxxxxxx>
- Re: [PATCH v2 2/2] blame: enable and test the sparse index
- From: Elijah Newren <newren@xxxxxxxxx>
- Re: [PATCH 0/4] Flag to add a newline after decorations for --oneline log output
- From: John Cai <jcai@xxxxxxxxxx>
- [PATCH 8/8] dir: avoid removing the current working directory
- From: "Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 5/8] symlinks: do not include current working directory in dir removal
- From: "Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 7/8] stash: do not attempt to remove current working directory
- From: "Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 6/8] clean: do not attempt to remove current working directory
- From: "Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 1/8] t2501: add various tests for removing the current working directory
- From: "Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 4/8] unpack-trees: add special cwd handling
- From: "Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 3/8] unpack-trees: refuse to remove the current working directory
- From: "Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 2/8] repository, setup: introduce the_cwd
- From: "Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 0/8] Avoid removing the current working directory, even if it becomes empty
- From: "Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: git 2.34.0: Behavior of `**` in gitignore is different from previous versions.
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: git 2.34.0: Behavior of `**` in gitignore is different from previous versions.
- From: Chris Torek <chris.torek@xxxxxxxxx>
- vd/sparse-reset (Was: Re: What's cooking in git.git (Nov 2021, #05; Fri, 19))
- From: Elijah Newren <newren@xxxxxxxxx>
- Re: [PATCH v5 0/8] Sparse Index: integrate with reset
- From: Elijah Newren <newren@xxxxxxxxx>
- Re: [PATCH v5 7/8] reset: make --mixed sparse-aware
- From: Elijah Newren <newren@xxxxxxxxx>
- Re: [PATCH v3 7/8] reset: make --mixed sparse-aware
- From: Elijah Newren <newren@xxxxxxxxx>
- [PATCH v2] pager: fix crash when pager program doesn't exist
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- Re: [PATCH v3 2/5] CI: use shorter names that fit in UX tooltips
- From: Victoria Dye <vdye@xxxxxxxxxx>
- Re: What's cooking in git.git (Nov 2021, #05; Fri, 19)
- From: Elijah Newren <newren@xxxxxxxxx>
- Re: [PATCH v8 00/17] Upstreaming the Scalar command
- From: Elijah Newren <newren@xxxxxxxxx>
- Emphasize that assume-unchanged and skip-worktree bits are not propagated to origin with git push
- From: Martin Bruzina <martin@xxxxxxxxxx>
- [PATCH v3 3/3] test-lib: make BAIL_OUT() work in tests and prereq
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v3 2/3] test-lib: introduce required prereq for test runs
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v3 1/3] test-lib: show missing prereq summary
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v3 0/3] test-lib: improve missing prereq handling
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re: [PATCH v2 0/6] CI: Remove Travis CI, shorten names for GH tooltips, split jobs
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v3 3/5] CI: rename the "Linux32" job to lower-case "linux32"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v3 4/5] CI: use "$runs_on_pool", not "$jobname" to select packages & config
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v3 5/5] CI: don't run "make test" twice in one job
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v3 2/5] CI: use shorter names that fit in UX tooltips
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v3 1/5] CI: remove Travis CI support
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v3 0/5] CI: Remove Travis CI, shorten names for GH tooltips, split jobs
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: What's cooking in git.git (Nov 2021, #05; Fri, 19)
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re: [PATCH v2 0/6] CI: Remove Travis CI, shorten names for GH tooltips, split jobs
- From: Johannes Schindelin <johannes.schindelin@xxxxxx>
- Re: Stochastic bisection support
- From: Chris Torek <chris.torek@xxxxxxxxx>
- What's cooking in git.git (Nov 2021, #05; Fri, 19)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/6] CI: use shorter names that fit in UX tooltips
- From: Victoria Dye <vdye@xxxxxxxxxx>
- Re: [RFC] single-level refs vs push --all/--mirror
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] pager: fix crash when pager program doesn't exist
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] pager: fix crash when pager program doesn't exist
- From: Jeff King <peff@xxxxxxxx>
- [PATCH v2 6/6] CI: run "documentation" via run-build-and-test.sh
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 5/6] CI: don't run "make test" twice in one job
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 4/6] CI: use "$runs_on_pool", not "$jobname" to select packages & config
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 2/6] CI: use shorter names that fit in UX tooltips
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 3/6] CI: rename the "Linux32" job to lower-case "linux32"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 1/6] CI: remove Travis CI support
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 0/6] CI: Remove Travis CI, shorten names for GH tooltips, split jobs
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 1/2] CI: use shorter names that fit in UX tooltips
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH] pager: fix crash when pager program doesn't exist
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- Re: [PATCH] pager: fix crash when pager program doesn't exist
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- Re: [PATCH] pager: fix crash when pager program doesn't exist
- From: Jeff King <peff@xxxxxxxx>
- [RFC] single-level refs vs push --all/--mirror
- From: "Robin H. Johnson" <robbat2@xxxxxxxxxx>
- [PATCH] pager: fix crash when pager program doesn't exist
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- Re: [PATCH v7 2/2] am: support --empty=<option> to handle empty patches
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v8 17/17] scalar: implement the `version` command
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 16/17] scalar: implement the `delete` command
- From: "Matthew John Cheetham via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 15/17] scalar: teach 'reconfigure' to optionally handle all registered enlistments
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 14/17] scalar: allow reconfiguring an existing enlistment
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 13/17] scalar: implement the `run` command
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 12/17] scalar: teach 'clone' to support the --single-branch option
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 11/17] scalar: implement the `clone` subcommand
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 10/17] scalar: implement 'scalar list'
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 09/17] scalar: let 'unregister' handle a deleted enlistment directory gracefully
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 08/17] scalar: 'unregister' stops background maintenance
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 07/17] scalar: 'register' sets recommended config and starts maintenance
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 06/17] ci: also run the `scalar` tests
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 05/17] cmake: optionally build `scalar`, too
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 04/17] scalar: create test infrastructure
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 03/17] scalar: start documenting the command
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 02/17] scalar: create a rudimentary executable
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 01/17] scalar: add a README with a roadmap
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v8 00/17] Upstreaming the Scalar command
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v7 2/2] am: support --empty=<option> to handle empty patches
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] fetch-pack: ignore SIGPIPE when writing to index-pack
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] fetch-pack: ignore SIGPIPE when writing to index-pack
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/3] diff histogram: intern strings
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 1/2] CI: use shorter names that fit in UX tooltips
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [ANNOUNCE] git-cinnabar 0.5.8
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Re: [PATCH 1/2] CI: use shorter names that fit in UX tooltips
- From: Victoria Dye <vdye@xxxxxxxxxx>
- Re: [PATCH 6/6] json-writer.[ch]: remove unused formatting functions
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/3] diff histogram: intern strings
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH] refs: work around gcc-11 warning with REF_HAVE_NEW
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] mergesort: avoid left shift overflow
- From: Philip Oakley <philipoakley@iee.email>
- Re: git 2.34.0: Behavior of `**` in gitignore is different from previous versions.
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH] fetch-pack: ignore SIGPIPE when writing to index-pack
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 0/2] CI: use shorter names for CI jobs, less truncation
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 1/2] CI: use shorter names that fit in UX tooltips
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 1/2] CI: use shorter names that fit in UX tooltips
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: git 2.34.0: Behavior of `**` in gitignore is different from previous versions.
- From: Derrick Stolee <stolee@xxxxxxxxx>
- [PATCH v2 3/5] object-store.h: remove unused has_sha1_file*()
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 4/5] alloc.[ch]: remove alloc_report() function
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 5/5] json-writer.[ch]: remove unused formatting functions
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 2/5] pack-bitmap-write: remove unused bitmap_reset() function
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 1/5] xdiff/xmacros.h: remove unused XDL_PTRFREE
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 0/5] various: remove dead code
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: git 2.34.0: Behavior of `**` in gitignore is different from previous versions.
- From: Johannes Sixt <j6t@xxxxxxxx>
- Re: [PATCH 0/2] CI: use shorter names for CI jobs, less truncation
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 4/6] alloc.[ch]: remove alloc_report() function
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] mergesort: avoid left shift overflow
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 5/6] strbuf: remove unused istarts_with() function
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] ci(check-whitespace): update stale file top comments
- From: "hakre via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [Question] Unicode weirdness breaking tests on ZFS?
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: Ambiguous verification response when ssh-based signatures
- From: Thor Andreas Rognan <thor.rognan@xxxxxxxxx>
- Re: [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH v2 1/1] ls-tree.c: support `--oid-only` option for "git-ls-tree"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] mergesort: avoid left shift overflow
- From: Philip Oakley <philipoakley@iee.email>
- Re: [PATCH] pull: don't say that merge is "the default strategy"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] mergesort: avoid left shift overflow
- From: René Scharfe <l.s.r@xxxxxx>
- Re: [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches
- From: Aleen 徐沛文 <pwxu@xxxxxxxxxxx>
- Re: [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Makefile: fix parallel build race
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: git 2.34.0: Behavior of `**` in gitignore is different from previous versions.
- From: Danial Alihosseini <danial.alihosseini@xxxxxxxxx>
- Re: [Question] Unicode weirdness breaking tests on ZFS?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] mergesort: avoid left shift overflow
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v6 2/3] am: support --empty option to handle empty patches
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 2/3] am: support --empty option to handle empty patches
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/2] test-lib: introduce required prereq for test runs
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: Stochastic bisection support
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH 01/27] bisect: Fixup test rev-list-bisect/02
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
- From: René Scharfe <l.s.r@xxxxxx>
- Re: [PATCH 1/2] CI: use shorter names that fit in UX tooltips
- From: Victoria Dye <vdye@xxxxxxxxxx>
- Re: [PATCH 1/3] diff histogram: intern strings
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH] Makefile: fix parallel build race
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [Question] Unicode weirdness breaking tests on ZFS?
- From: Torsten Bögershausen <tboegi@xxxxxx>
- Re: [PATCH v2 2/2] test-lib: introduce required prereq for test runs
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v3 2/2] ssh signing: make sign/amend test more resilient
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v3 1/2] ssh signing: support non ssh-* keytypes
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v3 0/2] ssh signing: support non ssh-* keytypes
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re: [PATCH 0/2] CI: use shorter names for CI jobs, less truncation
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 1/2] CI: use shorter names that fit in UX tooltips
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH 2/2] CI: rename the "Linux32" job to lower-case "linux32"
- From: Jeff King <peff@xxxxxxxx>
- Re: git 2.34.0: Behavior of `**` in gitignore is different from previous versions.
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH 1/3] diff histogram: intern strings
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 0/6] various: remove dead code
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 6/6] json-writer.[ch]: remove unused formatting functions
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 5/6] strbuf: remove unused istarts_with() function
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 3/6] object-store.h: remove unused has_sha1_file*()
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 2/6] pack-bitmap-write: remove unused bitmap_reset() function
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 1/6] xdiff/xmacros.h: remove unused XDL_PTRFREE
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2 2/2] test-lib: introduce required prereq for test runs
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v2 2/2] test-lib: introduce required prereq for test runs
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH 2/2] CI: rename the "Linux32" job to lower-case "linux32"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 0/2] CI: use shorter names for CI jobs, less truncation
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 1/2] CI: use shorter names that fit in UX tooltips
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v2 2/2] test-lib: introduce required prereq for test runs
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re: [PATCH v2 1/1] ls-tree.c: support `--oid-only` option for "git-ls-tree"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 6/6] json-writer.[ch]: remove unused formatting functions
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 5/6] strbuf: remove unused istarts_with() function
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 4/6] alloc.[ch]: remove alloc_report() function
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 2/6] pack-bitmap-write: remove unused bitmap_reset() function
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 0/6] various: remove dead code
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 3/6] object-store.h: remove unused has_sha1_file*()
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 1/6] xdiff/xmacros.h: remove unused XDL_PTRFREE
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v6 2/3] am: support --empty option to handle empty patches
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH v6 2/3] am: support --empty option to handle empty patches
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 1/1] ls-tree.c: support `--oid-only` option for "git-ls-tree"
- From: Teng Long <dyroneteng@xxxxxxxxx>
- [PATCH v2 0/1] support `--oid-only` in `ls-tree`
- From: Teng Long <dyroneteng@xxxxxxxxx>
- Re: [PATCH v2 2/2] test-lib: introduce required prereq for test runs
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: Ambiguous verification response when ssh-based signatures
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v7] submodule: absorb git dir instead of dying on deinit
- From: "Mugdha Pattnaik via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v6 2/3] am: support --empty option to handle empty patches
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: Ambiguous verification response when ssh-based signatures
- From: Thor Andreas Rognan <thor.rognan@xxxxxxxxx>
- Re: [PATCH 1/3] diff histogram: intern strings
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH] Use mingw.h declarations for gmtime_r/localtime_r on msys2
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH v2 2/2] test-lib: introduce required prereq for test runs
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re: [PATCH v2 1/2] ssh signing: support non ssh-* keytypes
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re: Ambiguous verification response when ssh-based signatures
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- RE: [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches
- From: "=?gb18030?b?QWxlZW4=?=" <aleen42@xxxxxxxxxx>
- Re: [PATCH v4 15/23] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...}
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH] Makefile: fix parallel build race
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH] Use mingw.h declarations for gmtime_r/localtime_r on msys2
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Re: [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches
- From: Aleen 徐沛文 <pwxu@xxxxxxxxxxx>
- Re: [PATCH] Makefile: fix parallel build race
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v2] grep: avoid setting UTF mode when dangerous with PCRE
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v4] branch: add flags and config to inherit tracking
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v4 15/23] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...}
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 15/23] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...}
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 7/7] ssh signing: verify ssh-keygen in test prereq
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] pull: don't say that merge is "the default strategy"
- From: Elijah Newren <newren@xxxxxxxxx>
- Re: [PATCH] Use mingw.h declarations for gmtime_r/localtime_r on msys2
- From: Carlo Arenas <carenas@xxxxxxxxx>
- [PATCH v7 1/2] doc: git-format-patch: describe the option --always
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 2/2] am: support --empty=<option> to handle empty patches
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 0/2] am: support --empty=(die|drop|keep) option to handle empty patches
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches
- From: Aleen 徐沛文 <pwxu@xxxxxxxxxxx>
- Re: git 2.34.0: Behavior of `**` in gitignore is different from previous versions.
- From: Danial Alihosseini <danial.alihosseini@xxxxxxxxx>
- Re: [PATCH 0/3] support `--oid-only` in `ls-tree`
- From: Teng Long <dyroneteng@xxxxxxxxx>
- Ambiguous verification response when ssh-based signatures
- From: Thor Andreas Rognan <thor.rognan@xxxxxxxxx>
- Re: [PATCH v6 3/3] am: throw an error when passing --empty option without value
- From: Aleen 徐沛文 <pwxu@xxxxxxxxxxx>
- Re: [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches
- From: Aleen 徐沛文 <pwxu@xxxxxxxxxxx>
- Re: [PATCH v2 0/2] vimdiff: new layout option + docs
- From: David Aguilar <davvid@xxxxxxxxx>
- Re: [PATCH v6 3/3] am: throw an error when passing --empty option without value
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 2/3] am: support --empty option to handle empty patches
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] builtin-commit: re-read file index before run_status
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/1] midx: fix a formatting issue in "multi-pack-index.txt"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] pull: should be noop when already-up-to-date
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/2] test-lib: introduce required prereq for test runs
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] mergesort: avoid left shift overflow
- From: Philip Oakley <philipoakley@iee.email>
- Re: New-ish warning in refs.c with GCC (at least 11.2) under -O3
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Stochastic bisection support
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v4] branch: add flags and config to inherit tracking
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 1/2] ssh signing: support non ssh-* keytypes
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 0/2] Sparse index: fetch, pull, ls-files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 03/27] bisect: Fixup test bisect-porcelain/20
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: git 2.34.0: Behavior of `**` in gitignore is different from previous versions.
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH 02/27] bisect: Fixup bisect-porcelain/17
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH] trace2: disable tr2_dst before warning on write errors
- From: Josh Steadmon <steadmon@xxxxxxxxxx>
- Re: Need help in understanding how to submit a patch
- From: Etienne Guillot <git@xxxxxxxxxxxx>
- Re: [PATCH] pull: don't say that merge is "the default strategy"
- From: Alex Henrie <alexhenrie24@xxxxxxxxx>
- Re: [PATCH] pull: don't say that merge is "the default strategy"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] grep: avoid setting UTF mode when dangerous with PCRE
- From: Hamza Mahfooz <someguy@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
- From: René Scharfe <l.s.r@xxxxxx>
- Re: [PATCH 1/2] grep/pcre2: limit the instances in which UTF mode is enabled
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 03/27] bisect: Fixup test bisect-porcelain/20
- From: Chris Torek <chris.torek@xxxxxxxxx>
- Re: [PATCH 01/27] bisect: Fixup test rev-list-bisect/02
- From: Chris Torek <chris.torek@xxxxxxxxx>
- Re: RFC: A configuration design for future-proofing fsync() configuration
- From: Neeraj Singh <nksingh85@xxxxxxxxx>
- Re: [PATCH 1/2] grep/pcre2: limit the instances in which UTF mode is enabled
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- Re: [PATCH v2 1/1] git-compat-util: add a test balloon for C99 support
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: RFC: A configuration design for future-proofing fsync() configuration
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Bug report: Strange behavior with `git gc` and `reference-transaction` hook
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v5 0/5] remote: replace static variables with struct remote_state
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- [PATCH v2 2/2] ssh signing: make sign/amend test more resilient
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v2 1/2] ssh signing: support non ssh-* keytypes
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re: git 2.34.0: Behavior of `**` in gitignore is different from previous versions.
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 27/27] bisect: Allow bisection debugging of approx_halfway()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 26/27] bisect: Debug stochastic bisection
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 25/27] bisect: Report commit with the highest probability
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 24/27] bisect: Stop bisection when we are confident about bad commit
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 21/27] bisect: Reorganize commit weight computation
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 12/27] bisect: Accept and store confidence with each decision
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 17/27] bisect: Allow more complex commit weights
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 18/27] bisect: Terminate early if there are no eligible commits
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 14/27] bisect: Use void * for commit_weight
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 16/27] bisect: Separate commit list reversal
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 07/27] bisect: Remove duplicated bisect-porcelain/48
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 19/27] bisect: Compute reachability of tested revs
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 23/27] bisect: Find bisection point for stochastic weights
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 22/27] bisect: Move count_distance()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 13/27] bisect: Allow specifying desired result confidence
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 11/27] bisect: Fix bisection debugging
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 20/27] bisect: Compute probability a particular commit is bad
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 15/27] bisect: Rename clear_distance() to clear_counted_flag()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 06/27] bisect: Fixup bisect-porcelain/40
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 09/27] bisect: Fixup bisect-porcelain/54
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 05/27] bisect: Fixup bisect-porcelain/34
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 08/27] bisect: Fixup bisect-porcelain/50
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 10/27] bisect: Fixup bisect-porcelain/58
- From: Jan Kara <jack@xxxxxxx>
- Stochastic bisection support
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 01/27] bisect: Fixup test rev-list-bisect/02
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 03/27] bisect: Fixup test bisect-porcelain/20
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 02/27] bisect: Fixup bisect-porcelain/17
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 04/27] bisect: Fixup bisect-porcelain/32
- From: Jan Kara <jack@xxxxxxx>
- git 2.34.0: Behavior of `**` in gitignore is different from previous versions.
- From: Danial Alihosseini <danial.alihosseini@xxxxxxxxx>
- Re: [PATCH] http-protocol.txt: add missing flush to example
- From: Jeff King <peff@xxxxxxxx>
- [ANNOUNCE] Git v2.34.0 NonStop Builds Available
- From: <rsbecker@xxxxxxxxxxxxx>
- [PATCH] pull: don't say that merge is "the default strategy"
- From: Alex Henrie <alexhenrie24@xxxxxxxxx>
- Re: [PATCH 1/3] diff histogram: intern strings
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 0/3] xdiff: speedup histogram diff
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH 1/3] diff histogram: intern strings
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH] ssh signing: support non ssh-* keytypes
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re: [PATCH] Makefile: fix parallel build race
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v7 00/17] Upstreaming the Scalar command
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v7 01/17] scalar: add a README with a roadmap
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v7 05/17] cmake: optionally build `scalar`, too
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v2] fetch-pack: parameterize message containing 'ready' keyword
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v3 18/23] Makefiles: add and use wildcard "mkdir -p" template
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v2] grep: avoid setting UTF mode when dangerous with PCRE
- From: Hamza Mahfooz <someguy@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] midx: fix a formatting issue in "multi-pack-index.txt"
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH v2] fetch-pack: parameterize message containing 'ready' keyword
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 1/3] ls-tree.c: support `--oid-only` option for "git-ls-tree"
- From: Teng Long <dyroneteng@xxxxxxxxx>
- [PATCH] http-protocol.txt: add missing flush to example
- From: "TimTIM via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH 1/3] ls-tree.c: support `--oid-only` option for "git-ls-tree"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 2/2] ci: add a job for PCRE2
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v6 2/3] am: support --empty option to handle empty patches
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 0/3] am: support --empty=(die|drop|keep) option to handle empty patches
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 3/3] am: throw an error when passing --empty option without value
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 1/3] doc: git-format-patch: describe the option --always
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2] fetch-pack: parameterize message containing 'ready' keyword
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v2] grep: avoid setting UTF mode when dangerous with PCRE
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH 1/2] grep/pcre2: limit the instances in which UTF mode is enabled
- From: Carlo Arenas <carenas@xxxxxxxxx>
- [PATCH v2 2/2] ci: add a job for PCRE2
- From: Hamza Mahfooz <someguy@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] receive-pack: ignore SIGPIPE while reporting status to client
- From: "Robin Jarry" <robin@xxxxxxxx>
- Re: [GIT PULL] per signal_struct coredumps
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/3] ls-tree.c: support `--oid-only` option for "git-ls-tree"
- From: Teng Long <dyroneteng@xxxxxxxxx>
- Re: [PATCH] Use mingw.h declarations for gmtime_r/localtime_r on msys2
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Re: [PATCH 2/3] t3104: add related tests for `--oid-only` option
- From: Teng Long <dyroneteng@xxxxxxxxx>
- [PATCH 2/2] ci: add a job for PCRE2
- From: Hamza Mahfooz <someguy@xxxxxxxxxxxxxxxxxxx>
- [PATCH 1/2] grep/pcre2: limit the instances in which UTF mode is enabled
- From: Hamza Mahfooz <someguy@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] Use mingw.h declarations for gmtime_r/localtime_r on msys2
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH v2] grep: avoid setting UTF mode when dangerous with PCRE
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 6/6] unpack-objects: unpack large object in stream
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- [PATCH v2 1/1] midx: fix a formatting issue in "multi-pack-index.txt"
- From: Teng Long <dyroneteng@xxxxxxxxx>
- [PATCH v2 0/1] [PATCH] midx: fix a formatting issue in docs
- From: Teng Long <dyroneteng@xxxxxxxxx>
- Re: [PATCH] revision: use C99 declaration of variable in for() loop
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/6] object-file: refactor write_loose_object() to support inputstream
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] ssh signing: support non ssh-* keytypes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] subtree: force merge commit
- From: Thomas Koutcher <thomas.koutcher@xxxxxxxxx>
- Re: [PATCH v2 4/6] object-file.c: read input stream repeatedly in write_loose_object()
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: [PATCH v2 3/6] object-file.c: handle nil oid in write_loose_object()
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: [PATCH v2 2/6] object-file.c: add dry_run mode for write_loose_object()
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: [PATCH] Use mingw.h declarations for gmtime_r/localtime_r on msys2
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Re: [PATCH v9 0/9] Implement a batched fsync option for core.fsyncObjectFiles
- From: Neeraj Singh <nksingh85@xxxxxxxxx>
- Re: [PATCH v2 1/6] object-file: refactor write_loose_object() to support inputstream
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: [PATCH v2] subtree: force merge commit
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 2/8] receive-pack: lowercase error messages
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Use mingw.h declarations for gmtime_r/localtime_r on msys2
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH] submodule: separate out not-found and not-empty errors
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- Re: [PATCH] midx: fix a formatting issue in "multi-pack-index.txt"
- From: Teng Long <dyroneteng@xxxxxxxxx>
- Re: [PATCH] ssh signing: support non ssh-* keytypes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Use mingw.h declarations for gmtime_r/localtime_r on msys2
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Re: [PATCH v2 1/1] git-compat-util: add a test balloon for C99 support
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: Need help in understanding how to submit a patch
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: Need help in understanding how to submit a patch
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: Need help in understanding how to submit a patch
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: Bug report: Strange behavior with `git gc` and `reference-transaction` hook
- From: Bryan Turner <bturner@xxxxxxxxxxxxx>
- Re: [PATCH] Makefile: fix parallel build race
- From: Đoàn Trần Công Danh <congdanhqx@xxxxxxxxx>
- Re: Need help in understanding how to submit a patch
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- [PATCH v5 4/5] remote: remove the_repository->remote_state from static methods
- From: Glen Choo <chooglen@xxxxxxxxxx>
- [PATCH v5 5/5] remote: die if branch is not found in repository
- From: Glen Choo <chooglen@xxxxxxxxxx>
- [PATCH v5 3/5] remote: use remote_state parameter internally
- From: Glen Choo <chooglen@xxxxxxxxxx>
- [PATCH v5 2/5] remote: move static variables into per-repository struct
- From: Glen Choo <chooglen@xxxxxxxxxx>
- [PATCH v5 1/5] t5516: add test case for pushing remote refspecs
- From: Glen Choo <chooglen@xxxxxxxxxx>
- [PATCH v5 0/5] remote: replace static variables with struct remote_state
- From: Glen Choo <chooglen@xxxxxxxxxx>
- Re: Bug report: Strange behavior with `git gc` and `reference-transaction` hook
- From: Bryan Turner <bturner@xxxxxxxxxxxxx>
- Bug report: Strange behavior with `git gc` and `reference-transaction` hook
- From: Waleed Khan <me@xxxxxxxxxxxxxxx>
- Re: [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: Config spec for git
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v3 18/23] Makefiles: add and use wildcard "mkdir -p" template
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Re: [PATCH] Makefile: fix parallel build race
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v2 1/1] git-compat-util: add a test balloon for C99 support
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH v6 2/5] introduce submodule.superprojectGitDir record
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- RE: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH] mergesort: avoid left shift overflow
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 0/5] teach submodules to know they're submodules
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- Re: [PATCH v2 1/1] git-compat-util: add a test balloon for C99 support
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] Makefile: fix parallel build race
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] revision: use C99 declaration of variable in for() loop
- From: SZEDER Gábor <szeder.dev@xxxxxxxxx>
- Re: RFC: A configuration design for future-proofing fsync() configuration
- From: Neeraj Singh <nksingh85@xxxxxxxxx>
- Re: [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH v7 05/17] cmake: optionally build `scalar`, too
- From: Matt Rogers <mattr94@xxxxxxxxx>
- Re: [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- RE: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: git-gui bugs due to dependency on system Wish on MacOS
- From: Glen Choo <chooglen@xxxxxxxxxx>
- git-gui bugs due to dependency on system Wish on MacOS
- From: Glen Choo <chooglen@xxxxxxxxxx>
- Re: RFC: A configuration design for future-proofing fsync() configuration
- From: Neeraj Singh <nksingh85@xxxxxxxxx>
- Re: [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
- From: René Scharfe <l.s.r@xxxxxx>
- Re: [Question] Unicode weirdness breaking tests on ZFS?
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [Question] Unicode weirdness breaking tests on ZFS?
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: Need help in understanding how to submit a patch
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: Need help in understanding how to submit a patch
- From: Pratyush Yadav <me@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] ssh signing: support non ssh-* keytypes
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [Question] Unicode weirdness breaking tests on ZFS?
- From: Torsten =?unknown-8bit?q?B=C3=B6gershausen?= <tboegi@xxxxxx>
- Re: [Question] Unicode weirdness breaking tests on ZFS?
- From: Torsten =?unknown-8bit?q?B=C3=B6gershausen?= <tboegi@xxxxxx>
- Re: [PATCH 1/3] diff histogram: intern strings
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v2] builtin-commit: re-read file index before run_status
- From: Samuel Yvon <samuelyvon9@xxxxxxxxx>
- Re: [PATCH 1/3] diff histogram: intern strings
- From: Jeff King <peff@xxxxxxxx>
- [PATCH] ssh signing: support non ssh-* keytypes
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re: [Question] Unicode weirdness breaking tests on ZFS?
- From: Torsten Bögershausen <tboegi@xxxxxx>
- Re: [PATCH 1/3] diff histogram: intern strings
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: Need help in understanding how to submit a patch
- From: Philip Oakley <philipoakley@iee.email>
- Re: [Question] Unicode weirdness breaking tests on ZFS?
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v7 01/17] scalar: add a README with a roadmap
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: Config spec for git
- From: Philip Oakley <philipoakley@iee.email>
- Re: [PATCH 0/2] Sparse index: fetch, pull, ls-files
- From: Derrick Stolee <stolee@xxxxxxxxx>
- [Question] Unicode weirdness breaking tests on ZFS?
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH] grep: avoid setting UTF mode when not needed
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v7 15/17] scalar: teach 'reconfigure' to optionally handle all registered enlistments
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 13/17] scalar: implement the `run` command
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 17/17] scalar: implement the `version` command
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 06/17] ci: also run the `scalar` tests
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 16/17] scalar: implement the `delete` command
- From: "Matthew John Cheetham via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 07/17] scalar: 'register' sets recommended config and starts maintenance
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 14/17] scalar: allow reconfiguring an existing enlistment
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 12/17] scalar: teach 'clone' to support the --single-branch option
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 08/17] scalar: 'unregister' stops background maintenance
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 09/17] scalar: let 'unregister' handle a deleted enlistment directory gracefully
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 11/17] scalar: implement the `clone` subcommand
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 10/17] scalar: implement 'scalar list'
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 05/17] cmake: optionally build `scalar`, too
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 04/17] scalar: create test infrastructure
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 03/17] scalar: start documenting the command
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 02/17] scalar: create a rudimentary executable
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 01/17] scalar: add a README with a roadmap
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v7 00/17] Upstreaming the Scalar command
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH] revision: use C99 declaration of variable in for() loop
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: Config spec for git
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v3 18/23] Makefiles: add and use wildcard "mkdir -p" template
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [RFC PATCH 2/2] submodule: add test mode for checking absence of "superProjectGitDir"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [RFC PATCH 1/2] submodule tests: fix potentially broken "config .. --unset"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [RFC PATCH 0/2] submodule: test what happens if submodule.superprojectGitDir isn't around
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 3/3] xdiff: simplify comparison
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 2/3] xdiff: avoid unnecessary memory allocations
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 1/3] diff histogram: intern strings
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 0/3] xdiff: speedup histogram diff
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH] revision: use C99 declaration of variable in for() loop
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [PATCH v2] grep: avoid setting UTF mode when dangerous with PCRE
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- Re: [PATCH] Makefile: fix parallel build race
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 23/23] Makefile: move ".SUFFIXES" rule to shared.mak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 22/23] Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES)
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 21/23] Makefile: disable GNU make built-in wildcard rules
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 20/23] Makefile: use $(file) I/O instead of "FORCE" when possible
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 19/23] Makefile: correct the dependency graph of hook-list.h
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 18/23] Makefiles: add and use wildcard "mkdir -p" template
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 17/23] Makefile: use $(wspfx) for $(QUIET...) in shared.mak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 16/23] Makefile: add "$(QUIET)" boilerplate to shared.mak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 15/23] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...}
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 14/23] Makefile: re-add and use the "shellquote" macros
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 13/23] Makefile: move $(comma), $(empty) and $(space) to shared.mak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 12/23] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 11/23] Makefile: stop needing @@GIT_VERSION@@ in *.perl scripts
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 10/23] Makefile: create a GIT-PYTHON-DEFINES, like "PERL"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 09/23] Makefile: correct "GIT-PERL-{DEFINES,HEADER}" dependency graph
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 08/23] Makefile: adjust Perl-related comments & whitespace
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 06/23] Makefile: guard Perl-only variable assignments
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 07/23] Makefile: change "ifndef NO_PERL" to "ifdef NO_PERL"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 05/23] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 04/23] Makefile: clean perl/build/ even with NO_PERL=Y
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 03/23] Makefile: use "=" not ":=" for po/* and perl/*
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 01/23] Makefile: don't invoke msgfmt with --statistics
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 02/23] Makefile: don't set up "perl/build" rules under NO_PERL=Y
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 00/23] Makefile: dependency fixes, make noop runtime ~1.4x faster
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v3 21/23] Makefile: disable GNU make built-in wildcard rules
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v3 18/23] Makefiles: add and use wildcard "mkdir -p" template
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Re: [PATCH] submodule: separate out not-found and not-empty errors
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Config spec for git
- From: "Wallace, Brooke T (US 349D-Affiliate)" <brooke.t.wallace@xxxxxxxxxxxx>
- [PATCH v3 7/7] ssh signing: verify ssh-keygen in test prereq
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v3 6/7] ssh signing: make fmt-merge-msg consider key lifetime
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v3 5/7] ssh signing: make verify-tag consider key lifetime
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v3 4/7] ssh signing: make git log verify key lifetime
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v3 3/7] ssh signing: make verify-commit consider key lifetime
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v3 0/7] ssh signing: verify key lifetime
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v3 2/7] ssh signing: add key lifetime test prereqs
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v3 1/7] ssh signing: use sigc struct to pass payload
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v5 2/2] am: support --empty option to handle empty patches
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 1/2] doc: git-format-patch: describe the option --always
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 0/2] am: support --empty-commit=(die|skip|asis) option to am empty commits
- From: "Aleen via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v3 18/23] Makefiles: add and use wildcard "mkdir -p" template
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 0/2] Sparse index: fetch, pull, ls-files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 15/23] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...}
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v3 05/23] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 0/2] Generate temporary files using a CSPRNG
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH] mergesort: avoid left shift overflow
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] test-lib: show missing prereq summary
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v2 2/2] test-lib: introduce required prereq for test runs
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v2 1/2] test-lib: show missing prereq summary
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v2 0/2] test-lib: improve missing prereq handling
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re: [PATCH v2 1/1] git-compat-util: add a test balloon for C99 support
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] name-rev: prefer shorter names over following merges
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 8/8] hook-list.h: add a generated list of hooks, like config-list.h
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 2/2] am: support --empty-commit option to handle empty patches
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/1] git-compat-util: add a test balloon for C99 support
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] test-lib: show missing prereq summary
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 1/8] fetch: lowercase error messages
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] pull: should be noop when already-up-to-date
- From: "Erwin Villejo via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Generalization of diff and merge
- From: Martin von Zweigbergk <martinvonz@xxxxxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v9 0/9] Implement a batched fsync option for core.fsyncObjectFiles
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v9 0/9] Implement a batched fsync option for core.fsyncObjectFiles
- From: Neeraj Singh <nksingh85@xxxxxxxxx>
- Re: [PATCH] ci(check-whitespace): update stale file top comments
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6] submodule: absorb git dir instead of dying on deinit
- From: Mugdha Pattnaik <mugdhapattnaik@xxxxxxxxx>
- Re: [PATCH] Makefile: fix parallel build race
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH] Makefile: fix parallel build race
- From: Jeff King <peff@xxxxxxxx>
- RE: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: <rsbecker@xxxxxxxxxxxxx>
- RE: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: Jeff King <peff@xxxxxxxx>
- RE: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] git-compat-util: add a test balloon for C99 support
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 21/23] Makefile: disable GNU make built-in wildcard rules
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Re: [PATCH v2 1/1] git-compat-util: add a test balloon for C99 support
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2 1/1] git-compat-util: add a test balloon for C99 support
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 19/23] Makefile: correct the dependency graph of hook-list.h
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Re: [PATCH v3 18/23] Makefiles: add and use wildcard "mkdir -p" template
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Re: [PATCH v3 15/23] Makefile: add a "TRACK_template" for GIT-*{FLAGS,DEFINES,...}
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Re: [PATCH v3 05/23] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Re: [PATCH v3 03/23] Makefile: use "=" not ":=" for po/* and perl/*
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Re: [PATCH 0/1] Add a test balloon for C99
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH v2 1/1] git-compat-util: add a test balloon for C99 support
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH] Makefile: fix parallel build race
- From: Đoàn Trần Công Danh <congdanhqx@xxxxxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v6 5/5] submodule: use config to find superproject worktree
- From: Emily Shaffer <emilyshaffer@xxxxxxxxxx>
- [PATCH v6 4/5] submodule: record superproject gitdir during 'update'
- From: Emily Shaffer <emilyshaffer@xxxxxxxxxx>
- [PATCH v6 3/5] submodule: record superproject gitdir during absorbgitdirs
- From: Emily Shaffer <emilyshaffer@xxxxxxxxxx>
- [PATCH v6 1/5] t7400-submodule-basic: modernize inspect() helper
- From: Emily Shaffer <emilyshaffer@xxxxxxxxxx>
- [PATCH v6 2/5] introduce submodule.superprojectGitDir record
- From: Emily Shaffer <emilyshaffer@xxxxxxxxxx>
- [PATCH v6 0/5] teach submodules to know they're submodules
- From: Emily Shaffer <emilyshaffer@xxxxxxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH v4] branch: add flags and config to inherit tracking
- From: Glen Choo <chooglen@xxxxxxxxxx>
- RE: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: <rsbecker@xxxxxxxxxxxxx>
- [PATCH] submodule: separate out not-found and not-empty errors
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- RE: [PATCH 0/2] Generate temporary files using a CSPRNG
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH 0/2] Generate temporary files using a CSPRNG
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] t5319: corrupt more bytes of the midx checksum
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH] midx: fix a formatting issue in "multi-pack-index.txt"
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH] t5319: corrupt more bytes of the midx checksum
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH] t5319: corrupt more bytes of the midx checksum
- From: Jeff King <peff@xxxxxxxx>
- Re: New-ish warning in refs.c with GCC (at least 11.2) under -O3
- From: Jeff King <peff@xxxxxxxx>
- Need help in understanding how to submit a patch
- From: Etienne Guillot <git@xxxxxxxxxxxx>
- Re: [PATCH 4/4] midx: report checksum mismatches during 'verify'
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 0/2] Generate temporary files using a CSPRNG
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 0/2] Generate temporary files using a CSPRNG
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v9 2/9] tmp-objdir: disable ref updates when replacing the primary odb
- From: Neeraj Singh <nksingh85@xxxxxxxxx>
- Re: New-ish warning in refs.c with GCC (at least 11.2) under -O3
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [RFC PATCH 00/21] C99: show meaningful <file>:<line> in trace2 via macros
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- RE: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] git-compat-util: add a test balloon for C99 support
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [RFC PATCH 00/21] C99: show meaningful <file>:<line> in trace2 via macros
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 2/2] wrapper: use a CSPRNG to generate random file names
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH] t0006: date_mode can leak .strftime_fmt member
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 2/2] wrapper: use a CSPRNG to generate random file names
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] t0006: date_mode can leak .strftime_fmt member
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH 00/21] C99: show meaningful <file>:<line> in trace2 via macros
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 0/1] Add a test balloon for C99
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] wrapper: use a CSPRNG to generate random file names
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6] submodule: absorb git dir instead of dying on deinit
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] grep: avoid setting UTF mode when not needed
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH 00/21] C99: show meaningful <file>:<line> in trace2 via macros
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH] t0006: date_mode can leak .strftime_fmt member
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 2/2] wrapper: use a CSPRNG to generate random file names
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4] checkout: fix "branch info" memory leaks
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4] branch: add flags and config to inherit tracking
- From: Josh Steadmon <steadmon@xxxxxxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH] grep: avoid setting UTF mode when not needed
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH v6] submodule: absorb git dir instead of dying on deinit
- From: Mugdha Pattnaik <mugdhapattnaik@xxxxxxxxx>
- Re: [PATCH v4 5/6] remote: die if branch is not found in repository
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- RE: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH 0/2] Generate temporary files using a CSPRNG
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 2/2] ls-files: add --sparse option
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 0/2] Sparse index: fetch, pull, ls-files
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 1/2] fetch/pull: use the sparse index
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH 2/2] wrapper: use a CSPRNG to generate random file names
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 1/2] wrapper: add a helper to generate numbers from a CSPRNG
- From: Jeff King <peff@xxxxxxxx>
- Re: [GIT PULL] per signal_struct coredumps
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCH v2 1/1] git-compat-util: add a test balloon for C99 support
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 1/2] test-lib: show missing prereq summary
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re: [PATCH] mergesort: avoid left shift overflow
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]