Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH 02/11] doc: trailer: swap verb order, (continued)
- [PATCH 02/11] doc: trailer: swap verb order, Linus Arver via GitGitGadget
- [PATCH 01/11] doc: trailer: fix grammar, Linus Arver via GitGitGadget
- [PATCH 03/11] doc: trailer: --no-divider: more precise language, Linus Arver via GitGitGadget
- [PATCH 05/11] doc: trailer: remove redundant phrasing, Linus Arver via GitGitGadget
- [PATCH 04/11] doc: trailer: explain "commit mesage part" on first usage, Linus Arver via GitGitGadget
- [PATCH 07/11] doc: trailer: use angle brackets for <token> and <value>, Linus Arver via GitGitGadget
- [PATCH 06/11] doc: trailer: trailer.<token>.cmd: add missing verb phrase, Linus Arver via GitGitGadget
- [PATCH 08/11] doc: trailer.<token>.command: refer to existing example, Linus Arver via GitGitGadget
- [PATCH 09/11] doc: trailer.<token>.command: emphasize deprecation, Linus Arver via GitGitGadget
- [PATCH 11/11] doc: trailer: add more examples in DESCRIPTION, Linus Arver via GitGitGadget
- [PATCH 10/11] doc: trailer: mention 'key' in DESCRIPTION, Linus Arver via GitGitGadget
- Re: [PATCH 00/11] docs: interpret-trailers: reword and add examples, Junio C Hamano
- [PATCH v2 0/9] docs: interpret-trailers: reword and add examples, Linus Arver via GitGitGadget
- [PATCH v2 1/9] doc: trailer: fix grammar, Linus Arver via GitGitGadget
- [PATCH v2 2/9] doc: trailer: swap verb order, Linus Arver via GitGitGadget
- [PATCH v2 3/9] doc: trailer: drop "commit message part" phrasing, Linus Arver via GitGitGadget
- [PATCH v2 5/9] doc: trailer: remove redundant phrasing, Linus Arver via GitGitGadget
- [PATCH v2 6/9] doc: trailer: use angle brackets for <token> and <value>, Linus Arver via GitGitGadget
- [PATCH v2 4/9] doc: trailer: examples: avoid the word "message" by itself, Linus Arver via GitGitGadget
- [PATCH v2 9/9] doc: trailer: add more examples in DESCRIPTION, Linus Arver via GitGitGadget
- [PATCH v2 7/9] doc: trailer.<token>.command: emphasize deprecation, Linus Arver via GitGitGadget
- [PATCH v2 8/9] doc: trailer: mention 'key' in DESCRIPTION, Linus Arver via GitGitGadget
- Re: [PATCH v2 0/9] docs: interpret-trailers: reword and add examples, Junio C Hamano
- [PATCH v3 0/9] docs: interpret-trailers: reword and add examples, Linus Arver via GitGitGadget
- [PATCH v3 1/9] doc: trailer: fix grammar, Linus Arver via GitGitGadget
- [PATCH v3 2/9] doc: trailer: swap verb order, Linus Arver via GitGitGadget
- [PATCH v3 3/9] doc: trailer: drop "commit message part" phrasing, Linus Arver via GitGitGadget
- [PATCH v3 4/9] doc: trailer: examples: avoid the word "message" by itself, Linus Arver via GitGitGadget
- [PATCH v3 5/9] doc: trailer: remove redundant phrasing, Linus Arver via GitGitGadget
- [PATCH v3 6/9] doc: trailer: use angle brackets for <token> and <value>, Linus Arver via GitGitGadget
- [PATCH v3 7/9] doc: trailer.<token>.command: emphasize deprecation, Linus Arver via GitGitGadget
- [PATCH v3 8/9] doc: trailer: mention 'key' in DESCRIPTION, Linus Arver via GitGitGadget
- [PATCH v3 9/9] doc: trailer: add more examples in DESCRIPTION, Linus Arver via GitGitGadget
- Re: [PATCH v3 0/9] docs: interpret-trailers: reword and add examples, Christian Couder
- [PATCH v4 0/9] docs: interpret-trailers: reword and add examples, Linus Arver via GitGitGadget
- [PATCH v10 8/8] worktree add: emit warn when there is a bad HEAD, Jacob Abel
- [PATCH v10 7/8] worktree add: extend DWIM to infer --orphan, Jacob Abel
- [PATCH v10 6/8] worktree add: introduce "try --orphan" hint, Jacob Abel
- [PATCH v10 5/8] worktree add: add --orphan flag, Jacob Abel
- [PATCH v10 4/8] t2400: add tests to verify --quiet, Jacob Abel
- [PATCH v10 3/8] t2400: refactor "worktree add" opt exclusion tests, Jacob Abel
- [PATCH v10 0/8] worktree: Support `--orphan` when creating new worktrees,
Jacob Abel
- [PATCH 00/24] Header cleanups (final splitting of cache.h, and some splitting of other headers),
Elijah Newren via GitGitGadget
- [PATCH 02/24] init-db, clone: change unnecessary global into passed parameter, Elijah Newren via GitGitGadget
- [PATCH 01/24] init-db: remove unnecessary global variable & document existing bug, Elijah Newren via GitGitGadget
- [PATCH 05/24] add: modify add_files_to_cache() to avoid globals, Elijah Newren via GitGitGadget
- [PATCH 04/24] read-cache: move shared commit and ls-files code, Elijah Newren via GitGitGadget
- [PATCH 06/24] read-cache: move shared add/checkout/commit code, Elijah Newren via GitGitGadget
- [PATCH 08/24] run-command.h: move declarations for run-command.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH 03/24] setup: adopt shared init-db & clone code, Elijah Newren via GitGitGadget
- [PATCH 07/24] statinfo: move stat_{data,validity} functions from cache/read-cache, Elijah Newren via GitGitGadget
- [PATCH 10/24] sparse-index.h: move declarations for sparse-index.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH 09/24] name-hash.h: move declarations for name-hash.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH 11/24] preload-index.h: move declarations for preload-index.c from elsewhere, Elijah Newren via GitGitGadget
- [PATCH 13/24] merge.h: move declarations for merge.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH 14/24] repository.h: move declaration of the_index from cache.h, Elijah Newren via GitGitGadget
- [PATCH 19/24] diff.h: remove unnecessary include of oidset.h, Elijah Newren via GitGitGadget
- [PATCH 17/24] log-tree: replace include of revision.h with simple forward declaration, Elijah Newren via GitGitGadget
- [PATCH 12/24] diff.h: move declaration for global in diff.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH 15/24] read-cache*.h: move declarations for read-cache.c functions from cache.h, Elijah Newren via GitGitGadget
- [PATCH 21/24] builtin.h: remove unneccessary includes, Elijah Newren via GitGitGadget
- [PATCH 18/24] repository: remove unnecessary include of path.h, Elijah Newren via GitGitGadget
- [PATCH 16/24] cache.h: remove this no-longer-used header, Elijah Newren via GitGitGadget
- [PATCH 20/24] list-objects-filter-options.h: remove unneccessary include, Elijah Newren via GitGitGadget
- [PATCH 22/24] git-compat-util.h: remove unneccessary include of wildmatch.h, Elijah Newren via GitGitGadget
- [PATCH 24/24] fsmonitor-ll.h: split this header out of fsmonitor.h, Elijah Newren via GitGitGadget
- [PATCH 23/24] hash-ll, hashmap: move oidhash() to hash-ll, Elijah Newren via GitGitGadget
- Re: [PATCH 00/24] Header cleanups (final splitting of cache.h, and some splitting of other headers), Junio C Hamano
- Re: [PATCH 00/24] Header cleanups (final splitting of cache.h, and some splitting of other headers), Junio C Hamano
- Re: [PATCH 00/24] Header cleanups (final splitting of cache.h, and some splitting of other headers), Calvin Wan
- [PATCH v2 00/27] Header cleanups (final splitting of cache.h, and some splitting of other headers), Elijah Newren via GitGitGadget
- [PATCH v2 03/27] init-db, clone: change unnecessary global into passed parameter, Elijah Newren via GitGitGadget
- [PATCH v2 02/27] init-db: remove unnecessary global variable, Elijah Newren via GitGitGadget
- [PATCH v2 01/27] init-db: document existing bug with core.bare in template config, Elijah Newren via GitGitGadget
- [PATCH v2 06/27] add: modify add_files_to_cache() to avoid globals, Elijah Newren via GitGitGadget
- [PATCH v2 05/27] read-cache: move shared commit and ls-files code, Elijah Newren via GitGitGadget
- [PATCH v2 09/27] run-command.h: move declarations for run-command.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH v2 04/27] setup: adopt shared init-db & clone code, Elijah Newren via GitGitGadget
- [PATCH v2 07/27] read-cache: move shared add/checkout/commit code, Elijah Newren via GitGitGadget
- [PATCH v2 08/27] statinfo: move stat_{data,validity} functions from cache/read-cache, Elijah Newren via GitGitGadget
- [PATCH v2 11/27] sparse-index.h: move declarations for sparse-index.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH v2 10/27] name-hash.h: move declarations for name-hash.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH v2 13/27] diff.h: move declaration for global in diff.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH v2 12/27] preload-index.h: move declarations for preload-index.c from elsewhere, Elijah Newren via GitGitGadget
- [PATCH v2 15/27] repository.h: move declaration of the_index from cache.h, Elijah Newren via GitGitGadget
- [PATCH v2 14/27] merge.h: move declarations for merge.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH v2 18/27] log-tree: replace include of revision.h with simple forward declaration, Elijah Newren via GitGitGadget
- [PATCH v2 19/27] repository: remove unnecessary include of path.h, Elijah Newren via GitGitGadget
- [PATCH v2 21/27] list-objects-filter-options.h: remove unneccessary include, Elijah Newren via GitGitGadget
- [PATCH v2 17/27] cache.h: remove this no-longer-used header, Elijah Newren via GitGitGadget
- [PATCH v2 16/27] read-cache*.h: move declarations for read-cache.c functions from cache.h, Elijah Newren via GitGitGadget
- [PATCH v2 20/27] diff.h: remove unnecessary include of oidset.h, Elijah Newren via GitGitGadget
- [PATCH v2 23/27] git-compat-util.h: remove unneccessary include of wildmatch.h, Elijah Newren via GitGitGadget
- [PATCH v2 22/27] builtin.h: remove unneccessary includes, Elijah Newren via GitGitGadget
- [PATCH v2 25/27] khash: name the structs that khash declares, Elijah Newren via GitGitGadget
- [PATCH v2 24/27] merge-ll: rename from ll-merge, Elijah Newren via GitGitGadget
- [PATCH v2 27/27] fsmonitor-ll.h: split this header out of fsmonitor.h, Elijah Newren via GitGitGadget
- [PATCH v2 26/27] hash-ll, hashmap: move oidhash() to hash-ll, Elijah Newren via GitGitGadget
- [PATCH v3 00/28] Header cleanups (final splitting of cache.h, and some splitting of other headers), Elijah Newren via GitGitGadget
- [PATCH v3 02/28] init-db: remove unnecessary global variable, Elijah Newren via GitGitGadget
- [PATCH v3 03/28] init-db, clone: change unnecessary global into passed parameter, Elijah Newren via GitGitGadget
- [PATCH v3 01/28] init-db: document existing bug with core.bare in template config, Elijah Newren via GitGitGadget
- [PATCH v3 05/28] read-cache: move shared commit and ls-files code, Elijah Newren via GitGitGadget
- [PATCH v3 06/28] add: modify add_files_to_cache() to avoid globals, Elijah Newren via GitGitGadget
- [PATCH v3 09/28] run-command.h: move declarations for run-command.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH v3 10/28] name-hash.h: move declarations for name-hash.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH v3 07/28] read-cache: move shared add/checkout/commit code, Elijah Newren via GitGitGadget
- [PATCH v3 08/28] statinfo: move stat_{data,validity} functions from cache/read-cache, Elijah Newren via GitGitGadget
- [PATCH v3 04/28] setup: adopt shared init-db & clone code, Elijah Newren via GitGitGadget
- [PATCH v3 15/28] repository.h: move declaration of the_index from cache.h, Elijah Newren via GitGitGadget
- [PATCH v3 12/28] preload-index.h: move declarations for preload-index.c from elsewhere, Elijah Newren via GitGitGadget
- [PATCH v3 11/28] sparse-index.h: move declarations for sparse-index.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH v3 14/28] merge.h: move declarations for merge.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH v3 18/28] log-tree: replace include of revision.h with simple forward declaration, Elijah Newren via GitGitGadget
- [PATCH v3 13/28] diff.h: move declaration for global in diff.c from cache.h, Elijah Newren via GitGitGadget
- [PATCH v3 19/28] repository: remove unnecessary include of path.h, Elijah Newren via GitGitGadget
- [PATCH v3 16/28] read-cache*.h: move declarations for read-cache.c functions from cache.h, Elijah Newren via GitGitGadget
- [PATCH v3 17/28] cache.h: remove this no-longer-used header, Elijah Newren via GitGitGadget
- [PATCH v3 22/28] builtin.h: remove unneccessary includes, Elijah Newren via GitGitGadget
- [PATCH v3 25/28] khash: name the structs that khash declares, Elijah Newren via GitGitGadget
- [PATCH v3 23/28] git-compat-util.h: remove unneccessary include of wildmatch.h, Elijah Newren via GitGitGadget
- [PATCH v3 24/28] merge-ll: rename from ll-merge, Elijah Newren via GitGitGadget
- [PATCH v3 27/28] hash-ll, hashmap: move oidhash() to hash-ll, Elijah Newren via GitGitGadget
- [PATCH v3 28/28] fsmonitor-ll.h: split this header out of fsmonitor.h, Elijah Newren via GitGitGadget
- [PATCH v3 26/28] object-store-ll.h: split this header out of object-store.h, Elijah Newren via GitGitGadget
- [PATCH v3 21/28] list-objects-filter-options.h: remove unneccessary include, Elijah Newren via GitGitGadget
- [PATCH v3 20/28] diff.h: remove unnecessary include of oidset.h, Elijah Newren via GitGitGadget
- Re: [PATCH v3 00/28] Header cleanups (final splitting of cache.h, and some splitting of other headers), Calvin Wan
- [PATCH] subtree: support long global flags,
Josh Soref via GitGitGadget
- [PATCH] t9800: correct misuse of 'show -s --raw' in a test,
Junio C Hamano
- Unable to cross compile git. http.c generating errors.,
PEEX Gamer
- What's cooking in git.git (May 2023, #02; Fri, 5),
Junio C Hamano
- Suggestion to provide a way for screenshots to be added to commit messages,
Shafiq Jetha
[PATCH] doc: merge: improve conflict presentation docs,
Adam Johnson via GitGitGadget
[PATCH] doc: restore: remove note on --patch w/ pathspecs,
Adam Johnson via GitGitGadget
[PATCH 0/2] doc: revisions: fixes and cleanups,
Felipe Contreras
[PATCH] pack-refs: teach --exclude option to exclude refs from being packed,
John Cai via GitGitGadget
[PATCH 0/2] doc: manpage: get rid of an ancient asciidoc workaround,
Felipe Contreras
[PATCH] doc: remove unnecessary newline from callouts, Felipe Contreras
[PATCH] doc: doc-diff: specify date,
Felipe Contreras
git diff -U0 header off-by-one error when deleting no lines,
Lukas Tenbrink
git grep -E doesn't accept \b word boundaries?,
Kevin Ushey
[PATCH v2] docs: clarify git rm --cached function in gitignore note,
Sohom Datta via GitGitGadget
[PATCH] t4013: add expected failure for "log --patch --no-patch",
Sergey Organov
[PATCH] doc: manpage: remove maximum title length,
Felipe Contreras
Re: [PATCH] docs: clarify git rm --cached function in gitignore note,
Sohom
What's cooking in git.git (May 2023, #01; Tue, 2),
Junio C Hamano
[PATCH 0/6] strbuf cleanups,
Calvin Wan
- [PATCH 1/6] abspath: move related functions to abspath, Calvin Wan
- [PATCH 4/6] path: move related function to path, Calvin Wan
- [PATCH 5/6] strbuf: clarify dependency, Calvin Wan
- [PATCH 2/6] credential-store: move related functions to credential-store file, Calvin Wan
- [PATCH 3/6] object-name: move related functions to object-name, Calvin Wan
- [PATCH 6/6] strbuf: remove environment variables, Calvin Wan
- Re: [PATCH 0/6] strbuf cleanups, Junio C Hamano
- Re: [PATCH 0/6] strbuf cleanups, Elijah Newren
- [PATCH v2 0/7] strbuf cleanups, Calvin Wan
- [PATCH v2 1/7] strbuf: clarify API boundary, Calvin Wan
- [PATCH v2 2/7] abspath: move related functions to abspath, Calvin Wan
- [PATCH v2 3/7] credential-store: move related functions to credential-store file, Calvin Wan
- [PATCH v2 5/7] path: move related function to path, Calvin Wan
- [PATCH v2 6/7] strbuf: clarify dependency, Calvin Wan
- [PATCH v2 4/7] object-name: move related functions to object-name, Calvin Wan
- [PATCH v2 7/7] strbuf: remove environment variables, Calvin Wan
- Re: [PATCH v2 0/7] strbuf cleanups, Junio C Hamano
- Re: [PATCH v2 0/7] strbuf cleanups, Elijah Newren
- [PATCH v4 0/7] strbuf cleanups, Calvin Wan
git merge crash "fatal: stash failed" with smudge/clean filters, Joey Hess
cannot checkout file in partial clone on windows, Anthony Sottile
[PATCH] l10n: about box, use `©` directly instead of the escape, Basile Burg via GitGitGadget
[PATCH] RFC: switch: allow same-commit switch during merge if conflicts resolved,
Tao Klerks via GitGitGadget
[RFC PATCH 0/3] test: new testing framework for libification,
Felipe Contreras
git-submodule docs for status command should mention --all option to git describe, Britton Kerin
[PATCH 0/2] fsck: verify .bitmap checksums, cleanup,
Derrick Stolee via GitGitGadget
[PATCH 0/7] contrib/credential: avoid protocol injection attacks,
Taylor Blau
[PATCH v3 0/1] docs: rewrite the documentation of the text and eol attributes,
Alex Henrie
[ANNOUNCE] Git Rev News edition 98, Christian Couder
[PATCH] t/t3501-revert-cherry-pick.sh: clarify scope of the file,
Oswald Buddenhagen
[PATCH] test-ctype: check EOF,
René Scharfe
What's cooking in git.git (Apr 2023, #09; Fri, 28),
Junio C Hamano
[POLL] Git Merge 2023 dates,
Taylor Blau
What's cooking in git.git (Apr 2023, #08; Thu, 27), Junio C Hamano
Draft of Git Rev News edition 98, Christian Couder
Weird merge records,
Dan Stromberg
[PATCH v2] sequencer: beautify subject of reverts of reverts,
Oswald Buddenhagen
[PATCH] setup: trace bare repository setups,
Josh Steadmon
[RFC PATCH 0/2] add an external testing library for unit tests,
Calvin Wan
difftool does not support --submodule=diff,
Guillaume Noailhac
[PATCH] contrib/completion: fix zsh completion regression, Dimi via GitGitGadget
git-gui (Windows) bug report, mbrenner
Non-zero exit code of custom filter process is not handled,
Michael Voříšek - ČVUT FJFI
[PATCH] revisions.txt: correct a mistake in dotted range notations section,
Pooyan Khanjankhani via GitGitGadget
[PATCH v2] send-email: prompt-dependent exit codes,
Oswald Buddenhagen
With git+ssh deprecated, how can multiple git identities be managed?,
ParetoOptimalDev
[PATCH] developer: remove gcc 12 workaround,
Carlo Marcelo Arenas Belón
What's cooking in git.git (Apr 2023, #07; Tue, 25),
Junio C Hamano
Commit graph not using minimal number of columns,
Javier Mora
[ANNOUNCE] Git for Windows 2.40.1, Johannes Schindelin
[ANNOUNCE] Git v2.40.1 and friends, Junio C Hamano
Inconsistent names in `git shortlog`,
Blyxyas
[PATCH 0/3] pack-bitmap: boundary-based bitmap traversal,
Taylor Blau
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]