Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v4 2/3] builtin/commit.c: refactor --trailer logic, (continued)
- [PATCH 00/13] builtin: implement, document and test url-parse,
Matheus Moreira via GitGitGadget
- [PATCH 01/13] url: move helper function to URL header and source, Matheus Afonso Martins Moreira via GitGitGadget
- [PATCH 02/13] urlmatch: define url_parse function, Matheus Afonso Martins Moreira via GitGitGadget
- [PATCH 03/13] builtin: create url-parse command, Matheus Afonso Martins Moreira via GitGitGadget
- [PATCH 04/13] url-parse: add URL parsing helper function, Matheus Afonso Martins Moreira via GitGitGadget
- [PATCH 05/13] url-parse: enumerate possible URL components, Matheus Afonso Martins Moreira via GitGitGadget
- [PATCH 06/13] url-parse: define component extraction helper fn, Matheus Afonso Martins Moreira via GitGitGadget
- [PATCH 07/13] url-parse: define string to component converter fn, Matheus Afonso Martins Moreira via GitGitGadget
- [PATCH 08/13] url-parse: define usage and options, Matheus Afonso Martins Moreira via GitGitGadget
- [PATCH 09/13] url-parse: parse options given on the command line, Matheus Afonso Martins Moreira via GitGitGadget
- [PATCH 10/13] url-parse: validate all given git URLs, Matheus Afonso Martins Moreira via GitGitGadget
- [PATCH 11/13] url-parse: output URL components selected by user, Matheus Afonso Martins Moreira via GitGitGadget
- [PATCH 12/13] Documentation: describe the url-parse builtin, Matheus Afonso Martins Moreira via GitGitGadget
- [PATCH 13/13] tests: add tests for the new url-parse builtin, Matheus Afonso Martins Moreira via GitGitGadget
- Re: [PATCH 00/13] builtin: implement, document and test url-parse, Torsten Bögershausen
- Git-GUI change of maintainership,
Johannes Sixt
- [PATCH 0/2] Test fixes when running with zsh in sh mode,
brian m. carlson
- Git Bug Report: git credential 'url' parsing clear other fields,
Thomas Desveaux
- [PATCH] doc: clarify practices for submitting updated patch versions,
Justin Tobler
- [PATCH] completion: fix zsh parsing $GIT_PS1_SHOWUPSTREAM,
Thomas via GitGitGadget
- Use of Git with local folders,
Felipe Bustamante
- Issue related to git submodules, tracking branches and custom remote names, Sergiu Todirascu
- [PATCH v3 1/3] completion: add 'symbolic-ref',
Roland Hieber
- [PATCH v2 1/2] completion: add 'symbolic-ref',
Roland Hieber
- [PATCH 1/2] completion: add 'symbolic-ref',
Roland Hieber
- [ANNOUNCE] Git for Windows 2.45.0-rc1, Johannes Schindelin
- [ANNOUNCE] Git v2.45.0-rc1,
Junio C Hamano
- What's cooking in git.git (Apr 2024, #09; Tue, 23), Junio C Hamano
- [PATCH] Documentation/RelNotes/2.45.0.txt: fix typo, Taylor Blau
- Git Bug Report: git add --patch > "e" makes keyboard unresponsive,
Dan Demp
- Stashing just index..working-copy rather than HEAD..working-copy?,
Tim Chase
- Zsh completion: cached __git_repo_path affects shell session, breaks completion, D. Ben Knoble
- [PATCH 0/2] advice: add "all" option to disable all hints,
James Liu
- What's cooking in git.git (Apr 2024, #08; Mon, 22), Junio C Hamano
- Re: [PATCH] osxkeychain: restrict queries to requests with a valid host,
Calvin Wan
- SVN to Git migration fails possibly due to branch renames and deletes, Svanur Jóhannesson
- [PATCH] stash: fix "--staged" with binary files,
Adam Johnson via GitGitGadget
- [PATCH 0/2] docs: improvements for Git v2.45 changelog,
Patrick Steinhardt
- [[PATCH] [RESUBMIT 2nd] Consistency for substitution hints (i18n) 0/1],
Alexander Shopov
- [[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
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]