Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH] attr: attr.allowInvalidSource config to allow invalid revision,
John Cai via GitGitGadget
- [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
- Potential bug in `git checkout --quiet`,
Radovan Haluška
- Azure Repos, M Hickford
- [PATCH] var: avoid a segmentation fault when `HOME` is unset,
Johannes Schindelin via GitGitGadget
- Re: [PATCH 1/2] am: pay attention to user-defined context size, tony raynes
- [PATCH] sequencer: remove unreachable exit condition in pick_commits(),
Oswald Buddenhagen
- [PATCH] sequencer: update abort safety file more sparingly,
Oswald Buddenhagen
- [PATCH] sequencer: fix error message on failure to copy SQUASH_MSG,
Oswald Buddenhagen
- [PATCH] grep: use OPT_INTEGER_F for --max-depth,
René Scharfe
- [PATCH] name-rev: use OPT_HIDDEN_BOOL for --peel-tag,
René Scharfe
- [RFC] New configuration option "diff.statNameWidth",
Dragan Simic
- What's cooking in git.git (Sep 2023, #01; Fri, 1), Junio C Hamano
- [ANNOUNCE] Git Rev News edition 102, Christian Couder
- [PATCH] ref-filter: sort numerically when ":size" is used,
Kousik Sanagavarapu
- move from gitscm to github with Eclipse, Chamberlain, Anthony
- Re: Problem: `fatal: too-short tree object` when executing hash-object on tree,
Johannes Sixt
- [REGRESSION] Can't clone GitHub repos (fetch-pack error) due to avoiding deprecated OpenSSL SHA-1 routines,
Bagas Sanjaya
- Is there a way to get the "format-patch" formatted file name?,
Vít Ondruch
- [PATCH 0/8] more unused parameters in parseopt callbacks,
Jeff King
- [PATCH 1/8] merge: make xopts a strvec, Jeff King
- [PATCH 2/8] merge: simplify parsing of "-n" option, Jeff King
- [PATCH 3/8] parse-options: prefer opt->value to globals in callbacks, Jeff King
- [PATCH 4/8] parse-options: mark unused "opt" parameter in callbacks, Jeff King
- [PATCH 5/8] merge: do not pass unused opt->value parameter, Jeff King
- [PATCH 6/8] parse-options: add more BUG_ON() annotations, Jeff King
- [PATCH 7/8] interpret-trailers: mark unused "unset" parameters in option callbacks, Jeff King
- [PATCH 8/8] parse-options: mark unused parameters in noop callback, Jeff King
- [PATCH v2 0/10] more unused parameters in parseopt callbacks, Jeff King
- [PATCH v2 02/10] merge: simplify parsing of "-n" option, Jeff King
- [PATCH v2 03/10] format-patch: use OPT_STRING_LIST for to/cc options, Jeff King
- [PATCH v2 01/10] merge: make xopts a strvec, Jeff King
- [PATCH v2 04/10] checkout-index: delay automatic setting of to_tempfile, Jeff King
- [PATCH v2 05/10] parse-options: prefer opt->value to globals in callbacks, Jeff King
- [PATCH v2 06/10] parse-options: mark unused "opt" parameter in callbacks, Jeff King
- [PATCH v2 07/10] merge: do not pass unused opt->value parameter, Jeff King
- [PATCH v2 08/10] parse-options: add more BUG_ON() annotations, Jeff King
- [PATCH v2 09/10] interpret-trailers: mark unused "unset" parameters in option callbacks, Jeff King
- [PATCH v2 10/10] parse-options: mark unused parameters in noop callback, Jeff King
- [PATCH 0/10] tree name and depth limits,
Jeff King
- [PATCH 01/10] tree-walk: reduce stack size for recursive functions, Jeff King
- [PATCH 02/10] tree-walk: drop MAX_TRAVERSE_TREES macro, Jeff King
- [PATCH 03/10] tree-walk: rename "error" variable, Jeff King
- [PATCH 04/10] fsck: detect very large tree pathnames, Jeff King
- [PATCH 05/10] add core.maxTreeDepth config, Jeff King
- [PATCH 06/10] traverse_trees(): respect max_allowed_tree_depth, Jeff King
- [PATCH 07/10] read_tree(): respect max_allowed_tree_depth, Jeff King
- [PATCH 08/10] list-objects: respect max_allowed_tree_depth, Jeff King
- [PATCH 09/10] tree-diff: respect max_allowed_tree_depth, Jeff King
- [PATCH 10/10] lower core.maxTreeDepth default to 2048, Jeff King
- [PATCH 0/4] CMake(Visual C) support for js/doc-unit-tests,
Johannes Schindelin via GitGitGadget
- [PATCH 0/2] replacing ci/config/allow-ref with a repo variable,
Jeff King
- [PATCH v4] format-patch: --rfc honors what --subject-prefix sets,
Drew DeVault
- Draft of Git Rev News edition 102, Christian Couder
- [ANNOUNCE] Git for Windows 2.42.0(2), Johannes Schindelin
- Retiring Review Club, Calvin Wan
- Can not `git stash push -- .`, Eugen Konkov
- [PATCH git v3] builtin/log.c: prepend "RFC" on --rfc,
Drew DeVault
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]