Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
[[PATCH] [RESUBMIT] Consistency for substitution hints (i18n) 0/1],
Alexander Shopov
[PATCH] Consistency for substitution hints (i18n) 0/1,
Alexander Shopov
[PATCH] don't report vsnprintf(3) error as bug,
René Scharfe
[PATCH 0/4] mark t3701-add-interactive.sh as leak-free,
Rubén Justo
Building with PGO: concurrency and test data,
intelfx
[PATCH] docs: remove duplicate entry and fix typo in 2.45 changelog,
Orgad Shaneh via GitGitGadget
Re: [Announce] Git 2.45.0-rc0, rsbecker
Why conflict when merge a branch that the directory is unmodified,
wuzhouhui14
Possible git-diff bug when using exit-code with diff filters,
German Lashevich
[ANNOUNCE] Git for Windows 2.45.0-rc0, Johannes Schindelin
What's cooking in git.git (Apr 2024, #07; Fri, 19), Junio C Hamano
[BUG?] "format-patch --range-diff=$commit HEAD^ HEAD" fails,
Junio C Hamano
[ANNOUNCE] Git v2.45.0-rc0, Junio C Hamano
[PATCH 00/11] Stop relying on SHA1 fallback for `the_hash_algo`,
Patrick Steinhardt
- [PATCH 01/11] path: harden validation of HEAD with non-standard hashes, Patrick Steinhardt
- [PATCH 02/11] parse-options-cb: only abbreviate hashes when hash algo is known, Patrick Steinhardt
- [PATCH 03/11] attr: don't recompute default attribute source, Patrick Steinhardt
- [PATCH 04/11] attr: fix BUG() when parsing attrs outside of repo, Patrick Steinhardt
- [PATCH 05/11] remote-curl: fix parsing of detached SHA256 heads, Patrick Steinhardt
- [PATCH 06/11] builtin/rev-parse: allow shortening to more than 40 hex characters, Patrick Steinhardt
- [PATCH 07/11] builtin/blame: don't access potentially unitialized `the_hash_algo`, Patrick Steinhardt
- [PATCH 08/11] builtin/bundle: abort "verify" early when there is no repository, Patrick Steinhardt
- [PATCH 09/11] builtin/diff: explicitly set hash algo when there is no repo, Patrick Steinhardt
- [PATCH 10/11] builtin/shortlog: don't set up revisions without repo, Patrick Steinhardt
- [PATCH 11/11] repository: stop setting SHA1 as the default object hash, Patrick Steinhardt
- Re: [PATCH 00/11] Stop relying on SHA1 fallback for `the_hash_algo`, brian m. carlson
- [PATCH v2 00/12] Stop relying on SHA1 fallback for `the_hash_algo`, Patrick Steinhardt
- [PATCH v2 01/12] path: harden validation of HEAD with non-standard hashes, Patrick Steinhardt
- [PATCH v2 02/12] path: move `validate_headref()` to its only user, Patrick Steinhardt
- [PATCH v2 03/12] parse-options-cb: only abbreviate hashes when hash algo is known, Patrick Steinhardt
- [PATCH v2 04/12] attr: don't recompute default attribute source, Patrick Steinhardt
- [PATCH v2 05/12] attr: fix BUG() when parsing attrs outside of repo, Patrick Steinhardt
- [PATCH v2 06/12] remote-curl: fix parsing of detached SHA256 heads, Patrick Steinhardt
- [PATCH v2 07/12] builtin/rev-parse: allow shortening to more than 40 hex characters, Patrick Steinhardt
- [PATCH v2 08/12] builtin/blame: don't access potentially unitialized `the_hash_algo`, Patrick Steinhardt
- [PATCH v2 09/12] builtin/bundle: abort "verify" early when there is no repository, Patrick Steinhardt
- [PATCH v2 10/12] builtin/diff: explicitly set hash algo when there is no repo, Patrick Steinhardt
- [PATCH v2 11/12] builtin/shortlog: don't set up revisions without repo, Patrick Steinhardt
- [PATCH v2 12/12] repository: stop setting SHA1 as the default object hash, Patrick Steinhardt
- Re: [PATCH v2 00/12] Stop relying on SHA1 fallback for `the_hash_algo`, Junio C Hamano
- [PATCH v3 00/13] Stop relying on SHA1 fallback for `the_hash_algo`, Patrick Steinhardt
- [PATCH v3 01/13] path: harden validation of HEAD with non-standard hashes, Patrick Steinhardt
- [PATCH v3 02/13] path: move `validate_headref()` to its only user, Patrick Steinhardt
- [PATCH v3 03/13] parse-options-cb: only abbreviate hashes when hash algo is known, Patrick Steinhardt
- [PATCH v3 04/13] attr: don't recompute default attribute source, Patrick Steinhardt
- [PATCH v3 05/13] attr: fix BUG() when parsing attrs outside of repo, Patrick Steinhardt
- [PATCH v3 06/13] remote-curl: fix parsing of detached SHA256 heads, Patrick Steinhardt
- [PATCH v3 07/13] builtin/rev-parse: allow shortening to more than 40 hex characters, Patrick Steinhardt
- [PATCH v3 08/13] builtin/blame: don't access potentially unitialized `the_hash_algo`, Patrick Steinhardt
- [PATCH v3 09/13] builtin/bundle: abort "verify" early when there is no repository, Patrick Steinhardt
- [PATCH v3 10/13] builtin/diff: explicitly set hash algo when there is no repo, Patrick Steinhardt
- [PATCH v3 11/13] builtin/shortlog: don't set up revisions without repo, Patrick Steinhardt
- [PATCH v3 12/13] oss-fuzz/commit-graph: set up hash algorithm, Patrick Steinhardt
- [PATCH v3 13/13] repository: stop setting SHA1 as the default object hash, Patrick Steinhardt
- [PATCH v4 00/13] Stop relying on SHA1 fallback for `the_hash_algo`, Patrick Steinhardt
- [PATCH v4 01/13] path: harden validation of HEAD with non-standard hashes, Patrick Steinhardt
- [PATCH v4 02/13] path: move `validate_headref()` to its only user, Patrick Steinhardt
- [PATCH v4 03/13] parse-options-cb: only abbreviate hashes when hash algo is known, Patrick Steinhardt
- [PATCH v4 04/13] attr: don't recompute default attribute source, Patrick Steinhardt
- [PATCH v4 05/13] attr: fix BUG() when parsing attrs outside of repo, Patrick Steinhardt
- [PATCH v4 06/13] remote-curl: fix parsing of detached SHA256 heads, Patrick Steinhardt
- [PATCH v4 07/13] builtin/rev-parse: allow shortening to more than 40 hex characters, Patrick Steinhardt
- [PATCH v4 08/13] builtin/blame: don't access potentially unitialized `the_hash_algo`, Patrick Steinhardt
- [PATCH v4 09/13] builtin/bundle: abort "verify" early when there is no repository, Patrick Steinhardt
- [PATCH v4 10/13] builtin/diff: explicitly set hash algo when there is no repo, Patrick Steinhardt
- [PATCH v4 11/13] builtin/shortlog: don't set up revisions without repo, Patrick Steinhardt
- [PATCH v4 12/13] oss-fuzz/commit-graph: set up hash algorithm, Patrick Steinhardt
- [PATCH v4 13/13] repository: stop setting SHA1 as the default object hash, Patrick Steinhardt
[PATCH] format-patch: ensure that --rfc and -k are mutually exclusive,
Dragan Simic
[PATCH] format-patch: allow --rfc to optionally take a value, like --rfc=WIP,
Junio C Hamano
[PATCH 0/4] upload-pack: support a missing-action,
Christian Couder
[PATCH 0/5] rebase -m: fix --signoff with conflicts,
Phillip Wood
What's cooking in git.git (Apr 2024, #06; Wed, 17), Junio C Hamano
[PATCH 0/2] Use a "best effort" strategy in scheduled maintenance,
Johannes Schindelin via GitGitGadget
[PATCH 0/2] builtin/receive-pack: convert to use git-maintenance(1),
Patrick Steinhardt
[PATCH 0/4] format-patch: fix an option coexistence bug and add new --resend option,
Dragan Simic
[PATCH] mailmap: change primary address for Linus Arver, Linus Arver via GitGitGadget
[PATCH] apply: avoid using fixed-size buffer in write_out_one_reject(),
René Scharfe
[ANNOUNCE] Garden v1.5.0 released!, David Aguilar
[RFC PATCH] doc: describe the project's decision-making process,
Josh Steadmon
[PATCH v4] bisect: report the found commit with "show", Peter Krefting
[PATCH] add-patch: response to invalid option,
Rubén Justo
Unexpected behavior with the rev-parse operation,
Toru Okugawa
[PATCH 0/5] global: drop external `the_index` variable,
Patrick Steinhardt
prepare-commit-msg hook during rebase,
Michael J Gruber
[L10N] Kickoff for Git 2.45.0,
Jiang Xin
[PATCH] Documentation: fix linkgit reference,
Yehezkel Bernat via GitGitGadget
[PATCH] imap-send: increase command size limit,
René Scharfe
[PATCH] git-compat-util: fix NO_OPENSSL on current macOS,
René Scharfe
[PATCH v3] bisect: report the found commit with "show",
Peter Krefting
What's cooking in git.git (Apr 2024, #05; Fri, 12),
Junio C Hamano
[PATCH] merge-tree: fix argument type of the `--merge-base` option,
Johannes Schindelin via GitGitGadget
[PATCH] Documentation: fix typos describing date format,
blanet via GitGitGadget
fast-import interface issues, Elliott Mitchell
Reply, Barbara Walker
Short form of --force-with-lease,
Wyatt Carpenter
[BUG] Clones from local repositories do not work correctly under Windows,
L. E. Segovia
Gift of Acoustic Instrument, Lori Cozzi
I think there is a diference between git version 2.44.0.windows.1 behavior and the git doc page., Alexander Valles
[ANNOUNCE] Virtual Contributor's Summit 2024,
Taylor Blau
"git stash pop -k", Windl, Ulrich
Wrong coloring for "git log --oneline --graph --decorate --all"?, Windl, Ulrich
[PATCH v6 0/2] send-email: make produced outputs more readable,
Dragan Simic
What's cooking in git.git (Apr 2024, #04; Tue, 9),
Junio C Hamano
[PATCH 0/3] Cleanup rebase signoff tests,
Phillip Wood via GitGitGadget
git bug Report: Inconsistent behavior caused by [] in.gitignore, =?gb18030?b?Z29yZG9ud3dhbmc=?=
[PATCH] pack-bitmap: gracefully handle missing BTMP chunks,
Patrick Steinhardt
[PATCH] mailsplit add option to include sanitized subject in filename,
Jacob Keller
[PATCH] launch_editor: waiting message on error,
Rubén Justo
[RFC] Avaiable disk space when automatic garbage collection kicks in,
Dragan Simic
[BUG] fast-import crash on refs to in-flight commit SHA1, Marc Becker
Makefiles are broken as of GNU Make commit 07fcee35f058a876447c8a021f9eb1943f902534,
Dario Gjorgjevski
[PATCH] typo: Replace 'commitish' with 'committish',
Pi Fisher
[PATCH] MyFirstContribution: use switch for changing branches,
Benji Fisher
What are good reasons to use trunk-based dev, as opposed to release branch to release branch?,
David Karr
[PATCH] midx: disable replace objects,
blanet via GitGitGadget
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]