Git Distributed Software Revision Control
[Prev Page][Next Page]
- [PATCH 1/2] prompt.c: split up the password and non-password handling
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 0/2] prompt.c: split up git_prompt(), read from /dev/tty, not STDIN
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH] ci: disallow directional formatting
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH] ci: disallow directional formatting
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2] var: add GIT_DEFAULT_BRANCH variable
- From: Thomas Weißschuh <thomas@xxxxxxxx>
- Re: [PATCH] ci: disallow directional formatting
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH] ci: disallow directional formatting
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v4 04/13] dir: fix pattern matching on dirs
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 8/8] clean/smudge: allow clean filters to process extremely large files
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 7/8] odb: guard against data loss checking out a huge file
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 6/8] git-compat-util: introduce more size_t helpers
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 5/8] odb: teach read_blob_entry to use size_t
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 4/8] t1051: introduce a smudge filter test for extremely large files
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 3/8] test-lib: add prerequisite for 64-bit platforms
- From: "Carlo Marcelo Arenas Belón via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 2/8] test-tool genzeros: generate large amounts of data more efficiently
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 1/8] test-genzeros: allow more than 2G zeros in Windows
- From: "Carlo Marcelo Arenas Belón via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 0/8] Allow clean/smudge filters to handle huge files in the LLP64 data model
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH] strbuf_addftime(): handle "%s" manually
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] ci: disallow directional formatting
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 1/3] test-lib: add prerequisite for 64-bit platforms
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v3 5/8] odb: teach read_blob_entry to use size_t
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v3 8/8] clean/smudge: allow clean filters to process extremely large files
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v3 4/8] t1051: introduce a smudge filter test for extremely large files
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v3 4/8] t1051: introduce a smudge filter test for extremely large files
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v4 04/13] dir: fix pattern matching on dirs
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH v3 0/8] Allow clean/smudge filters to handle huge files in the LLP64 data model
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v3 3/8] test-lib: add prerequisite for 64-bit platforms
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: git aliases and GIT_PREFIX
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- [PATCH] maintenance tests: fix systemd v2.34.0-rc* test regression
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: pull.rebase config option broken in 2.33.1
- From: Jeff King <peff@xxxxxxxx>
- git bisect bugs
- From: Alexey Kuznetsov <kuznetsov.alexey@xxxxxxxxx>
- Re: b4: unicode control characters -- warn or remove?
- From: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx>
- pull.rebase config option broken in 2.33.1
- From: Dmitry Marakasov <amdmi3@xxxxxxxxx>
- Re: scripting speedups [was: [Summit topic] Crazy (and not so crazy) ideas]
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v4 04/13] dir: fix pattern matching on dirs
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH] builtin: add git-default-branch command
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [ANNOUNCE] Git for Windows 2.34.0-rc0
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: Git not commiting anything if file created and "git add"ed in pre-commit hook is the only file in the staging area
- From: Peter Hunkeler <phunsoft@xxxxxxx>
- [PATCH] ci: disallow directional formatting
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 8/8] progress.c: add & assert a "global_progress" variable
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v6 7/8] various *.c: use isatty(0|2), not isatty(STDIN_FILENO|STDERR_FILENO)
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v6 6/8] pack-bitmap-write.c: don't return without stop_progress()
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v6 5/8] progress.c: add temporary variable from progress struct
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v6 4/8] progress.c tests: test some invalid usage
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v6 3/8] progress.c tests: make start/stop commands on stdin
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v6 2/8] progress.c test helper: add missing braces
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v6 1/8] leak tests: fix a memory leaks in "test-progress" helper
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v6 0/8] progress: assert "global_progress" + test fixes / cleanup
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: `BUG: sequencer.c:921: GIT_AUTHOR_DATE missing from author script` when trying to reword in interactive rebase
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [PATCH] strbuf_addftime(): handle "%s" manually
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] i18n: fix typos found during l10n for git 2.34.0
- From: ZheNing Hu <adlternative@xxxxxxxxx>
- Re: [PATCH v2] i18n: fix typos found during l10n for git 2.34.0
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Possible merge bug
- From: Michael Schiff <schiff.michael@xxxxxxxxx>
- What's cooking in git.git (Nov 2021, #01; Mon, 1)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: timezone related bug of git
- From: Jeff King <peff@xxxxxxxx>
- Re: `BUG: sequencer.c:921: GIT_AUTHOR_DATE missing from author script` when trying to reword in interactive rebase
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v5 7/8] various *.c: use isatty(1|2), not isatty(STDIN_FILENO|STDERR_FILENO)
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH v3 1/3] t0301: fixes for windows compatibility
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v4 04/13] dir: fix pattern matching on dirs
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 04/13] dir: fix pattern matching on dirs
- From: Glen Choo <chooglen@xxxxxxxxxx>
- Re: [PATCH 0/3] bundle-uri: "dumb" static CDN offloading, spec & server implementation
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- `BUG: sequencer.c:921: GIT_AUTHOR_DATE missing from author script` when trying to reword in interactive rebase
- From: "Jonas Kittner" <jonas.kittner@xxxxxxxxxxxxxxxxxx>
- Re: [Discussion] The architecture of Scalar (and others) within Git
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Is getpass(3) really obsolete?
- From: Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
- [PATCH v3 2/2] blame: enable and test the sparse index
- From: "Lessley Dennington via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 1/2] diff: enable and test the sparse index
- From: "Lessley Dennington via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 0/2] Sparse Index: diff and blame builtins
- From: "Lessley Dennington via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: b4: unicode control characters -- warn or remove?
- From: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] bundle-uri: "dumb" static CDN offloading, spec & server implementation
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: b4: unicode control characters -- warn or remove?
- From: Pavel Machek <pavel@xxxxxx>
- Re: ms/customizable-ident-expansion
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: b4: unicode control characters -- warn or remove?
- From: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx>
- Re: ab/config-based-hooks-2
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Makefile: replace most hardcoded object lists with $(wildcard)
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: b4: unicode control characters -- warn or remove?
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- ms/customizable-ident-expansion (was: What's cooking in git.git (Oct 2021, #07; Fri, 29))
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- js/scalar (was: What's cooking in git.git (Oct 2021, #07; Fri, 29))
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- tp/send-email-completion (was: What's cooking in git.git (Oct 2021, #07; Fri, 29))
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- tb/plug-pack-bitmap-leaks (was: What's cooking in git.git (Oct 2021, #07; Fri, 29))
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- ab/only-single-progress-at-once (was: What's cooking in git.git (Oct 2021, #07; Fri, 29))
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- ab/config-based-hooks-2 (was: What's cooking in git.git (Oct 2021, #07; Fri, 29))
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 3/3] Makefile: replace most hardcoded object lists with $(wildcard)
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 2/3] Makefile: add a utility to dump variables
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 1/3] Makefile: rename $(SCRIPT_LIB) to $(SCRIPT_LIB_GEN)
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v2 0/3] Makefile: replace most hardcoded object lists with $(wildcard)
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: b4: unicode control characters -- warn or remove?
- From: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx>
- [PATCH v5 7/8] various *.c: use isatty(1|2), not isatty(STDIN_FILENO|STDERR_FILENO)
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v5 8/8] progress.c: add & assert a "global_progress" variable
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v5 6/8] pack-bitmap-write.c: don't return without stop_progress()
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v5 5/8] progress.c: add temporary variable from progress struct
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v5 4/8] progress.c tests: test some invalid usage
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v5 3/8] progress.c tests: make start/stop commands on stdin
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v5 2/8] progress.c test helper: add missing braces
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v5 1/8] leak tests: fix a memory leaks in "test-progress" helper
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v5 0/8] progress: assert "global_progress" + test fixes / cleanup
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: b4: unicode control characters -- warn or remove?
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v4 11/17] git hook run: add an --ignore-missing flag
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 12/17] send-email: use 'git hook run' for 'sendemail-validate'
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 16/17] receive-pack: convert push-to-checkout hook to hook.h
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 15/17] read-cache: convert post-index-change to use hook.h
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 13/17] git-p4: use 'git hook' to run hooks
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 17/17] run-command: remove old run_hook_{le,ve}() hook API
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 14/17] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 08/17] merge: convert post-merge to use hook.h
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 10/17] hooks: convert worktree 'post-checkout' hook to hook library
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 06/17] rebase: convert pre-rebase to use hook.h
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 07/17] am: convert applypatch-msg to use hook.h
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 04/17] am: convert {pre,post}-applypatch to use hook.h
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 03/17] gc: use hook library for pre-auto-gc hook
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 05/17] hook API: add a run_hooks_l() wrapper
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 09/17] hooks: convert non-worktree 'post-checkout' hook to hook library
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 01/17] hook: add 'run' subcommand
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 02/17] hook API: add a run_hooks() wrapper
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 00/17] hook.[ch]: new library to run hooks + simple hook conversion
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 1/2] gpg-interface: handle missing " with " gracefully in parse_ssh_output()
- From: René Scharfe <l.s.r@xxxxxx>
- Re: timezone related bug of git
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] gpg-interface: avoid buffer overrun in parse_ssh_output()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- make failure when building on cygwin.
- From: Stephen Smith <ischis2@xxxxxxx>
- Re: [PATCH] Document positive variant of commit and merge option "--no-verify"
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: timezone related bug of git
- From: Dongsheng Song <dongsheng.song@xxxxxxxxx>
- Re: [Q] How to check git features for compatability?
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [Q] How to check git features for compatability?
- From: Dominik <dominik.seifert@xxxxxxxxx>
- You have been compensated by United Nations (UN) Governments!
- From: "Mrs.Chantal Donald" <bransonia00226@xxxxxxxxx>
- Re: [PATCH 1/2] gpg-interface: handle missing " with " gracefully in parse_ssh_output()
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re: [PATCH 2/2] gpg-interface: avoid buffer overrun in parse_ssh_output()
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re* [PATCH v2] apply: make --intent-to-add not stomp index
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 4/9] doc: use only hyphens as word separators in placeholders
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] apply: make --intent-to-add not stomp index
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] gpg-interface: handle missing " with " gracefully in parse_ssh_output()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] gpg-interface: avoid buffer overrun in parse_ssh_output()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] i18n: fix typos found during l10n for git 2.34.0
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: What's cooking in git.git (Oct 2021, #06; Mon, 25)
- From: Jeff King <peff@xxxxxxxx>
- Re: timezone related bug of git
- From: Jeff King <peff@xxxxxxxx>
- [PATCH v2] i18n: fix typos found during l10n for git 2.34.0
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: [PATCH v2 4/9] doc: use only hyphens as word separators in placeholders
- From: Jean-Noël AVILA <jn.avila@xxxxxxx>
- Re: [PATCH v4 2/3] pretty: add tag option to %(describe)
- From: Eli Schwartz <eschwartz@xxxxxxxxxxxxx>
- Re: [PATCH v2 4/9] doc: use only hyphens as word separators in placeholders
- From: Eli Schwartz <eschwartz@xxxxxxxxxxxxx>
- Re: timezone related bug of git
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: What's cooking in git.git (Oct 2021, #06; Mon, 25)
- From: Kaartic Sivaraam <kaartic.sivaraam@xxxxxxxxx>
- Re: [PATCH v4 2/3] pretty: add tag option to %(describe)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v4 3/3] pretty: add abbrev option to %(describe)
- From: Eli Schwartz <eschwartz@xxxxxxxxxxxxx>
- [PATCH v4 2/3] pretty: add tag option to %(describe)
- From: Eli Schwartz <eschwartz@xxxxxxxxxxxxx>
- [PATCH v4 1/3] pretty.c: rework describe options parsing for better extensibility
- From: Eli Schwartz <eschwartz@xxxxxxxxxxxxx>
- [PATCH v4 0/3] Add some more options to the pretty-formats
- From: Eli Schwartz <eschwartz@xxxxxxxxxxxxx>
- Re: [PATCH] Makefile: replace most hardcoded object lists with $(wildcard)
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: timezone related bug of git
- From: Dongsheng Song <dongsheng.song@xxxxxxxxx>
- Re: timezone related bug of git
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] Makefile: replace most hardcoded object lists with $(wildcard)
- From: Jeff King <peff@xxxxxxxx>
- Double parent after a merge seems to block the pull from another person
- From: Olivier Paillat <paillat.olivier@xxxxxxxxx>
- Re: [PATCH] amend error message violations
- From: Abhradeep Chakraborty <chakrabortyabhradeep79@xxxxxxxxx>
- Re: git apply --intent-to-add deletes other files from the index
- From: Johannes Altmanninger <aclopte@xxxxxxxxx>
- [PATCH] i18n: fix typos found during l10n for git 2.34.0
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- [ANNOUNCE] Git Rev News edition 80
- From: Christian Couder <christian.couder@xxxxxxxxx>
- timezone related bug of git
- From: Dongsheng Song <dongsheng.song@xxxxxxxxx>
- Re: "git describe --debug" does not show the latest tag for "groff"
- From: Chris Torek <chris.torek@xxxxxxxxx>
- Re: "git describe --debug" does not show the latest tag for "groff"
- From: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx>
- [PATCH] Makefile: replace most hardcoded object lists with $(wildcard)
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 15/15] leak tests: mark some fast-import tests as passing with SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 14/15] leak tests: mark some config tests as passing with SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 13/15] leak tests: mark some status tests as passing with SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 12/15] leak tests: mark some clone tests as passing with SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 11/15] leak tests: mark some add tests as passing with SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 10/15] leak tests: mark some diff tests as passing with SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 09/15] leak tests: mark some apply tests as passing with SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 08/15] leak tests: mark some notes tests as passing with SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 06/15] leak tests: mark some rev-parse tests as passing with SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 07/15] leak tests: mark some update-index tests as passing with SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 05/15] leak tests: mark some rev-list tests as passing with SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 04/15] leak tests: mark some misc tests as passing with SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 03/15] leak tests: mark most gettext tests as passing with SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 01/15] leak tests: mark a read-tree test as passing SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 02/15] leak tests: mark "sort" test as passing SANITIZE=leak
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 00/15] leak tests: remaining non-svn non-p4 tests as passing
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 00/22] man2: Add [[deprecated]] attribute
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: git apply --intent-to-add deletes other files from the index
- From: Ryan Hodges <rphodges@xxxxxxxxx>
- RE: [ANNOUNCE] Git v2.34.0-rc0
- From: <rsbecker@xxxxxxxxxxxxx>
- [PATCH 22/22] uselib.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 21/22] sysfs.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 20/22] setpgid.2: SYNOPSIS: Mark BSD versions of getpgrp() and setpgrp() as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 16/22] sgetmask.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 17/22] getitimer.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 18/22] futimesat.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 19/22] gettimeofday.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 15/22] tkill.2: SYNOPSIS: Mark tkill() as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 14/22] vfork.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 12/22] pthread_mutex_consistent.3: Mark *_np() old function as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 13/22] sysctl.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 11/22] ustat.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 10/22] stime.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 09/22] statfs.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 08/22] sigprocmask.2: SYNOPSIS: Mark the legacy system call as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 07/22] remap_file_pages.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 05/22] iopl.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 06/22] query_module.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 04/22] getunwind.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 03/22] get_kernel_syms.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 02/22] create_module.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 01/22] bdflush.2: SYNOPSIS: Mark as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- [PATCH 00/22] man2: Add [[deprecated]] attribute
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- Re: Git not commiting anything if file created and "git add"ed in pre-commit hook is the only file in the staging area
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: git-svn bug: Output git directory has uncommitted changes
- From: Daniel Marschall <info@xxxxxxxxxxxxxxxxxxx>
- [PATCH v2] apply: make --intent-to-add not stomp index
- From: Johannes Altmanninger <aclopte@xxxxxxxxx>
- [PATCH] apply: make --intent-to-add not stomp index
- From: Johannes Altmanninger <aclopte@xxxxxxxxx>
- Re: git apply --intent-to-add deletes other files from the index
- From: Johannes Altmanninger <aclopte@xxxxxxxxx>
- Replace setitimer(2) by timer_settime(2)
- From: "Alejandro Colomar (man-pages)" <alx.manpages@xxxxxxxxx>
- Re: scripting speedups [was: [Summit topic] Crazy (and not so crazy) ideas]
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v3 0/8] Allow clean/smudge filters to handle huge files in the LLP64 data model
- From: Philip Oakley <philipoakley@iee.email>
- Re: [ANNOUNCE] Git for Windows 2.34.0-rc0
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH v3 0/8] Allow clean/smudge filters to handle huge files in the LLP64 data model
- From: Torsten Bögershausen <tboegi@xxxxxx>
- Re: [PATCH] builtin: add git-default-branch command
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 2/2] gpg-interface: avoid buffer overrun in parse_ssh_output()
- From: René Scharfe <l.s.r@xxxxxx>
- [PATCH 1/2] gpg-interface: handle missing " with " gracefully in parse_ssh_output()
- From: René Scharfe <l.s.r@xxxxxx>
- Re: Git not commiting anything if file created and "git add"ed in pre-commit hook is the only file in the staging area
- From: Johannes Sixt <j6t@xxxxxxxx>
- [ANNOUNCE] Git for Windows 2.34.0-rc0
- From: Johannes Schindelin <johannes.schindelin@xxxxxx>
- Re: [PATCH v3 0/8] Allow clean/smudge filters to handle huge files in the LLP64 data model
- From: Philip Oakley <philipoakley@iee.email>
- Re: [PATCH 2/3] protocol v2: specify static seeding of clone/fetch via "bundle-uri"
- From: Philip Oakley <philipoakley@iee.email>
- [PATCH] builtin: add git-default-branch command
- From: Thomas Weißschuh <thomas@xxxxxxxx>
- Re: Git not commiting anything if file created and "git add"ed in pre-commit hook is the only file in the staging area
- From: Peter Hunkeler <phunsoft@xxxxxxx>
- Re: Is getpass(3) really obsolete?
- From: "Alejandro Colomar (man-pages)" <alx.manpages@xxxxxxxxx>
- Re: [PATCH] allow disabling fsync everywhere
- From: Eric Wong <e@xxxxxxxxx>
- Re: [PATCH 0/3] bundle-uri: "dumb" static CDN offloading, spec & server implementation
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 2/2] docs: add headers in MyFirstObjectWalk
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 2/2] docs: add headers in MyFirstObjectWalk
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [L10N] Kickoff for Git 2.34.0 round #1
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- What's cooking in git.git (Oct 2021, #07; Fri, 29)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [ANNOUNCE] Git v2.34.0-rc0
- From: Junio C Hamano <gitster@xxxxxxxxx>
- RE: [PATCH] wrapper: remove xunsetenv()
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH v3 0/8] Allow clean/smudge filters to handle huge files in the LLP64 data model
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 4/8] t1051: introduce a smudge filter test for extremely large files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 2/2] http-fetch: redact url on die() message
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 5/8] odb: teach read_blob_entry to use size_t
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 8/8] clean/smudge: allow clean filters to process extremely large files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 7/8] odb: guard against data loss checking out a huge file
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] wrapper: remove xunsetenv()
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 6/8] git-compat-util: introduce more size_t helpers
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 4/8] t1051: introduce a smudge filter test for extremely large files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 3/8] test-lib: add prerequisite for 64-bit platforms
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 2/8] test-tool genzeros: generate large amounts of data more efficiently
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] wrapper: remove xunsetenv()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] wrapper: remove xunsetenv()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- RE: [PATCH] wrapper: remove xunsetenv()
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH] wrapper: remove xunsetenv()
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] wrapper: remove xunsetenv()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [Bug] wrapper.c uses unportable unsetenv
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] wrapper: remove xunsetenv()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] wrapper: remove xunsetenv()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] wrapper: remove xunsetenv()
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] wrapper: remove xunsetenv()
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [Bug] wrapper.c uses unportable unsetenv
- From: Johannes Schindelin <johannes.schindelin@xxxxxxxxx>
- RE: [PATCH] wrapper: remove xunsetenv()
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH v3 2/3] pretty: add tag option to %(describe)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 2/3] pretty: add tag option to %(describe)
- From: Eli Schwartz <eschwartz@xxxxxxxxxxxxx>
- RE: [PATCH] wrapper: remove xunsetenv()
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH] wrapper: remove xunsetenv()
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [Bug] wrapper.c uses unportable unsetenv
- From: Junio C Hamano <gitster@xxxxxxxxx>
- RE: [PATCH] wrapper: remove xunsetenv()
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH] wrapper: remove xunsetenv()
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 1/3] pretty.c: rework describe options parsing for better extensibility
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/2] fix up example code in MyFirstObjectWalk tutorial
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH v3 2/3] pretty: add tag option to %(describe)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] wrapper: remove xunsetenv()
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- [PATCH 4/4] doc: add docs for newlineafter flag
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 3/4] oneline: test for --newlineafter feature
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 2/4] oneline: print newline after decorations if flag provided
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 1/4] oneline: parse --newlineafter flag
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 0/4] Flag to add a newline after decorations for --oneline log output
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v3 2/3] pretty: add tag option to %(describe)
- From: Eli Schwartz <eschwartz@xxxxxxxxxxxxx>
- Re: [PATCH v3 0/8] Allow clean/smudge filters to handle huge files in the LLP64 data model
- From: Johannes Schindelin <johannes.schindelin@xxxxxxxxx>
- RE: [Bug] wrapper.c uses unportable unsetenv
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: *Really* noisy encoding warnings post-v2.33.0
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 1/3] pretty.c: rework describe options parsing for better extensibility
- From: Eli Schwartz <eschwartz@xxxxxxxxxxxxx>
- Re: [PATCH] leak tests: add an interface to the LSAN_OPTIONS "suppressions"
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] leak tests: add an interface to the LSAN_OPTIONS "suppressions"
- From: Jeff King <peff@xxxxxxxx>
- Re: *Really* noisy encoding warnings post-v2.33.0
- From: Junio C Hamano <gitster@xxxxxxxxx>
- RE: [Bug] wrapper.c uses unportable unsetenv
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: *Really* noisy encoding warnings post-v2.33.0
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] tests: disable fsync everywhere
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: *Really* noisy encoding warnings post-v2.33.0
- From: Jeff King <peff@xxxxxxxx>
- Re: [Bug] wrapper.c uses unportable unsetenv
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] tests: disable fsync everywhere
- From: Jeff King <peff@xxxxxxxx>
- Re: Is getpass(3) really obsolete?
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 2/3] pretty: add tag option to %(describe)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [Bug] wrapper.c uses unportable unsetenv
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH v3 1/3] pretty.c: rework describe options parsing for better extensibility
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 2/4] sparse-index: avoid unnecessary cache tree clearing
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v5 1/2] fetch-pack: redact packfile urls in traces
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v3 1/2] docs: fix places that break compilation in MyFirstObjectWalk
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 2/2] docs: add headers in MyFirstObjectWalk
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 0/2] fix up example code in MyFirstObjectWalk tutorial
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v3 3/3] pretty: add abbrev option to %(describe)
- From: Eli Schwartz <eschwartz@xxxxxxxxxxxxx>
- Re: [PATCH v4 2/4] sparse-index: avoid unnecessary cache tree clearing
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH v3 3/3] pretty: add abbrev option to %(describe)
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 0/3] bundle-uri: "dumb" static CDN offloading, spec & server implementation
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH v4 2/4] sparse-index: avoid unnecessary cache tree clearing
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v3 1/3] pretty.c: rework describe options parsing for better extensibility
- From: Eli Schwartz <eschwartz@xxxxxxxxxxxxx>
- [PATCH v3 3/3] pretty: add abbrev option to %(describe)
- From: Eli Schwartz <eschwartz@xxxxxxxxxxxxx>
- [PATCH v3 2/3] pretty: add tag option to %(describe)
- From: Eli Schwartz <eschwartz@xxxxxxxxxxxxx>
- [PATCH v3 0/3] Add some more options to the pretty-formats
- From: Eli Schwartz <eschwartz@xxxxxxxxxxxxx>
- [PATCH v6 2/2] http-fetch: redact url on die() message
- From: "Ivan Frade via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 1/2] fetch-pack: redact packfile urls in traces
- From: "Ivan Frade via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 0/2] fetch-pack: redact packfile urls in traces
- From: "Ivan Frade via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v5 1/2] fetch-pack: redact packfile urls in traces
- From: Ivan Frade <ifrade@xxxxxxxxxx>
- Re: [PATCH v3 0/8] Allow clean/smudge filters to handle huge files in the LLP64 data model
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/3] protocol v2: specify static seeding of clone/fetch via "bundle-uri"
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH] tests: disable fsync everywhere
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/2] docs: fix places that break compilation in MyFirstObjectWalk
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- [PATCH v2 2/2] docs: add headers in MyFirstObjectWalk
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 1/2] docs: fix places that break compilation in MyFirstObjectWalk
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 0/2] fix up example code in MyFirstObjectWalk tutorial
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [WIP v2 2/2] config: include file if remote URL matches a glob
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- [WIP v2 1/2] config: make git_config_include() static
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- [WIP v2 0/2] Conditional config includes based on remote URL
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- Re: [PATCH] tests: disable fsync everywhere
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Is getpass(3) really obsolete?
- From: Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
- [PATCH] getpass.3: SYNOPSIS: Mark getpass() as [[deprecated]]
- From: Alejandro Colomar <alx.manpages@xxxxxxxxx>
- RE: Is getpass(3) really obsolete?
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: Is getpass(3) really obsolete?
- From: "Zack Weinberg" <zack@xxxxxxxxxxxx>
- Re: Is getpass(3) really obsolete?
- From: "Alejandro Colomar (man-pages)" <alx.manpages@xxxxxxxxx>
- RE: Is getpass(3) really obsolete?
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: Is getpass(3) really obsolete?
- From: "Theo de Raadt" <deraadt@xxxxxxxxxxx>
- RE: Is getpass(3) really obsolete?
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: Is getpass(3) really obsolete?
- From: "Theo de Raadt" <deraadt@xxxxxxxxxxx>
- [PATCH v3 8/8] clean/smudge: allow clean filters to process extremely large files
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 7/8] odb: guard against data loss checking out a huge file
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 6/8] git-compat-util: introduce more size_t helpers
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 5/8] odb: teach read_blob_entry to use size_t
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 4/8] t1051: introduce a smudge filter test for extremely large files
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 3/8] test-lib: add prerequisite for 64-bit platforms
- From: "Carlo Marcelo Arenas Belón via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 2/8] test-tool genzeros: generate large amounts of data more efficiently
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 0/8] Allow clean/smudge filters to handle huge files in the LLP64 data model
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 1/8] test-genzeros: allow more than 2G zeros in Windows
- From: "Carlo Marcelo Arenas Belón via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: Is getpass(3) really obsolete?
- From: Eugene Syromyatnikov <evgsyr@xxxxxxxxx>
- [PATCH v4 3/4] sparse-index: add ensure_correct_sparsity function
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 4/4] sparse-index: update do_read_index to ensure correct sparsity
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 2/4] sparse-index: avoid unnecessary cache tree clearing
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 1/4] test-read-cache.c: prepare_repo_settings after config init
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 0/4] sparse-index: expand/collapse based on 'index.sparse'
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH] Document positive variant of commit and merge option "--no-verify"
- From: Alex Riesen <alexander.riesen@xxxxxxxxxxx>
- Re: [PATCH v3 2/3] sparse-index: add ensure_correct_sparsity function
- From: Victoria Dye <vdye@xxxxxxxxxx>
- Re: [PATCH] Remove negation from the commit and merge option "--no-verify"
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: Is getpass(3) really obsolete?
- From: "Alejandro Colomar (man-pages)" <alx.manpages@xxxxxxxxx>
- RE: Is getpass(3) really obsolete?
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: Is getpass(3) really obsolete?
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH] allow disabling fsync everywhere
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: Is getpass(3) really obsolete?
- From: "Alejandro Colomar (man-pages)" <alx.manpages@xxxxxxxxx>
- Re: [PATCH v3 01/15] diff --color-moved: add perf tests
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: git aliases and GIT_PREFIX
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: *Really* noisy encoding warnings post-v2.33.0
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH v3 03/15] diff --color-moved: factor out function
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v3 01/15] diff --color-moved: add perf tests
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH] t5310: drop lib-bundle.sh include
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [Discussion] The architecture of Scalar (and others) within Git
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH] tests: disable fsync everywhere
- From: Eric Wong <e@xxxxxxxxx>
- Re: [PATCH] tests: disable fsync everywhere
- From: Eric Wong <e@xxxxxxxxx>
- Re: [PATCH] tests: disable fsync everywhere
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] t5310: drop lib-bundle.sh include
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
- From: Alex Riesen <alexander.riesen@xxxxxxxxxxx>
- Re: [PATCH v3 00/13] hook.[ch]: new library to run hooks + simple hook conversion
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 07/13] git hook run: add an --ignore-missing flag
- From: Junio C Hamano <gitster@xxxxxxxxx>
- bug: invalid sha1 pointer in cache-tree
- From: Joel Stanley <joel@xxxxxxxxx>
- Re: [PATCH v3 05/13] hooks: convert 'post-checkout' hook to hook library
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 03/13] rebase: convert pre-rebase to use hook.h
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] tests: disable fsync everywhere
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: conflict markers in markdown files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] tests: disable fsync everywhere
- From: Eric Wong <e@xxxxxxxxx>
- RE: conflict markers in markdown files
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH v5 1/2] fetch-pack: redact packfile urls in traces
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: conflict markers in markdown files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/7] Allow clean/smudge filters to handle huge files in the LLP64 data model
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 5/7] git-compat-util: introduce more size_t helpers
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/7] test-tool genzeros: generate large amounts of data more efficiently
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v5 2/2] http-fetch: redact url on die() message
- From: "Ivan Frade via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 1/2] fetch-pack: redact packfile urls in traces
- From: "Ivan Frade via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 0/2] fetch-pack: redact packfile urls in traces
- From: "Ivan Frade via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: conflict markers in markdown files
- From: Nicholas Bransby-Williams <nbransby@xxxxxxxxx>
- Re: [PATCH v4 1/2] fetch-pack: redact packfile urls in traces
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 2/2] http-fetch: redact url on die() message
- From: Ivan Frade <ifrade@xxxxxxxxxx>
- Re: [PATCH v4 2/2] http-fetch: redact url on die() message
- From: Ivan Frade <ifrade@xxxxxxxxxx>
- Re: [PATCH 1/3] test-lib: add prerequisite for 64-bit platforms
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/7] Allow clean/smudge filters to handle huge files in the LLP64 data model
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: conflict markers in markdown files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 4/7] odb: teach read_blob_entry to use size_t
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v4 1/2] fetch-pack: redact packfile urls in traces
- From: Ivan Frade <ifrade@xxxxxxxxxx>
- Re: [PATCH v2 4/7] odb: teach read_blob_entry to use size_t
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: Is t7006-pager.sh racy?
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 1/3] test-lib: add prerequisite for 64-bit platforms
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH v3 03/15] diff --color-moved: factor out function
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/3] test-lib: add prerequisite for 64-bit platforms
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH] allow disabling fsync everywhere
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 01/15] diff --color-moved: add perf tests
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] stash: get rid of unused argument in stash_staged()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 3/3] fixup! clean/smudge: allow clean filters to process extremely large files
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- [PATCH 2/3] fixup! t1051: introduce a smudge filter test for extremely large files
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- [PATCH 1/3] test-lib: add prerequisite for 64-bit platforms
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- [PATCH 0/3] Allow clean/smudge filters to handle huge files in the LLP64 data model
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- [PATCH v2 7/7] clean/smudge: allow clean filters to process extremely large files
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 6/7] odb: guard against data loss checking out a huge file
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 4/7] odb: teach read_blob_entry to use size_t
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 5/7] git-compat-util: introduce more size_t helpers
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 3/7] t1051: introduce a smudge filter test for extremely large files
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 2/7] test-tool genzeros: generate large amounts of data more efficiently
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 1/7] test-genzeros: allow more than 2G zeros in Windows
- From: "Carlo Marcelo Arenas Belón via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 0/7] Allow clean/smudge filters to handle huge files in the LLP64 data model
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: conflict markers in markdown files
- From: Nicholas Bransby-Williams <nbransby@xxxxxxxxx>
- Re: [PATCH] helper/test-genzeros: allow more than 2G zeros in Windows
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v2 5/9] builtin/repack.c: avoid leaking child arguments
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v4 1/6] t5516: add test case for pushing remote refspecs
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Is t7006-pager.sh racy?
- From: SZEDER Gábor <szeder.dev@xxxxxxxxx>
- Re: conflict markers in markdown files
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 3/9] doc: express grammar placeholders between angle brackets
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 4/9] doc: use only hyphens as word separators in placeholders
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] allow disabling fsync everywhere
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/9] doc: fix grammar rules in commands' syntax
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] t5310: drop lib-bundle.sh include
- From: Jeff King <peff@xxxxxxxx>
- Re: pre-v2.34.0-rc0 regressions: 'git log' has a noisy iconv() warning
- From: Jeff King <peff@xxxxxxxx>
- git aliases and GIT_PREFIX
- From: Federico Kircheis <federico.kircheis@xxxxxxxxx>
- Draft of Git Rev News edition 80
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: pre-v2.34.0-rc0 regressions: 'git log' has a noisy iconv() warning
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] contrib: build & test scalar by default, optionally install
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH] doc: fix grammar rules in commands'syntax
- From: Martin Ågren <martin.agren@xxxxxxxxx>
- Re: [PATCH v2 4/9] doc: use only hyphens as word separators in placeholders
- From: Martin Ågren <martin.agren@xxxxxxxxx>
- Re: [PATCH v2 2/9] doc: split placeholders as individual tokens
- From: Martin Ågren <martin.agren@xxxxxxxxx>
- Re: [PATCH] Documentation/Makefile: fix lint-docs mkdir dependency
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v4 6/6] remote: add struct repository parameter to external functions
- From: Glen Choo <chooglen@xxxxxxxxxx>
- [PATCH v4 5/6] remote: die if branch is not found in repository
- From: Glen Choo <chooglen@xxxxxxxxxx>
- [PATCH v4 4/6] remote: remove the_repository->remote_state from static methods
- From: Glen Choo <chooglen@xxxxxxxxxx>
- [PATCH v4 3/6] remote: use remote_state parameter internally
- From: Glen Choo <chooglen@xxxxxxxxxx>
- [PATCH v4 2/6] remote: move static variables into per-repository struct
- From: Glen Choo <chooglen@xxxxxxxxxx>
- [PATCH v4 1/6] t5516: add test case for pushing remote refspecs
- From: Glen Choo <chooglen@xxxxxxxxxx>
- [PATCH v4 0/6] remote: replace static variables with struct remote_state
- From: Glen Choo <chooglen@xxxxxxxxxx>
- Re: [PATCH] allow disabling fsync everywhere
- From: Eric Wong <e@xxxxxxxxx>
- Re: [PATCH v2 8/9] doc: git-http-push: describe the refs as pattern pairs
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 7/9] doc: uniformize <URL> placeholders' case
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 3/9] doc: express grammar placeholders between angle brackets
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 2/2] color: support "default" to restore fg/bg color
- From: Robert Estelle <robertestelle@xxxxxxxxx>
- Re: pre-v2.34.0-rc0 regressions: 'git log' has a noisy iconv() warning
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v4 2/2] http-fetch: redact url on die() message
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH v2 9/9] doc: git-init: clarify file modes in octal.
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 9/9] doc: git-init: clarify file modes in octal.
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
- From: Alex Riesen <alexander.riesen@xxxxxxxxxxx>
- Re: [PATCH] Documentation/Makefile: fix lint-docs mkdir dependency
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 2/2] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 2/2] http-fetch: redact url on die() message
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH] Documentation/Makefile: fix lint-docs mkdir dependency
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] color: support "default" to restore fg/bg color
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] completion: fix incorrect bash/zsh string equality check
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v8 0/2] send-email: shell completion improvements
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 6/9] doc: use three dots for indicating repetition instead of star
- From: "Jean-Noël Avila via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 9/9] doc: git-init: clarify file modes in octal.
- From: "Jean-Noël Avila via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 8/9] doc: git-http-push: describe the refs as pattern pairs
- From: "Jean-Noël Avila via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 7/9] doc: uniformize <URL> placeholders' case
- From: "Jean-Noël Avila via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 5/9] doc: git-ls-files: express options as optional alternatives
- From: "Jean-Noël Avila via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 4/9] doc: use only hyphens as word separators in placeholders
- From: "Jean-Noël Avila via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 3/9] doc: express grammar placeholders between angle brackets
- From: "Jean-Noël Avila via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 2/9] doc: split placeholders as individual tokens
- From: "Jean-Noël Avila via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 0/9] doc: fix grammar rules in commands' syntax
- From: "Jean-Noël Avila via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 1/9] doc: fix git credential synopsis
- From: "Jean-Noël Avila via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v3] add, rm, mv: fix bug that prevents the update of non-sparse dirs
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Remove negation from the commit and merge option "--no-verify"
- From: Alex Riesen <alexander.riesen@xxxxxxxxxxx>
- [PATCH 2/2] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
- From: Alex Riesen <alexander.riesen@xxxxxxxxxxx>
- Re: [PATCH] Remove negation from the commit and merge option "--no-verify"
- From: Alex Riesen <alexander.riesen@xxxxxxxxxxx>
- Re: conflict markers in markdown files
- From: Philip Oakley <philipoakley@iee.email>
- Re: [Discussion] The architecture of Scalar (and others) within Git
- From: Philip Oakley <philipoakley@iee.email>
- Re: [PATCH v3] add, rm, mv: fix bug that prevents the update of non-sparse dirs
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH] allow disabling fsync everywhere
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] Documentation/Makefile: fix lint-docs mkdir dependency
- From: Jeff King <peff@xxxxxxxx>
- [PATCH v3] add, rm, mv: fix bug that prevents the update of non-sparse dirs
- From: Matheus Tavares <matheus.bernardino@xxxxxx>
- Re: [Summit topic] The state of getting a reftable backend working in git.git
- From: Philip Oakley <philipoakley@iee.email>
- conflict markers in markdown files
- From: Nicholas Bransby-Williams <nbransby@xxxxxxxxx>
- Re: [PATCH] Remove negation from the commit and merge option "--no-verify"
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: why git is so slow for a tiny git push?
- From: Han-Wen Nienhuys <hanwen@xxxxxxxxxx>
- Re: Git not commiting anything if file created and "git add"ed in pre-commit hook is the only file in the staging area
- From: Peter Hunkeler <phunsoft@xxxxxxx>
- Re: [PATCH] doc: fix grammar rules in commands'syntax
- From: Jean-Noël Avila <jn.avila@xxxxxxx>
- [PATCH] helper/test-genzeros: allow more than 2G zeros in Windows
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- Re: "git describe --debug" does not show the latest tag for "groff"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH] stash: get rid of unused argument in stash_staged()
- From: Sergey Organov <sorganov@xxxxxxxxx>
- Re: [PATCH] Documentation/Makefile: fix lint-docs mkdir dependency
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH] Remove negation from the commit and merge option "--no-verify"
- From: Alex Riesen <alexander.riesen@xxxxxxxxxxx>
- Re: [PATCH v2 3/6] ssh signing: make verify-commit consider key lifetime
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re: [PATCH 1/5] t1051: introduce a smudge filter test for extremely large files
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [Discussion] The architecture of Scalar (and others) within Git
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH] Remove negation from the merge option "--no-verify"
- From: Alex Riesen <alexander.riesen@xxxxxxxxxxx>
- Re: Git not commiting anything if file created and "git add"ed in pre-commit hook is the only file in the staging area
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 2/3] sparse-index: add ensure_correct_sparsity function
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH] allow disabling fsync everywhere
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH v4 1/2] fetch-pack: redact packfile urls in traces
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/2] tmp-objdir: fix regressions in core.fsyncobjectfiles=batch
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] allow disabling fsync everywhere
- From: Eric Wong <e@xxxxxxxxx>
- Re: What's cooking in git.git (Oct 2021, #06; Mon, 25)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Documentation/Makefile: fix lint-docs mkdir dependency
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: js/scalar, was Re: What's cooking in git.git (Oct 2021, #05; Mon, 18)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/9] midx: clean up t5319 under 'SANITIZE=leak'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 5/9] builtin/repack.c: avoid leaking child arguments
- From: Junio C Hamano <gitster@xxxxxxxxx>
- "git describe --debug" does not show the latest tag for "groff"
- From: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx>
- Re: [PATCH 0/2] tmp-objdir: fix regressions in core.fsyncobjectfiles=batch
- From: Neeraj Singh <nksingh85@xxxxxxxxx>
- Re: Git not commiting anything if file created and "git add"ed in pre-commit hook is the only file in the staging area
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] add, rm, mv: fix bug that prevents the update of non-sparse dirs
- From: Chris Torek <chris.torek@xxxxxxxxx>
- Re: Git not commiting anything if file created and "git add"ed in pre-commit hook is the only file in the staging area
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 00/15] Upstreaming the Scalar command
- From: Derrick Stolee <stolee@xxxxxxxxx>
- [Discussion] The architecture of Scalar (and others) within Git
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH v3 0/6] usage.c: add die_message() & plug memory leaks in refs.c & config.c
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- Re: [RFC PATCH 1/1] protocol-v2.txt: align delim-pkt spec with usage
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 2/3] sparse-index: add ensure_correct_sparsity function
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4] stash: implement '--staged' option for 'push' and 'save'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] docs: add headers in MyFirstObjectWalk
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] leak tests: add an interface to the LSAN_OPTIONS "suppressions"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [PATCH 0/2] tmp-objdir: fix regressions in core.fsyncobjectfiles=batch
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/3] protocol v2: specify static seeding of clone/fetch via "bundle-uri"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [RFC PATCH 0/2] Conditional config includes based on remote URL
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2 3/6] ssh signing: make verify-commit consider key lifetime
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] leak tests: add an interface to the LSAN_OPTIONS "suppressions"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Remove negation from the merge option "--no-verify"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] doc: fix grammar rules in commands'syntax
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH v3 0/3] sparse-index: expand/collapse based on 'index.sparse'
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH v3 2/3] sparse-index: add ensure_correct_sparsity function
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH v4 29/29] t7527: test status with untracked-cache and fsmonitor--daemon
- From: Jeff Hostetler <git@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/4] remote: use remote_state parameter internally
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 03/29] fsmonitor: config settings are repository-specific
- From: Jeff Hostetler <git@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 1/4] blame: prefer null_sha1 over nullid and retire later
- From: Pratyush Yadav <me@xxxxxxxxxxxxxxxxx>
- [RFC PATCH 1/1] protocol-v2.txt: align delim-pkt spec with usage
- From: Calvin Wan <calvinwan@xxxxxxxxxx>
- [RFC PATCH 0/1] protocol-v2.txt: align delim-pkt spec with usage
- From: Calvin Wan <calvinwan@xxxxxxxxxx>
- Re: What's cooking in git.git (Oct 2021, #05; Mon, 18)
- From: Emily Shaffer <emilyshaffer@xxxxxxxxxx>
- Re: [PATCH 2/3] protocol v2: specify static seeding of clone/fetch via "bundle-uri"
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: What's cooking in git.git (Oct 2021, #06; Mon, 25)
- From: Martin Ågren <martin.agren@xxxxxxxxx>
- Re: [PATCH 2/3] protocol v2: specify static seeding of clone/fetch via "bundle-uri"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Git not commiting anything if file created and "git add"ed in pre-commit hook is the only file in the staging area
- From: Peter Hunkeler <phunsoft@xxxxxxx>
- Re: [PATCH v4 03/29] fsmonitor: config settings are repository-specific
- From: Jeff Hostetler <git@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] doc: fix grammar rules in commands'syntax
- From: Martin Ågren <martin.agren@xxxxxxxxx>
- Re: changing the experimental 'git switch'
- From: Sergey Organov <sorganov@xxxxxxxxx>
- Re: [PATCH 0/3] Documentation: change "folder" to "directory"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 01/29] fsmonitor: enhance existing comments
- From: Jeff Hostetler <git@xxxxxxxxxxxxxxxxx>
- [PATCH v3 3/3] sparse-index: update do_read_index to ensure correct sparsity
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 2/3] sparse-index: add ensure_correct_sparsity function
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 1/3] test-read-cache.c: prepare_repo_settings after config init
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 0/3] sparse-index: expand/collapse based on 'index.sparse'
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: pre-v2.34.0-rc0 regressions: 'git log' has a noisy iconv() warning
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 2/4] remote: use remote_state parameter internally
- From: Glen Choo <chooglen@xxxxxxxxxx>
- Re: [PATCH 2/3] protocol v2: specify static seeding of clone/fetch via "bundle-uri"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [RFC PATCH 0/2] Conditional config includes based on remote URL
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- Re: What's cooking in git.git (Oct 2021, #06; Mon, 25)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] add, rm, mv: fix bug that prevents the update of non-sparse dirs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [RFC PATCH 2/2] config: include file if remote URL matches a glob
- From: Jonathan Tan <jonathantanmy@xxxxxxxxxx>
- Re: [PATCH v2 2/3] sparse-index: add ensure_correct_sparsity function
- From: Victoria Dye <vdye@xxxxxxxxxx>
- Re: [PATCH 2/2] docs: add headers in MyFirstObjectWalk
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 1/2] docs: fix places that break compliation in MyFirstObjectWalk
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [RFC PATCH] mergetools/vimdiff: add vimdiff4 merge tool variant
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/3] protocol v2: specify static seeding of clone/fetch via "bundle-uri"
- From: Derrick Stolee <stolee@xxxxxxxxx>
- [PATCH v4] stash: implement '--staged' option for 'push' and 'save'
- From: Sergey Organov <sorganov@xxxxxxxxx>
- Re: [PATCH v3] stash: implement '--staged' option for 'push' and 'save'
- From: Sergey Organov <sorganov@xxxxxxxxx>
- Re: git-svn bug: Output git directory has uncommitted changes
- From: Torsten Bögershausen <tboegi@xxxxxx>
- [PATCH v5 8/8] unpack-trees: improve performance of next_cache_entry
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 7/8] reset: make --mixed sparse-aware
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 6/8] reset: make sparse-aware (except --mixed)
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 5/8] reset: integrate with sparse index
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 4/8] reset: expand test coverage for sparse checkouts
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 3/8] sparse-index: update command for expand/collapse test
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 2/8] reset: preserve skip-worktree bit in mixed reset
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 1/8] reset: rename is_missing to !is_in_reset_tree
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v5 0/8] Sparse Index: integrate with reset
- From: "Victoria Dye via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 2/2] docs: add headers in MyFirstObjectWalk
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 1/2] docs: fix places that break compliation in MyFirstObjectWalk
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 0/2] fix up example code in MyFirstObjectWalk tutorial
- From: "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v3 00/15] diff --color-moved[-ws] speedups
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [PATCH] Remove negation from the merge option "--no-verify"
- From: Alex Riesen <alexander.riesen@xxxxxxxxxxx>
- Re: [PATCH] doc: fix grammar rules in commands'syntax
- From: Jean-Noël Avila <jn.avila@xxxxxxx>
- Re: [PATCH 0/2] tmp-objdir: fix regressions in core.fsyncobjectfiles=batch
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
- From: Alex Riesen <alexander.riesen@xxxxxxxxxxx>
- [PATCH v3 15/15] diff --color-moved: intern strings
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 14/15] diff: use designated initializers for emitted_diff_symbol
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 13/15] diff --color-moved-ws=allow-indentation-change: improve hash lookups
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 12/15] diff --color-moved: stop clearing potential moved blocks
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 11/15] diff --color-moved: shrink potential moved blocks as we go
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 10/15] diff --color-moved: unify moved block growth functions
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 09/15] diff --color-moved: call comparison function directly
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 08/15] diff --color-moved-ws=allow-indentation-change: simplify and optimize
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 07/15] diff: simplify allow-indentation-change delta calculation
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 06/15] diff --color-moved: avoid false short line matches and bad zerba coloring
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 05/15] diff --color-moved=zebra: fix alternate coloring
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 04/15] diff --color-moved: rewind when discarding pmb
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 03/15] diff --color-moved: factor out function
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 02/15] diff --color-moved: clear all flags on blocks that are too short
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 01/15] diff --color-moved: add perf tests
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 00/15] diff --color-moved[-ws] speedups
- From: "Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [RFC PATCH 0/2] Conditional config includes based on remote URL
- From: Jeff King <peff@xxxxxxxx>
- Re: [RFC PATCH 2/2] config: include file if remote URL matches a glob
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] add, rm, mv: fix bug that prevents the update of non-sparse dirs
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: pre-v2.34.0-rc0 regressions: 'git log' has a noisy iconv() warning (was: What's cooking in git.git (Oct 2021, #06; Mon, 25))
- From: Jeff King <peff@xxxxxxxx>
- Re: *Really* noisy encoding warnings post-v2.33.0
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] leak tests: add an interface to the LSAN_OPTIONS "suppressions"
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 2/3] protocol v2: specify static seeding of clone/fetch via "bundle-uri"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- Re: [Summit topic] Documentation (translations, FAQ updates, new user-focused, general improvements, etc.)
- From: Jeff King <peff@xxxxxxxx>
- [PATCH v6 15/15] scalar: accept -C and -c options before the subcommand
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 14/15] scalar: implement the `version` command
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 13/15] scalar: implement the `delete` command
- From: "Matthew John Cheetham via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 12/15] scalar: teach 'reconfigure' to optionally handle all registered enlistments
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 11/15] scalar: allow reconfiguring an existing enlistment
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 10/15] scalar: implement the `run` command
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 09/15] scalar: teach 'clone' to support the --single-branch option
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 08/15] scalar: implement the `clone` subcommand
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH] leak tests: add an interface to the LSAN_OPTIONS "suppressions"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH v6 07/15] scalar: implement 'scalar list'
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 06/15] scalar: let 'unregister' handle a deleted enlistment directory gracefully
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 05/15] scalar: 'unregister' stops background maintenance
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 04/15] scalar: 'register' sets recommended config and starts maintenance
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 03/15] scalar: create test infrastructure
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 02/15] scalar: start documenting the command
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 01/15] scalar: create a rudimentary executable
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v6 00/15] Upstreaming the Scalar command
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: Unexpected cat-file --batch-check output
- From: Johannes Sixt <j6t@xxxxxxxx>
- [PATCH v2 5/6] ssh signing: make verify-tag consider key lifetime
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v2 4/6] ssh signing: make git log verify key lifetime
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v2 6/6] ssh signing: make fmt-merge-msg consider key lifetime
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v2 3/6] ssh signing: make verify-commit consider key lifetime
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v2 2/6] ssh signing: add key lifetime test prereqs
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v2 1/6] ssh signing: use sigc struct to pass payload
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- [PATCH v2 0/6] ssh signing: verify key lifetime
- From: Fabian Stelzer <fs@xxxxxxxxxxxx>
- Re: [PATCH v2 3/3] pretty: add abbrev option to %(describe)
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: [PATCH] leak tests: add an interface to the LSAN_OPTIONS "suppressions"
- From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
- [PATCH 4/5] odb: guard against data loss checking out a huge file
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 5/5] clean/smudge: allow clean filters to process extremely large files
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 3/5] git-compat-util: introduce more size_t helpers
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 2/5] odb: teach read_blob_entry to use size_t
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 1/5] t1051: introduce a smudge filter test for extremely large files
- From: "Matt Cooper via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 0/5] Allow clean/smudge filters to handle huge files in the LLP64 data model
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [Summit topic] Documentation (translations, FAQ updates, new user-focused, general improvements, etc.)
- From: Jean-Noël Avila <jn.avila@xxxxxxx>
- [PATCH v2] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
- From: Alex Riesen <alexander.riesen@xxxxxxxxxxx>
- Re: [PATCH] color: allow colors to be prefixed with "reset"
- From: Robert Estelle <robertestelle@xxxxxxxxx>
- RE: [External Mail]Re: why git is so slow for a tiny git push?
- From: 程洋 <chengyang@xxxxxxxxxx>
- Re: [PATCH v3 2/4] remote: use remote_state parameter internally
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/3] protocol v2: specify static seeding of clone/fetch via "bundle-uri"
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH 2/3] protocol v2: specify static seeding of clone/fetch via "bundle-uri"
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: Unexpected cat-file --batch-check output
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] add, rm, mv: fix bug that prevents the update of non-sparse dirs
- From: Matheus Tavares <matheus.bernardino@xxxxxx>
- Re: Unexpected cat-file --batch-check output
- From: Bryan Turner <bturner@xxxxxxxxxxxxx>
- [PATCH v4 2/2] http-fetch: redact url on die() message
- From: "Ivan Frade via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 1/2] fetch-pack: redact packfile urls in traces
- From: "Ivan Frade via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 0/2] fetch-pack: redact packfile urls in traces
- From: "Ivan Frade via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v2] add, rm, mv: fix bug that prevents the update of non-sparse dirs
- From: Matheus Tavares <matheus.bernardino@xxxxxx>
- [PATCH 2/2] fixup! tmp-objdir: new API for creating temporary writable databases
- From: "Neeraj Singh via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 1/2] fixup! tmp-objdir: new API for creating temporary writable databases
- From: "Neeraj Singh via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 0/2] tmp-objdir: fix regressions in core.fsyncobjectfiles=batch
- From: "Neeraj K. Singh via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- regression in ns/tmp-objdir and ns/batched-fsync
- From: Neeraj Singh <nksingh85@xxxxxxxxx>
- Re: [External Mail]Re: why git is so slow for a tiny git push?
- From: Jeff King <peff@xxxxxxxx>
- Re: What's cooking in git.git (Oct 2021, #06; Mon, 25)
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH] leak tests: add an interface to the LSAN_OPTIONS "suppressions"
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] color: allow colors to be prefixed with "reset"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] leak tests: add an interface to the LSAN_OPTIONS "suppressions"
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: What's cooking in git.git (Oct 2021, #06; Mon, 25)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: What's cooking in git.git (Oct 2021, #06; Mon, 25)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Documentation/Makefile: fix lint-docs mkdir dependency
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] leak tests: add an interface to the LSAN_OPTIONS "suppressions"
- From: Jeff King <peff@xxxxxxxx>
- Re: tb/plug-pack-bitmap-leaks (was: What's cooking in git.git (Oct 2021, #06; Mon, 25))
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 9/9] pack-bitmap.c: more aggressively free in free_bitmap_index()
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 8/9] pack-bitmap.c: don't leak type-level bitmaps
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 7/9] midx.c: write MIDX filenames to strbuf
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 6/9] builtin/multi-pack-index.c: don't leak concatenated options
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 5/9] builtin/repack.c: avoid leaking child arguments
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 4/9] builtin/pack-objects.c: don't leak memory via arguments
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 3/9] t/helper/test-read-midx.c: free MIDX within read_midx_file()
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 2/9] midx.c: don't leak MIDX from verify_midx_file
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 1/9] midx.c: clean up chunkfile after reading the MIDX
- From: Taylor Blau <me@xxxxxxxxxxxx>
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]