Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v4 05/25] midx: clear auxiliary .rev after replacing the MIDX, (continued)
- [PATCH v4 06/25] midx: reject empty `--preferred-pack`'s, Taylor Blau
- [PATCH v4 07/25] midx: infer preferred pack when not given one, Taylor Blau
- [PATCH v4 08/25] midx: close linked MIDXs, avoid leaking memory, Taylor Blau
- [PATCH v4 09/25] midx: avoid opening multiple MIDXs when writing, Taylor Blau
- [PATCH v4 10/25] pack-bitmap.c: introduce 'bitmap_num_objects()', Taylor Blau
- [PATCH v4 11/25] pack-bitmap.c: introduce 'nth_bitmap_object_oid()', Taylor Blau
- [PATCH v4 12/25] pack-bitmap.c: introduce 'bitmap_is_preferred_refname()', Taylor Blau
- [PATCH v4 13/25] pack-bitmap.c: avoid redundant calls to try_partial_reuse, Taylor Blau
- [PATCH v4 14/25] pack-bitmap: read multi-pack bitmaps, Taylor Blau
- [PATCH v4 15/25] pack-bitmap: write multi-pack bitmaps, Taylor Blau
- [PATCH v4 16/25] t5310: move some tests to lib-bitmap.sh, Taylor Blau
- [PATCH v4 17/25] t/helper/test-read-midx.c: add --checksum mode, Taylor Blau
- [PATCH v4 19/25] t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP, Taylor Blau
- [PATCH v4 20/25] t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP, Taylor Blau
- [PATCH v4 18/25] t5326: test multi-pack bitmap behavior, Taylor Blau
- [PATCH v4 21/25] t5319: don't write MIDX bitmaps in t5319, Taylor Blau
- [PATCH v4 23/25] midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP', Taylor Blau
- [PATCH v4 25/25] p5326: perf tests for MIDX bitmaps, Taylor Blau
- [PATCH v4 24/25] p5310: extract full and partial bitmap tests, Taylor Blau
- [PATCH v4 22/25] t7700: update to work with MIDX bitmap test knob, Taylor Blau
- Re: [PATCH v4 00/25] multi-pack reachability bitmaps, Jeff King
- [PATCH 0/2] macos: safeguard git maintenance against highly concurrent operations,
Johannes Schindelin via GitGitGadget
- Need pull to delete files., Russell, Scott
- [PATCH 1/1] upload-pack: buffer ref advertisement writes,
Jacob Vosmaer
- [PATCH] whats-cooking: fix a couple of typos,
Johannes Schindelin via GitGitGadget
- [PATCH] gitk: new option to hide prefetch refs,
Tal Kelrich via GitGitGadget
- Automatically Handling Using/Checking Out Branches With One or More Different Contained Submodules?,
Bryce Glover
- [RFC PATCH] send-email: allow fixing the cover letter subject,
Carlo Marcelo Arenas Belón
- [ANNOUNCE] Git for Windows 2.33.0(2), Johannes Schindelin
- Re: Proposalö git push -F, Xavier Morel
- git log --encoding=HTML is not supported,
Krzysztof Żelechowski
- What's cooking in git.git (Aug 2021, #08; Mon, 23),
Junio C Hamano
- [PATCH] t5582: remove spurious 'cd "$D"' line,
Mickey Endito
- git read-tree doesn't accept tree-ish,
Nikita Bobko
- [PATCH v3] multi-pack-index: fix *.rev cleanups with --object-dir,
Johannes Berg
- [PATCH] Make ident dynamic, not just a hardcoded value of "$Id".,
Maksym Sobolyev via GitGitGadget
[PATCH] ls-remote: set packet_trace_identity(<name>),
Ævar Arnfjörð Bjarmason
[PATCH] rebase: emit one "fatal" in "fatal: fatal: <error>",
Ævar Arnfjörð Bjarmason
[PATCH v2] multi-pack-index: fix *.rev cleanups with --object-dir,
Johannes Berg
Guten Tag, Ich bin Mr. Edwin Clark, persönlicher Anwalt eines verstorbenen Verwandten, ein Staatsangehöriger Ihres Landes, der mit seiner gesamten Familie hier in meiner Heimat Republik Togo in Westafrika an den Folgen eines Autounfalls gestorben ist und nach allen Ermittlungen sogar bei der zuständigen Botschaft ermittelt hat ergab keine Ergebnisse, die zeigen, dass es keine lebenden nächsten Angehörigen gibt und Sie mit meinem verstorbenen Kunden denselben Nachnamen tragen, deshalb kontaktiere ich Sie. Melden Sie sich bei mir für weitere Details. Edwin., Mrs. Lia Ahil
Feature Idea: Expanding git to support automatic Semver stamping,
Pavel Rogovoy
Get tree of remote repository using custom ssh library.,
Stef Bon
[PATCH 0/1] ci: new github-action for git-l10n code review,
Jiang Xin
Git is removing . from the last part of user.name,
Daniel P.
[BUG] send-email propagates "In-Reply-To",
Marvin Häuser
Re:, Jeff King
[PATCH] Give support for hooks based on platform,
Rafael Santiago via GitGitGadget
[PATCH] compat: let git_mmap use malloc(3) directly,
René Scharfe
[PATCH v2] make: add INSTALL_STRIP variable,
Bagas Sanjaya
Re: Giving priority to the reftable topic (was Re: What's cooking in git.git (Aug 2021, #06; Mon, 16)), Ævar Arnfjörð Bjarmason
[PATCH v2] diff-lib: ignore all outsider if --relative asked, Đoàn Trần Công Danh
[RFC PATCH] multi-pack-index: allow operating without pack files,
Johannes Berg
[PATCH] multi-pack-index: fix --object-dir from outside repo,
Johannes Berg
What's cooking in git.git (Aug 2021, #07; Fri, 20),
Junio C Hamano
[PATCH v5 0/6] Finish converting git bisect to C part 4,
Miriam Rubio
[BUG] git commit -a doesn't ignore inactive/ignore-all submodules,
Alexey Izbyshev
[GSoC] The Final Git Dev Blog(s),
Atharva Raykar
[PATCH] make: add INSTALL_STRIP variable,
Bagas Sanjaya
[PATCH 0/6] Speed up mirror-fetches with many refs,
Patrick Steinhardt
- [PATCH 1/6] fetch: speed up lookup of want refs via commit-graph, Patrick Steinhardt
- [PATCH 2/6] fetch: avoid unpacking headers in object existence check, Patrick Steinhardt
- [PATCH 3/6] connected: refactor iterator to return next object ID directly, Patrick Steinhardt
- [PATCH 4/6] fetch-pack: optimize loading of refs via commit graph, Patrick Steinhardt
- [PATCH 5/6] fetch: refactor fetch refs to be more extendable, Patrick Steinhardt
- [PATCH 6/6] fetch: avoid second connectivity check if we already have all objects, Patrick Steinhardt
- Re: [PATCH 0/6] Speed up mirror-fetches with many refs, Derrick Stolee
- Re: [PATCH 0/6] Speed up mirror-fetches with many refs, Junio C Hamano
- [PATCH v2 0/7] Speed up mirror-fetches with many refs, Patrick Steinhardt
- [PATCH v3 0/7] Speed up mirror-fetches with many refs, Patrick Steinhardt
[PATCH] Fix leak in credential_apply_config,
Mike Hommey
[PATCH v2 0/3] send-email: shell completion improvements,
Thiago Perrotta
General questions - git archive a .j2 file with keyword expansion in the header section,
Lin, Nathan (GSE)
[PATCH] fixup! fsmonitor-fs-listen-macos: implement FSEvent listener on MacOS,
Carlo Marcelo Arenas Belón
Git Modifying DLL,
Jonathon Anderson
[PATCH 0/2] test-lib-functions.sh: keep user's HOME, TERM and SHELL for 'test_pause' and 'debug',
Philippe Blain via GitGitGadget
[PATCH 1/2] add http.maxReceiveSpeed to limit git-receive-pack receiving speed,
Xia XiaoWen
[PATCH] add http.maxReceiveSpeed to limit git-receive-pack receiving speed,
Xia XiaoWen
[GSoC] Git Final Blog,
ZheNing Hu
bugreport: git apply -3 confusing "lacks the necessary blob",
Jan Kratochvil
gitk translate msg files not installed correctly,
yan ke
[PATCH] completion: tcsh: Fix regression by drop of wrapper functions,
Takashi Iwai
[PATCH] column: fix parsing of the '--nl' option,
SZEDER Gábor
Bug: Segmentation fault in git diff,
Thomas De Zeeuw
[filter-repo PATCH] filter-repo: add new --replace-message option,
Gwyneth Morgan
git format-patch produces invalid patch if the commit adds an empty file?,
Adam Williamson
[PATCH 0/6] Fix GIT_TEST_SPLIT_INDEX,
SZEDER Gábor
[PATCH 0/6] Sparse Index: Integrate with merge, cherry-pick, rebase, and revert,
Derrick Stolee via GitGitGadget
- [PATCH 2/6] diff: ignore sparse paths in diffstat, Derrick Stolee via GitGitGadget
- [PATCH 3/6] merge: make sparse-aware with ORT, Derrick Stolee via GitGitGadget
- [PATCH 4/6] merge-ort: expand only for out-of-cone conflicts, Derrick Stolee via GitGitGadget
- [PATCH 1/6] t1092: use ORT merge strategy, Derrick Stolee via GitGitGadget
- [PATCH 5/6] t1092: add cherry-pick, rebase tests, Derrick Stolee via GitGitGadget
- [PATCH 6/6] sparse-index: integrate with cherry-pick and rebase, Derrick Stolee via GitGitGadget
- [PATCH v2 0/6] Sparse Index: Integrate with merge, cherry-pick, rebase, and revert, Derrick Stolee via GitGitGadget
- [PATCH v2 2/6] merge: make sparse-aware with ORT, Derrick Stolee via GitGitGadget
- [PATCH v2 1/6] diff: ignore sparse paths in diffstat, Derrick Stolee via GitGitGadget
- [PATCH v2 3/6] merge-ort: expand only for out-of-cone conflicts, Derrick Stolee via GitGitGadget
- [PATCH v2 4/6] t1092: add cherry-pick, rebase tests, Derrick Stolee via GitGitGadget
- [PATCH v2 5/6] sequencer: ensure full index if not ORT strategy, Derrick Stolee via GitGitGadget
- [PATCH v2 6/6] sparse-index: integrate with cherry-pick and rebase, Derrick Stolee via GitGitGadget
- Re: [PATCH v2 0/6] Sparse Index: Integrate with merge, cherry-pick, rebase, and revert, Elijah Newren
- [PATCH v3 0/6] Sparse Index: Integrate with merge, cherry-pick, rebase, and revert, Derrick Stolee via GitGitGadget
- [PATCH v3 2/6] merge: make sparse-aware with ORT, Derrick Stolee via GitGitGadget
- [PATCH v3 1/6] diff: ignore sparse paths in diffstat, Derrick Stolee via GitGitGadget
- [PATCH v3 3/6] merge-ort: expand only for out-of-cone conflicts, Derrick Stolee via GitGitGadget
- [PATCH v3 4/6] t1092: add cherry-pick, rebase tests, Derrick Stolee via GitGitGadget
- [PATCH v3 5/6] sequencer: ensure full index if not ORT strategy, Derrick Stolee via GitGitGadget
- [PATCH v3 6/6] sparse-index: integrate with cherry-pick and rebase, Derrick Stolee via GitGitGadget
- Re: [PATCH v3 0/6] Sparse Index: Integrate with merge, cherry-pick, rebase, and revert, Elijah Newren
[PATCH] fixup! propagate errno from failing read,
Han-Wen Nienhuys via GitGitGadget
[PATCH] t6300: don't run cat-file on non-existent object,
Đoàn Trần Công Danh
[PATCH] make: add install-strip target,
Bagas Sanjaya
[ANNOUNCE] Git for Windows 2.33.0, Johannes Schindelin
[PATCH] builtin/fsmonitor--daemon: use parse-options API fully,
Carlo Marcelo Arenas Belón
[PATCH 0/8] [GSOC] [RFC] ref-filter: code logic optimization,
ZheNing Hu via GitGitGadget
[RFC PATCH] fsmonitor: fix building with NO_PTHREADS,
Carlo Marcelo Arenas Belón
[PATCH v4 0/6]Finish converting git bisect to C part 4,
Miriam Rubio
[PATCH 0/5] [GSOC] [RFC] ref-filter: performance optimization,
ZheNing Hu via GitGitGadget
[PATCH 0/2] builtin/add: minor unrelated fixes,
Carlo Marcelo Arenas Belón
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]