Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v3 1/3] diff-merges: improve --diff-merges documentation, (continued)
- [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
- Need help on building git with static libz.a,
rsbecker
- [PATCH] ci(linux-asan-ubsan): let's save some time,
Johannes Schindelin via GitGitGadget
- Strange diff-index with fsmonitor, submodules,
Jonathan Tan
- Submodule update fetching with outer repo's default branch,
Scott Shawcroft
- [PATCH 0/4] pack-objects: support `--max-pack-size` for cruft packs,
Taylor Blau
- [PATCH 0/22] YAUPS: Yet Another Unused Parameter Series,
Jeff King
- [PATCH 01/22] sequencer: use repository parameter in short_commit_name(), Jeff King
- [PATCH 03/22] ref-filter: mark unused parameters in parser callbacks, Jeff King
- [PATCH 06/22] commit-graph: mark unused data parameters in generation callbacks, Jeff King
- [PATCH 02/22] sequencer: mark repository argument as unused, Jeff King
- [PATCH 04/22] pack-bitmap: mark unused parameters in show_object callback, Jeff King
- [PATCH 08/22] stash: mark unused parameter in diff callback, Jeff King
- [PATCH 05/22] worktree: mark unused parameters in each_ref_fn callback, Jeff King
- [PATCH 07/22] ls-tree: mark unused parameter in callback, Jeff King
- [PATCH 18/22] credential: mark unused parameter in urlmatch callback, Jeff King
- [PATCH 10/22] trace2: mark unused config callback parameter, Jeff King
- [PATCH 15/22] worktree: mark unused parameters in noop repair callback, Jeff King
- [PATCH 14/22] negotiator/noop: mark unused callback parameters, Jeff King
- [PATCH 09/22] trace2: mark unused us_elapsed_absolute parameters, Jeff King
- [PATCH 17/22] grep: mark unused parmaeters in pcre fallbacks, Jeff King
- [PATCH 12/22] grep: mark unused parameter in output function, Jeff King
- [PATCH 11/22] test-trace2: mark unused argv/argc parameters, Jeff King
- [PATCH 13/22] add-interactive: mark unused callback parameters, Jeff King
- [PATCH 16/22] imap-send: mark unused parameters with NO_OPENSSL, Jeff King
- [PATCH 21/22] gc: mark unused descriptors in scheduler callbacks, Jeff King
- [PATCH 19/22] fetch: mark unused parameter in ref_transaction callback, Jeff King
- [PATCH 20/22] bundle-uri: mark unused parameters in callbacks, Jeff King
- [PATCH 22/22] update-ref: mark unused parameter in parser callbacks, Jeff King
- Re: [PATCH 0/22] YAUPS: Yet Another Unused Parameter Series, Taylor Blau
- [PATCH v2 0/22] Yet Another Unused Parameter Series, Jeff King
- [PATCH v2 01/22] sequencer: use repository parameter in short_commit_name(), Jeff King
- [PATCH v2 02/22] sequencer: mark repository argument as unused, Jeff King
- [PATCH v2 05/22] worktree: mark unused parameters in each_ref_fn callback, Jeff King
- [PATCH v2 07/22] ls-tree: mark unused parameter in callback, Jeff King
- [PATCH v2 06/22] commit-graph: mark unused data parameters in generation callbacks, Jeff King
- [PATCH v2 04/22] pack-bitmap: mark unused parameters in show_object callback, Jeff King
- [PATCH v2 03/22] ref-filter: mark unused parameters in parser callbacks, Jeff King
- [PATCH v2 11/22] test-trace2: mark unused argv/argc parameters, Jeff King
- [PATCH v2 08/22] stash: mark unused parameter in diff callback, Jeff King
- [PATCH v2 09/22] trace2: mark unused us_elapsed_absolute parameters, Jeff King
- [PATCH v2 10/22] trace2: mark unused config callback parameter, Jeff King
- [PATCH v2 12/22] grep: mark unused parameter in output function, Jeff King
- [PATCH v2 13/22] add-interactive: mark unused callback parameters, Jeff King
- [PATCH v2 16/22] imap-send: mark unused parameters with NO_OPENSSL, Jeff King
- [PATCH v2 18/22] credential: mark unused parameter in urlmatch callback, Jeff King
- [PATCH v2 15/22] worktree: mark unused parameters in noop repair callback, Jeff King
- [PATCH v2 20/22] bundle-uri: mark unused parameters in callbacks, Jeff King
- [PATCH v2 21/22] gc: mark unused descriptors in scheduler callbacks, Jeff King
- [PATCH v2 19/22] fetch: mark unused parameter in ref_transaction callback, Jeff King
- [PATCH v2 22/22] update-ref: mark unused parameter in parser callbacks, Jeff King
- [PATCH v2 14/22] negotiator/noop: mark unused callback parameters, Jeff King
- [PATCH v2 17/22] grep: mark unused parmaeters in pcre fallbacks, Jeff King
- Re: [PATCH v2 0/22] Yet Another Unused Parameter Series, Junio C Hamano
- What's cooking in git.git (Aug 2023, #07; Fri, 25), Junio C Hamano
- What's cooking in git.git (Aug 2023, #08; Mon, 28), Junio C Hamano
- [PATCH v2] builtin/log.c: prepend "RFC" on --rfc,
Drew DeVault
- [PATCH] builtin/log.c: prepend "RFC" on --rfc,
Drew DeVault
- PATCH] parse-options: allow omitting option help text,
René Scharfe
- confused git diff -G,
Alexei Podtelezhnikov
- [PATCH 0/4] code clean-up for rerere,
Junio C Hamano
- [PATCH 0/3] leak tests: mark remaining tests leak-free as such,
Taylor Blau
- [GIT PULL] git-gui pull request; also, call for a new maintainer,
Pratyush Yadav
- diff alias which used to work in version 2.27, failing from version 2.28 onwards,
Reverdell Auriane
- Git credential-cache manager is not treating `path=` correctly,
Gabriel Nützi
- 2.43 release date adjustment?,
Taylor Blau
- [PATCH] submodule: deprecate --recurse-submodules="",
Alex Henrie
- FYI: git issues with libcurl 8.0/1 HTTPS push,
Daniel Stenberg
- [PATCH] .github/workflows: add coverity action,
Taylor Blau
- [PATCH 00/15] bloom: changed-path Bloom filters v2,
Taylor Blau
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]