Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v2 6/6] refs/reftable: wire up support for exclude patterns, (continued)
- [PATCH] remote: introduce config to set prefetch refs,
Shubham Kanodia via GitGitGadget
- What's cooking in git.git (Sep 2024, #02; Sun, 8),
Junio C Hamano
- [PATCH] config.mak.uname: add HAVE_DEV_TTY to cygwin config section,
Ramsay Jones
- header signatures for hash transition?,
Jeff King
- [PATCH 1/2] diff: report copies and renames as changes in run_diff_cmd(),
René Scharfe
- Thoughts on the "branch <b> is not fully merged" error of "git-branch -d",
Stefan Haller
- What's cooking draft as of 2024-09-06 late night,
Junio C Hamano
- bug report - `git diff --quiet --cached` returns 0 when a rename is staged,
Jorge Luis Martinez Gomez
- Behavior change for git diff --cached --exit-code in git 2.46.0, Marco P.
- Fix issue with formatting multiple trailer keys,
Brooke Kuhlmann
- Possible git bug - repository remote becomes hamstrung if non-existent "remote.<remote>.fetch" refspec is supplied, Stephen Morton
- [PATCH 0/1] Add entry to mailmap file,
Stephen P. Smith
- [PATCH] apply: support --ours, --theirs, and --union for three-way merges,
Alex Henrie
- What's cooking in git.git (Sep 2024, #01; Thu, 5),
Junio C Hamano
- [PATCH] advice: recommend GIT_ADVICE=0 for tools,
Derrick Stolee via GitGitGadget
- [PATCH] interpret-trailers: handle message without trailing newline,
Brian Lyles
- [PATCH 0/3] Add repository parameter to builtins,
John Cai via GitGitGadget
- Should Git Tag trailer formatting work?,
Brooke Kuhlmann
- [PATCH] scalar: add --no-tags option,
Derrick Stolee via GitGitGadget
- How do git recognize conflicts?,
KwonHyun Kim
[ANNOUNCE] Outreachy mentor sign-up deadline is Wednesday September 11th at 4pm UTC,
Christian Couder
[PATCH] drop trailing newline from warning/error/die messages,
Jeff King
[PATCH] sparse-checkout: use fdopen_lock_file() instead of xfdopen(),
Jeff King
git untracks my files,
russell thamm
`git fetch <remote> <refspec>…` <refspec (without dst)>s are mapped by other <refspec (with dst)> resulting in extra remote tracking branches, Han Jiang
`git log FETCH_HEAD` only logs whatever happens to be the first among the fetched refs (instead of all the fetched refs),
Han Jiang
[PATCH] remote: prefetch config,
Shubham Kanodia via GitGitGadget
git log alias with --all and --exclude,
Rene Kita
`git fetch --refmap=<refspec>… <repository> <refspec>…` providing NON-empty <refspec> to the --refmap ALSO causes Git to ignore the configured refspecs,
Han Jiang
`git remote prune <remote>…` (equivalent to git fetch --prune <remote> except that no new references will be fetched) ignores `fetch.pruneTags` (and `git fetch --dry-run` prints same tag twice), Han Jiang
`git remote show <name>…` does not show all branches capable of `git push` when `push.default=upstream` and behaves as if `push.default=simple`, Han Jiang
What's cooking in git.git (Sep 2024, #01; Tue, 3),
Junio C Hamano
`git remote set-url <remote> <newurl> [<oldurl>]` fails to set first url when multiple urls are selected, Han Jiang
[filter-repo PATCH]: add --callbacks option to load many callbacks from one file,
Zack Weinberg
Adding a custom submit tool to git p4, faust1002
[ANNOUNCE] git-scm.com running on heroku-24,
Taylor Blau
Bug in "git diff" exit code with submodule and `--submodule=log`,
David Hull
Is it possible to resume download on single file.,
tao lv
word-diff-regex=. sometimes ignores newlines,
高橋全 (Tamo)
`git remote set-branches (without --add) <name> <branch>…` does not add refspecs to `remote.<remote>.fetch` when `remote.<remote>.fetch` does not exist,
Han Jiang
Ask for feature on git,
Loredana Tralli
[RFC PATCH] config.mak.uname: add HAVE_DEV_TTY to cygwin config section,
Ramsay Jones
git-http-backend errors under IIS, forums
git svn, Aaron Gray
[PATCH 0/2] refs/files: use heuristic to decide whether to repack with `--auto`,
Patrick Steinhardt
[PATCH 0/4] Support server option from configuration,
blanet via GitGitGadget
[PATCH 4/4] builtin/ls-remote.c: recognize fetch.serverOption configuration, Xing Xin via GitGitGadget
Re: [PATCH 0/4] Support server option from configuration, Patrick Steinhardt
[PATCH v2 0/5] Support server option from configuration, blanet via GitGitGadget
[PATCH] Documentation/BreakingChanges: announce removal of git-pack-redundant(1),
Patrick Steinhardt
[PATCH] mergetools: vscode: new tool,
Alex Henrie
[ANNOUNCE] Git Rev News edition 114, Christian Couder
[no subject], Unknown
[PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses,
Taylor Blau
- [PATCH 1/4] sha1: do not redefine `platform_SHA_CTX` and friends, Taylor Blau
- [PATCH 2/4] hash.h: scaffolding for _fast hashing variants, Taylor Blau
- [PATCH 3/4] Makefile: allow specifying a SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH 4/4] csum-file.c: use fast SHA-1 implementation when available, Taylor Blau
- Re: [PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Junio C Hamano
- Re: [PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, brian m. carlson
- [PATCH v2 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH v3 0/9] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH v3 1/9] finalize_object_file(): check for name collision before renaming, Taylor Blau
- [PATCH v3 2/9] finalize_object_file(): refactor unlink_or_warn() placement, Taylor Blau
- [PATCH v3 3/9] finalize_object_file(): implement collision check, Taylor Blau
- [PATCH v3 4/9] pack-objects: use finalize_object_file() to rename pack/idx/etc, Taylor Blau
- [PATCH v3 5/9] i5500-git-daemon.sh: use compile-able version of Git without OpenSSL, Taylor Blau
- [PATCH v3 6/9] sha1: do not redefine `platform_SHA_CTX` and friends, Taylor Blau
- [PATCH v3 7/9] hash.h: scaffolding for _fast hashing variants, Taylor Blau
- [PATCH v3 8/9] Makefile: allow specifying a SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH v3 9/9] csum-file.c: use fast SHA-1 implementation when available, Taylor Blau
- Re: [PATCH v3 0/9] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Junio C Hamano
- [PATCH v4 0/8] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH v4 1/8] finalize_object_file(): check for name collision before renaming, Taylor Blau
- [PATCH v4 2/8] finalize_object_file(): refactor unlink_or_warn() placement, Taylor Blau
- [PATCH v4 3/8] finalize_object_file(): implement collision check, Taylor Blau
- [PATCH v4 4/8] pack-objects: use finalize_object_file() to rename pack/idx/etc, Taylor Blau
- [PATCH v4 5/8] sha1: do not redefine `platform_SHA_CTX` and friends, Taylor Blau
- [PATCH v4 6/8] hash.h: scaffolding for _unsafe hashing variants, Taylor Blau
- [PATCH v4 7/8] Makefile: allow specifying a SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH v4 8/8] csum-file.c: use unsafe SHA-1 implementation when available, Taylor Blau
- Re: [PATCH v4 0/8] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Jeff King
- Re: [PATCH v4 0/8] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Elijah Newren
- [PATCH v5 0/8] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH v5 1/8] finalize_object_file(): check for name collision before renaming, Taylor Blau
- [PATCH v5 2/8] finalize_object_file(): refactor unlink_or_warn() placement, Taylor Blau
- [PATCH v5 3/8] finalize_object_file(): implement collision check, Taylor Blau
- [PATCH v5 4/8] pack-objects: use finalize_object_file() to rename pack/idx/etc, Taylor Blau
- [PATCH v5 5/8] sha1: do not redefine `platform_SHA_CTX` and friends, Taylor Blau
- [PATCH v5 6/8] hash.h: scaffolding for _unsafe hashing variants, Taylor Blau
- [PATCH v5 7/8] Makefile: allow specifying a SHA-1 for non-cryptographic uses, Taylor Blau
- [PATCH v5 8/8] csum-file.c: use unsafe SHA-1 implementation when available, Taylor Blau
- Re: [PATCH v5 0/8] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Elijah Newren
- Re: [PATCH v5 0/8] hash.h: support choosing a separate SHA-1 for non-cryptographic uses, Jeff King
`git rebase (--no-fork-point) --onto=<newbase> [<upstream> [<branch>]]` leaves HEAD detached and *HEAD not moved when <branch> is exactly `HEAD`,
Han Jiang
`git merge --no-overwrite-ignore` overwrites ignored files when merge (i.e. not fast-forward),
Han Jiang
[PATCH v2] compat/terminal: mark parameter of git_terminal_prompt() UNUSED,
Ramsay Jones
git 2.46.0 crashes when trying to verify-pack outside of a repo,
Ilya K
Draft of Git Rev News edition 114, Christian Couder
What's cooking in git.git (Aug 2024, #11; Fri, 30), Junio C Hamano
[PATCH] refs/files-backend: work around -Wunused-parameter, Junio C Hamano
Unpredictable peak memory usage when using `git log` command,
Yuri Karnilaev
git-show multiple files delimiter?, Adam Laughlin
[PATCH] compat/terminal: mark parameter of git_terminal_prompt() UNUSED,
Ramsay Jones
Committing crimes with NTFS-3G,
Roman Sandu
[PATCH 0/2] clean up some MAYBE_UNUSED cases,
Jeff King
[no subject], Unknown
[PATCH 00/21] environment: guard reliance on `the_repository`,
Patrick Steinhardt
- [PATCH 01/21] environment: make `get_git_dir()` accept a repository, Patrick Steinhardt
- [PATCH 02/21] environment: make `get_git_common_dir()` accept a repository, Patrick Steinhardt
- [PATCH 03/21] environment: make `get_object_directory()` accept a repository, Patrick Steinhardt
- [PATCH 04/21] environment: make `get_index_file()` accept a repository, Patrick Steinhardt
- [PATCH 05/21] environment: make `get_graft_file()` accept a repository, Patrick Steinhardt
- [PATCH 06/21] environment: make `get_git_work_tree()` accept a repository, Patrick Steinhardt
- [PATCH 07/21] config: document `read_early_config()` and `read_very_early_config()`, Patrick Steinhardt
- [PATCH 08/21] config: make dependency on repo in `read_early_config()` explicit, Patrick Steinhardt
- [PATCH 09/21] environment: move `odb_mkstemp()` into object layer, Patrick Steinhardt
- [PATCH 10/21] environment: make `get_git_namespace()` self-contained, Patrick Steinhardt
- [PATCH 11/21] environment: move `set_git_dir()` and related into setup layer, Patrick Steinhardt
- [PATCH 12/21] environment: reorder header to split out `the_repository`-free section, Patrick Steinhardt
- [PATCH 13/21] environment: guard state depending on a repository, Patrick Steinhardt
- [PATCH 14/21] repo-settings: split out declarations into a standalone header, Patrick Steinhardt
- [PATCH 15/21] branch: stop modifying `log_all_ref_updates` variable, Patrick Steinhardt
- [PATCH 16/21] refs: stop modifying global `log_all_ref_updates` variable, Patrick Steinhardt
- [PATCH 17/21] repo-settings: track defaults close to `struct repo_settings`, Patrick Steinhardt
- [PATCH 18/21] environment: stop storing "core.logAllRefUpdates" globally, Patrick Steinhardt
- [PATCH 19/21] environment: stop storing "core.preferSymlinkRefs" globally, Patrick Steinhardt
- [PATCH 20/21] environment: stop storing "core.warnAmbiguousRefs" globally, Patrick Steinhardt
- [PATCH 21/21] environment: stop storing "core.notesRef" globally, Patrick Steinhardt
- Re: [PATCH 00/21] environment: guard reliance on `the_repository`, Junio C Hamano
- [PATCH v2 00/21] environment: guard reliance on `the_repository`, Patrick Steinhardt
- [PATCH v2 01/21] environment: make `get_git_dir()` accept a repository, Patrick Steinhardt
- [PATCH v2 02/21] environment: make `get_git_common_dir()` accept a repository, Patrick Steinhardt
- [PATCH v2 03/21] environment: make `get_object_directory()` accept a repository, Patrick Steinhardt
- [PATCH v2 04/21] environment: make `get_index_file()` accept a repository, Patrick Steinhardt
- [PATCH v2 05/21] environment: make `get_graft_file()` accept a repository, Patrick Steinhardt
- [PATCH v2 06/21] environment: make `get_git_work_tree()` accept a repository, Patrick Steinhardt
- [PATCH v2 07/21] config: document `read_early_config()` and `read_very_early_config()`, Patrick Steinhardt
- [PATCH v2 08/21] config: make dependency on repo in `read_early_config()` explicit, Patrick Steinhardt
- [PATCH v2 09/21] environment: move `odb_mkstemp()` into object layer, Patrick Steinhardt
- [PATCH v2 10/21] environment: make `get_git_namespace()` self-contained, Patrick Steinhardt
- [PATCH v2 11/21] environment: move `set_git_dir()` and related into setup layer, Patrick Steinhardt
- [PATCH v2 12/21] environment: reorder header to split out `the_repository`-free section, Patrick Steinhardt
- [PATCH v2 13/21] environment: guard state depending on a repository, Patrick Steinhardt
- [PATCH v2 14/21] repo-settings: split out declarations into a standalone header, Patrick Steinhardt
- [PATCH v2 15/21] repo-settings: track defaults close to `struct repo_settings`, Patrick Steinhardt
- [PATCH v2 16/21] branch: stop modifying `log_all_ref_updates` variable, Patrick Steinhardt
- [PATCH v2 17/21] refs: stop modifying global `log_all_ref_updates` variable, Patrick Steinhardt
- [PATCH v2 18/21] environment: stop storing "core.logAllRefUpdates" globally, Patrick Steinhardt
- [PATCH v2 19/21] environment: stop storing "core.preferSymlinkRefs" globally, Patrick Steinhardt
- [PATCH v2 20/21] environment: stop storing "core.warnAmbiguousRefs" globally, Patrick Steinhardt
- [PATCH v2 21/21] environment: stop storing "core.notesRef" globally, Patrick Steinhardt
- Re: [PATCH v2 00/21] environment: guard reliance on `the_repository`, James Liu
- Re: [PATCH v2 00/21] environment: guard reliance on `the_repository`, karthik nayak
- [PATCH v3 00/21] environment: guard reliance on `the_repository`, Patrick Steinhardt
- [PATCH v3 01/21] environment: make `get_git_dir()` accept a repository, Patrick Steinhardt
- [PATCH v3 02/21] environment: make `get_git_common_dir()` accept a repository, Patrick Steinhardt
- [PATCH v3 03/21] environment: make `get_object_directory()` accept a repository, Patrick Steinhardt
- [PATCH v3 04/21] environment: make `get_index_file()` accept a repository, Patrick Steinhardt
- [PATCH v3 05/21] environment: make `get_graft_file()` accept a repository, Patrick Steinhardt
- [PATCH v3 06/21] environment: make `get_git_work_tree()` accept a repository, Patrick Steinhardt
- [PATCH v3 07/21] config: document `read_early_config()` and `read_very_early_config()`, Patrick Steinhardt
- [PATCH v3 08/21] config: make dependency on repo in `read_early_config()` explicit, Patrick Steinhardt
- [PATCH v3 09/21] environment: move object database functions into object layer, Patrick Steinhardt
- [PATCH v3 10/21] environment: make `get_git_namespace()` self-contained, Patrick Steinhardt
- [PATCH v3 11/21] environment: move `set_git_dir()` and related into setup layer, Patrick Steinhardt
- [PATCH v3 12/21] environment: reorder header to split out `the_repository`-free section, Patrick Steinhardt
- [PATCH v3 13/21] environment: guard state depending on a repository, Patrick Steinhardt
- [PATCH v3 14/21] repo-settings: split out declarations into a standalone header, Patrick Steinhardt
- [PATCH v3 15/21] repo-settings: track defaults close to `struct repo_settings`, Patrick Steinhardt
- [PATCH v3 16/21] branch: stop modifying `log_all_ref_updates` variable, Patrick Steinhardt
- [PATCH v3 17/21] refs: stop modifying global `log_all_ref_updates` variable, Patrick Steinhardt
- [PATCH v3 18/21] environment: stop storing "core.logAllRefUpdates" globally, Patrick Steinhardt
- [PATCH v3 19/21] environment: stop storing "core.preferSymlinkRefs" globally, Patrick Steinhardt
- [PATCH v3 20/21] environment: stop storing "core.warnAmbiguousRefs" globally, Patrick Steinhardt
- [PATCH v3 21/21] environment: stop storing "core.notesRef" globally, Patrick Steinhardt
- Re: [PATCH v3 00/21] environment: guard reliance on `the_repository`, Junio C Hamano
[PATCH 0/2] make chainlint output more newcomer-friendly,
Eric Sunshine
[no subject], Unknown
Tags auto fetched by "git fetch origin" but not "git fetch origin main",
Yukai Chou
[no subject], Unknown
RFE: Document "edit" in "git restore --patch", Pierre Ossman
[PATCH] reftable: mark unused parameters in empty iterator functions,
Jeff King
[PATCH] t-reftable-block: mark unused argv/argc, Jeff King
[PATCH 0/6] unused parameters: the final countdown,
Jeff King
What's cooking in git.git (Aug 2024, #10; Tue, 27),
Junio C Hamano
[PATCH v3 0/3] send-email: add --mailmap support,
Jacob Keller
[PATCH 0/5] pack-objects: brown-paper-bag fixes for multi-pack reuse,
Taylor Blau
Can git log be made to "follow" in the same way as git blame? Why / in what way is "--follow" broken or limited?,
Tao Klerks
[PATCH v2] git-config.1: fix description of --regexp in synopsis,
Junio C Hamano
[PATCH] Mark `cat-file` sparse-index compatible,
Kevin Lyles via GitGitGadget
Sensible way to see what objects are being fetched just-in-time in a partial clone?,
Tao Klerks
Improvement: `git-maintenance` to allow configuring of remotes to fetch,
Shubham Kanodia
How to turn off rename detection for cherry-pick?,
Pavel Rappo
[PATCH] bundle-uri: plug leak in unbundle_from_file(),
Toon Claes
[PATCH 00/22] Memory leak fixes (pt.6),
Patrick Steinhardt
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]