Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v5 0/2] attr: add attr.tree config, (continued)
- [PATCH v2] bulk-checkin: only support blobs in index_bulk_checkin,
Eric W. Biederman
- What's cooking in git.git (Sep 2023, #06; Tue, 19), Junio C Hamano
- Re: [PATCH] bulk-checkin: Only accept blobs,
Junio C Hamano
- [PATCH] fix: check parameters in json-write.c,
mark via GitGitGadget
- [PATCH] pkt-line: do not chomp EOL for sideband progress info,
Jiang Xin
- [PATCH 1/2] transport-helper: no connection restriction in connect_helper,
Jiang Xin
- [PATCH 0/8] fsmonitor unused parameter cleanups,
Jeff King
- [PATCH] subtree: fix split processing with multiple subtrees present,
Zach FettersMoore via GitGitGadget
- [PATCH 0/3] Simple reftable backend,
Han-Wen Nienhuys via GitGitGadget
- [REGRESSION] uninitialized value $address in git send-email,
Bagas Sanjaya
- Re:Dear respectable I am waiting for your soonest response, Mr. Petrova
- What's cooking in git.git (Sep 2023, #05; Fri, 15),
Junio C Hamano
- [PATCH] git-config: fix misworded --type=path explanation,
Evan Gates
- [PATCH] docs: fix "without do cleaning" typo,
Caleb Hill via GitGitGadget
- BUG: git-gui no longer executes hook scripts,
Mark Levedahl
- [PATCH 0/2] updating curl http/2 header matching (again),
Jeff King
- [PATCH] cache: add fake_lstat(),
Junio C Hamano
- skip-worktree autostash on pull,
Blake Campbell
- [PATCH 0/4] merge-ort unused parameter cleanups,
Jeff King
- [PATCH] doc: pull: improve rebase=false documentation,
Dragan Simic
- [BUG] `git push` sends unnecessary objects,
Javier Mora
What's cooking in git.git (Sep 2023, #04; Tue, 12),
Junio C Hamano
[RFC PATCH] Not computing changed path filter for root commits,
Jonathan Tan
[PATCH 0/1] git-grep: improve the --show-function behaviour,
Oleg Nesterov
[PATCH] t3404-rebase-interactive.sh: fix name of a rewording test,
Oswald Buddenhagen
Commit dates on conflict markers,
Roger Light
[PATCH] diff --stat: add config option to limit filename width,
Dragan Simic
Idea: indirect authorship info,
Yawar Amin
[PATCH] maintenance(systemd): support the Windows Subsystem for Linux, Johannes Schindelin via GitGitGadget
[bug] git clone command leaves orphaned ssh process,
Max Amelchenko
[PATCH 0/2] fix GIT_TEST_SANITIZE_LEAK_LOG=true,
Rubén Justo
[PATCH 1/2] parse-options: add int value pointer to struct option,
René Scharfe
Regression in git diff with stdin, with -R,
Martin Storsjö
[PATCH] completion: improve doc for complex aliases,
Philippe Blain via GitGitGadget
[PATCH 0/2] diff-merges: introduce '-d' option,
Sergey Organov
[RFC][PATCH 0/32] SHA256 and SHA1 interoperability,
Eric W. Biederman
- [PATCH 02/32] doc hash-function-transition: Replace compatObjectFormat with compatMap, Eric W. Biederman
- [PATCH 04/32] object-name: Initial support for ^{sha1} and ^{sha256}, Eric W. Biederman
- [PATCH 06/32] repository: Implement core.compatMap, Eric W. Biederman
- [PATCH 07/32] loose: add a mapping between SHA-1 and SHA-256 for loose objects, Eric W. Biederman
- [PATCH 19/32] object-file-convert: convert tag commits when writing, Eric W. Biederman
- [PATCH 20/32] builtin/cat-file: Let the oid determine the output algorithm, Eric W. Biederman
- [PATCH 22/32] object-file: Handle compat objects in check_object_signature, Eric W. Biederman
- [PATCH 26/32] object-file-convert: Implement convert_object_file_{begin,step,end}, Eric W. Biederman
- [PATCH 27/32] builtin/fast-import: compute compatibility hashs for imported objects, Eric W. Biederman
- [PATCH 29/32] builtin/index-pack: Compute the compatibility hash, Eric W. Biederman
- [PATCH 31/32] unpack-objects: Update to compute and write the compatibility hashes, Eric W. Biederman
- [PATCH 16/32] object: Factor out parse_mode out of fast-import and tree-walk into in object.h, Eric W. Biederman
- [PATCH 10/32] bulk-checkin: Only accept blobs, Eric W. Biederman
- [PATCH 23/32] builtin/ls-tree: Let the oid determine the output algorithm, Eric W. Biederman
- [PATCH 12/32] bulk-checkin: hash object with compatibility algorithm, Eric W. Biederman
- [PATCH 14/32] commit: write commits for both hashes, Eric W. Biederman
- [PATCH 03/32] object-file-convert: Stubs for converting from one object format to another, Eric W. Biederman
- [PATCH 08/32] loose: Compatibilty short name support, Eric W. Biederman
- [PATCH 01/32] doc hash-file-transition: A map file for mapping between sha1 and sha256, Eric W. Biederman
- [PATCH 15/32] cache: add a function to read an OID of a specific algorithm, Eric W. Biederman
- [PATCH 32/32] object-file-convert: Implement repo_submodule_oid_to_algop, Eric W. Biederman
- [PATCH 30/32] builtin/index-pack: Make the stack in compute_compat_oid explicit, Eric W. Biederman
- [PATCH 28/32] builtin/index-pack: Add a simple oid index, Eric W. Biederman
- [PATCH 25/32] pack-compat-map: Add support for .compat files of a packfile, Eric W. Biederman
- [PATCH 21/32] tree-walk: init_tree_desc take an oid to get the hash algorithm, Eric W. Biederman
- [PATCH 18/32] object-file-convert: convert commit objects when writing, Eric W. Biederman
- [PATCH 24/32] builtin/pack-objects: Communicate the compatibility hash through struct pack_idx_entry, Eric W. Biederman
- [PATCH 17/32] object-file-convert: add a function to convert trees between algorithms, Eric W. Biederman
- [PATCH 09/32] object-file: Update the loose object map when writing loose objects, Eric W. Biederman
- [PATCH 11/32] pack: Communicate the compat_oid through struct pack_idx_entry, Eric W. Biederman
- [PATCH 05/32] repository: add a compatibility hash algorithm, Eric W. Biederman
- [PATCH 13/32] object-file: Add a compat_oid_in parameter to write_object_file_flags, Eric W. Biederman
- Re: [RFC][PATCH 0/32] SHA256 and SHA1 interoperability, Eric W. Biederman
- Re: [RFC][PATCH 0/32] SHA256 and SHA1 interoperability, brian m. carlson
- Re: [RFC][PATCH 0/32] SHA256 and SHA1 interoperability, Junio C Hamano
[PATCH] revision: add `--ignore-missing-links` user option,
Karthik Nayak
[PATCH v3 0/6] Introduce Git Standard Library, Calvin Wan
[PATCH] completion(switch/checkout): treat --track and -t the same,
Johannes Schindelin via GitGitGadget
[PATCH] start_command: reset disposition of all signals in child,
Phillip Wood via GitGitGadget
Please explain avoiding history simplifications when diffing merges,
Magnus Holmgren
[PATCH 0/2] repack: implement `--cruft-max-size`,
Taylor Blau
[PATCH] grep: reject --no-or,
René Scharfe
[PATCH] completion: commit: complete configured trailer tokens,
Philippe Blain via GitGitGadget
[PATCH] rebase -i: ignore signals when forking subprocesses,
Phillip Wood via GitGitGadget
What's cooking in git.git (Sep 2023, #02; Tue, 5),
Junio C Hamano
[PATCH 0/8] repack: refactor pack snapshot-ing logic,
Taylor Blau
- [PATCH 2/8] builtin/repack.c: extract marking packs for deletion, Taylor Blau
- [PATCH 3/8] builtin/repack.c: extract redundant pack cleanup for --geometric, Taylor Blau
- [PATCH 1/8] builtin/repack.c: extract structure to store existing packs, Taylor Blau
- [PATCH 5/8] builtin/repack.c: extract `has_existing_non_kept_packs()`, Taylor Blau
- [PATCH 4/8] builtin/repack.c: extract redundant pack cleanup for existing packs, Taylor Blau
- [PATCH 6/8] builtin/repack.c: store existing cruft packs separately, Taylor Blau
- [PATCH 7/8] builtin/repack.c: drop `DELETE_PACK` macro, Taylor Blau
- [PATCH 8/8] builtin/repack.c: extract common cruft pack loop, Taylor Blau
- Re: [PATCH 0/8] repack: refactor pack snapshot-ing logic, Jeff King
- [PATCH v2 0/8] repack: refactor pack snapshot-ing logic, Taylor Blau
- [PATCH v2 1/8] builtin/repack.c: extract structure to store existing packs, Taylor Blau
- [PATCH v2 2/8] builtin/repack.c: extract marking packs for deletion, Taylor Blau
- [PATCH v2 3/8] builtin/repack.c: extract redundant pack cleanup for --geometric, Taylor Blau
- [PATCH v2 4/8] builtin/repack.c: extract redundant pack cleanup for existing packs, Taylor Blau
- [PATCH v2 5/8] builtin/repack.c: extract `has_existing_non_kept_packs()`, Taylor Blau
- [PATCH v2 6/8] builtin/repack.c: store existing cruft packs separately, Taylor Blau
- [PATCH v2 8/8] builtin/repack.c: extract common cruft pack loop, Taylor Blau
- [PATCH v2 7/8] builtin/repack.c: avoid directly inspecting "util", Taylor Blau
- Re: [PATCH v2 0/8] repack: refactor pack snapshot-ing logic, Junio C Hamano
- Re: [PATCH v2 0/8] repack: refactor pack snapshot-ing logic, Christian Couder
[PATCH 1/1] doc/diff-options: fix link to generating patch section,
Sergey Organov
git clone command leaves orphaned ssh process on system, Max Amelchenko
[PATCH] show doc: redirect user to git log manual instead of git diff-tree,
Han Young
git gui - add new tool command not working, Riza Dindir
[PATCH] advice: improve hint for diverging branches.,
Konstantin Pereiaslov via GitGitGadget
Is "bare"ness in the context of multiple worktrees weird? Bitmap error in git gc.,
Tao Klerks
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]