Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Possible bug: Empty magic word list in pathspec is handled differently in short vs. long form,
Anselm Schüler
- git keeps recreating packs, exploding backup increments, Pierre Ossman
- What's cooking in git.git (Feb 2025, #06; Tue, 18), Junio C Hamano
- [PATCH 0/2] gitk: Fixing file name encoding issues.,
Kazuhiro Kato via GitGitGadget
- [Bug] git-http-push authentication fails using netrc-file since v2.46,
Peter Georg
- Re: [Bug] Git ReadOnly Temp Packfile Causes "Bad file descriptor"And -13 Access Error With NFSv4,
Maloney, Bryan
- Incorrect URL for Release Notes on git-scm,
Bede Skinner-Vennell
- [PATCH v2] doc(send-email): use correct name of the --signed-off-by-cc in git send-email doc,
Matěj Cepl
- [PATCH 00/12] meson: wire up bits and pieces from "contrib/",
Patrick Steinhardt
- [PATCH 01/12] GIT-BUILD-OPTIONS: propagate project's source directory, Patrick Steinhardt
- [PATCH 02/12] contrib/credential: fix "netrc" tests with out-of-tree builds, Patrick Steinhardt
- [PATCH 05/12] contrib/credential: fix compilation of "osxkeychain" helper, Patrick Steinhardt
- [PATCH 03/12] contrib/credential: fix compilation of wincred helper with MSVC, Patrick Steinhardt
- [PATCH 07/12] meson: wire up git-contacts(1), Patrick Steinhardt
- [PATCH 08/12] meson: wire up static analysis via Coccinelle, Patrick Steinhardt
- [PATCH 04/12] contrib/credential: fix compiling "libsecret" helper, Patrick Steinhardt
- [PATCH 06/12] meson: wire up credential helpers, Patrick Steinhardt
- [PATCH 11/12] ci: fix propagating UTF-8 test locale in musl-based Meson job, Patrick Steinhardt
- [PATCH 10/12] meson: wire up Gitk, Patrick Steinhardt
- [PATCH 09/12] gitk: extract script to build Gitk, Patrick Steinhardt
- [PATCH 12/12] ci: exercise credential helpers, Patrick Steinhardt
- Re: [PATCH 00/12] meson: wire up bits and pieces from "contrib/", M Hickford
- [PATCH v2 00/10] meson: wire up bits and pieces from "contrib/", Patrick Steinhardt
- [PATCH v2 01/10] GIT-BUILD-OPTIONS: propagate project's source directory, Patrick Steinhardt
- [PATCH v2 03/10] contrib/credential: fix compilation of wincred helper with MSVC, Patrick Steinhardt
- [PATCH v2 07/10] meson: wire up git-contacts(1), Patrick Steinhardt
- [PATCH v2 08/10] meson: wire up static analysis via Coccinelle, Patrick Steinhardt
- [PATCH v2 09/10] ci: fix propagating UTF-8 test locale in musl-based Meson job, Patrick Steinhardt
- [PATCH v2 05/10] contrib/credential: fix compilation of "osxkeychain" helper, Patrick Steinhardt
- [PATCH v2 02/10] contrib/credential: fix "netrc" tests with out-of-tree builds, Patrick Steinhardt
- [PATCH v2 04/10] contrib/credential: fix compiling "libsecret" helper, Patrick Steinhardt
- [PATCH v2 06/10] meson: wire up credential helpers, Patrick Steinhardt
- [PATCH v2 10/10] ci: exercise credential helpers, Patrick Steinhardt
- [GSoC][RFC PATCH] git-merge.adoc: detail submodule merge,
Lucas Seiki Oshiro
- [PATCH 00/14] refs: batch refname availability checks,
Patrick Steinhardt
- [PATCH 09/14] refs/iterator: implement seeking for merged iterators, Patrick Steinhardt
- [PATCH 02/14] object-name: allow skipping ambiguity checks in `get_oid()` family, Patrick Steinhardt
- [PATCH 05/14] refs/reftable: start using `refs_verify_refnames_available()`, Patrick Steinhardt
- [PATCH 11/14] refs/iterator: implement seeking for ref-cache iterators, Patrick Steinhardt
- [PATCH 01/14] object-name: introduce `repo_get_oid_with_flags()`, Patrick Steinhardt
- [PATCH 03/14] builtin/update-ref: skip ambiguity checks when parsing object IDs, Patrick Steinhardt
- [PATCH 04/14] refs: introduce function to batch refname availability checks, Patrick Steinhardt
- [PATCH 06/14] refs: stop re-verifying common prefixes for availability, Patrick Steinhardt
- [PATCH 08/14] refs/iterator: provide infrastructure to re-seek iterators, Patrick Steinhardt
- [PATCH 10/14] refs/iterator: implement seeking for reftable iterators, Patrick Steinhardt
- [PATCH 13/14] refs/iterator: implement seeking for "files" iterators, Patrick Steinhardt
- [PATCH 07/14] refs/iterator: separate lifecycle from iteration, Patrick Steinhardt
- [PATCH 14/14] refs: reuse iterators when determining refname availability, Patrick Steinhardt
- [PATCH 12/14] refs/iterator: implement seeking for `packed-ref` iterators, Patrick Steinhardt
- Re: [PATCH 00/14] refs: batch refname availability checks, brian m. carlson
- [PATCH v2 00/16] refs: batch refname availability checks, Patrick Steinhardt
- [PATCH v2 03/16] builtin/update-ref: skip ambiguity checks when parsing object IDs, Patrick Steinhardt
- [PATCH v2 07/16] refs/files: batch refname availability checks for initial transactions, Patrick Steinhardt
- [PATCH v2 01/16] object-name: introduce `repo_get_oid_with_flags()`, Patrick Steinhardt
- [PATCH v2 05/16] refs/reftable: batch refname availability checks, Patrick Steinhardt
- [PATCH v2 06/16] refs/files: batch refname availability checks for normal transactions, Patrick Steinhardt
- [PATCH v2 11/16] refs/iterator: implement seeking for merged iterators, Patrick Steinhardt
- [PATCH v2 09/16] refs/iterator: separate lifecycle from iteration, Patrick Steinhardt
- [PATCH v2 13/16] refs/iterator: implement seeking for ref-cache iterators, Patrick Steinhardt
- [PATCH v2 14/16] refs/iterator: implement seeking for `packed-ref` iterators, Patrick Steinhardt
- [PATCH v2 02/16] object-name: allow skipping ambiguity checks in `get_oid()` family, Patrick Steinhardt
- [PATCH v2 04/16] refs: introduce function to batch refname availability checks, Patrick Steinhardt
- [PATCH v2 08/16] refs: stop re-verifying common prefixes for availability, Patrick Steinhardt
- [PATCH v2 10/16] refs/iterator: provide infrastructure to re-seek iterators, Patrick Steinhardt
- [PATCH v2 12/16] refs/iterator: implement seeking for reftable iterators, Patrick Steinhardt
- [PATCH v2 16/16] refs: reuse iterators when determining refname availability, Patrick Steinhardt
- [PATCH v2 15/16] refs/iterator: implement seeking for "files" iterators, Patrick Steinhardt
- [PATCH] doc: fix typo,
Matěj Cepl
- documentation bug: git send-email: manpage says that I will be prompted for everything, but this is not true, Askar Safin
- [GSoC][RFC PATCH] show-branch: use commit-slab for flag storage,
Meet Soni
- Crash on empty pickaxe argument,
Jared Van Bortel
- [PATCH 0/5] merge-tree --stdin: flush stdout,
Phillip Wood via GitGitGadget
- What's cooking in git.git (Feb 2025, #05; Sat, 15), Junio C Hamano
- [no subject], Unknown
- free(): invalid pointer, error: git died of signal 6 and error: git died of signal 11,
Christoph Anton Mitterer
- [PATCH 0/7][Outreachy] stop using the_repository global variable.,
Usman Akinyemi
- [PATCH] Makefile: correct default docs build target,
Adam Dinwoodie
- [PATCH 0/2] Documentation: fixups following followRemoteHEAD,
Philippe Blain via GitGitGadget
- [PATCH RFC] builtin/log: include From in git show --format=email,
Antonin Godard
- [GSoC][PATCH] refspec: clarify function naming and documentation,
Meet Soni
- [PATCH RFC] mailmap: fix check-mailmap with full mailmap line,
Jacob Keller
- [PATCH] Makefile: remove accidental recipe prefix in conditional,
Taylor Blau
- [PATCH] doc: use 'title' consistently,
M Hickford via GitGitGadget
- [PATCH 0/2] meson: wire up contrib/credential,
M Hickford via GitGitGadget
- [ANNOUNCE] Git for Windows 2.48.1, Johannes Schindelin
- Get the commits to be pushed accurately in pre-push hook,
Jayce Cao
- Poor performance using reftable with many refs,
brian m. carlson
- [PATCH 0/1] [GSOC] Use unsigned type for bit flags in commit-reach.c,
Moumita
- [GSoC][PATCH v2] t7603: replace test -f by test_path_is_file,
Lucas Oshiro
- [no subject], Unknown
- [PATCH 1/6] xdiff: move sign comparison warning guard into each file,
David Aguilar
- Question: Git protocol with bundle-uri advertisement,
Brian Celenza
- Trent Herman needs to be put in prison, Denise Sornsin
- [PATCH] doc: clarify the intent of the renormalize option in the merge machinery,
Elijah Newren via GitGitGadget
- [GSoC][PATCH] merge-recursive: optimize string_list construction,
Meet Soni
- [PATCH] doc: centrally document various ways spell `true` and `false`,
Junio C Hamano
- [PATCH 0/1] [GSOC 2025] [Newbie] userdiff: add built-in pattern for shell scripts,
Moumita
- What's cooking in git.git (Feb 2025, #03; Mon, 10), Junio C Hamano
- [PATCH] rebase: add `--update-refs=interactive`,
Ivan Shapovalov
- [PATCH 0/3] clean: add `config.exclude` and `--remove-excluded`,
Ivan Shapovalov
- [Bug] Git ReadOnly Temp Packfile Causes "Bad file descriptor" And -13 Access Error With NFSv4,
Maloney, Bryan
- [Outreachy][PATCH] builtin/update-server-info: remove the_repository global variable,
Usman Akinyemi
- [GSOC][RFC PATCH 0/2] midx: implement progress reporting for QSORT operation,
Ayush Chandekar
- [PATCH] contrib/subtree: verify HEAD is valid before adding a subtree,
Bingwu Zhang
- Meson build leaks host 'sh' path to target build when cross-compiled,
Peter Seiderer
- [PATCH] commit: avoid parent list buildup in clear_commit_marks_many(),
René Scharfe
- [PATCH 0/1] [GSoC] [Newbie] Fix -Wsign-compare warnings in refs.c,
Moumita
- [GSoC][PATCH] t7603: replace test -f by test_path_is_file,
Lucas Oshiro
- [PATCH] revision: fix missing null for freed memory,
Emily M Klassen
- git log --graph --no-graph can cause segfault,
Emily Klassen
- git freezes ssh yet clones the repo only for the time of the ssh session!, catastorf-effcalations
- Config timezone to prevent chaos when DST/changing timezone,
Devste Devste
- What's cooking in git.git (Feb 2025, #02; Fri, 7), Junio C Hamano
- git clean -Xdf affects parent and sibling directories,
Jan Berges
- [PATCH] builtin/refs: add '--skip-reflog' flag to bypass reflog migration,
Karthik Nayak
- [PATCH 0/6] refs: introduce support for partial reference transactions,
Karthik Nayak
- Unknown error with concurrent config read/write on Windows, Allen Li
- [ANNOUNCE] tig-2.5.12, Thomas Koutcher
- [no subject], Unknown
- Managing one github repo with Gitignore and Submodules for two different remotes,
USA Linux UAE
- [PATCH 00/16] path: remove dependency on `the_repository`,
Patrick Steinhardt
- [PATCH 01/16] path: refactor `repo_common_path()` family of functions, Patrick Steinhardt
- [PATCH 04/16] submodule: refactor `submodule_to_gitdir()` to accept a repo, Patrick Steinhardt
- [PATCH 02/16] path: refactor `repo_git_path()` family of functions, Patrick Steinhardt
- [PATCH 06/16] path: drop unused `strbuf_git_path()` function, Patrick Steinhardt
- [PATCH 07/16] path: drop `git_pathdup()` in favor of `repo_git_path()`, Patrick Steinhardt
- [PATCH 03/16] path: refactor `repo_worktree_path()` family of functions, Patrick Steinhardt
- [PATCH 09/16] worktree: return allocated string from `get_worktree_git_dir()`, Patrick Steinhardt
- [PATCH 05/16] path: refactor `repo_submodule_path()` family of functions, Patrick Steinhardt
- [PATCH 08/16] path: drop `git_path_buf()` in favor of `repo_git_path_replace()`, Patrick Steinhardt
- [PATCH 11/16] rerere: let `rerere_path()` write paths into a caller-provided buffer, Patrick Steinhardt
- [PATCH 13/16] repo-settings: introduce function to clear struct, Patrick Steinhardt
- [PATCH 10/16] path: drop `git_common_path()` in favor of `repo_common_path()`, Patrick Steinhardt
- [PATCH 12/16] path: drop `git_path()` in favor of `repo_git_path()`, Patrick Steinhardt
- [PATCH 14/16] environment: move access to "core.hooksPath" into repo settings, Patrick Steinhardt
- [PATCH 15/16] environment: move access to "core.sharedRepository" into repo settings, Patrick Steinhardt
- [PATCH 16/16] path: adjust last remaining users of `the_repository`, Patrick Steinhardt
- Re: [PATCH 00/16] path: remove dependency on `the_repository`, shejialuo
- Re: [PATCH 00/16] path: remove dependency on `the_repository`, Karthik Nayak
- [PATCH v2 00/16] path: remove dependency on `the_repository`, Patrick Steinhardt
- [PATCH v2 01/16] path: refactor `repo_common_path()` family of functions, Patrick Steinhardt
- [PATCH v2 02/16] path: refactor `repo_git_path()` family of functions, Patrick Steinhardt
- [PATCH v2 03/16] path: refactor `repo_worktree_path()` family of functions, Patrick Steinhardt
- [PATCH v2 05/16] path: refactor `repo_submodule_path()` family of functions, Patrick Steinhardt
- [PATCH v2 04/16] submodule: refactor `submodule_to_gitdir()` to accept a repo, Patrick Steinhardt
- [PATCH v2 06/16] path: drop unused `strbuf_git_path()` function, Patrick Steinhardt
- [PATCH v2 07/16] path: drop `git_pathdup()` in favor of `repo_git_path()`, Patrick Steinhardt
- [PATCH v2 08/16] path: drop `git_path_buf()` in favor of `repo_git_path_replace()`, Patrick Steinhardt
- [PATCH v2 09/16] worktree: return allocated string from `get_worktree_git_dir()`, Patrick Steinhardt
- [PATCH v2 10/16] path: drop `git_common_path()` in favor of `repo_common_path()`, Patrick Steinhardt
- [PATCH v2 11/16] rerere: let `rerere_path()` write paths into a caller-provided buffer, Patrick Steinhardt
- [PATCH v2 12/16] path: drop `git_path()` in favor of `repo_git_path()`, Patrick Steinhardt
- [PATCH v2 13/16] repo-settings: introduce function to clear struct, Patrick Steinhardt
- [PATCH v2 14/16] environment: move access to "core.hooksPath" into repo settings, Patrick Steinhardt
- [PATCH v2 15/16] environment: move access to "core.sharedRepository" into repo settings, Patrick Steinhardt
- [PATCH v2 16/16] path: adjust last remaining users of `the_repository`, Patrick Steinhardt
- Re: [PATCH v2 00/16] path: remove dependency on `the_repository`, Karthik Nayak
- Re: [PATCH v2 00/16] path: remove dependency on `the_repository`, shejialuo
- [PATCH v2 1/3] difftool: eliminate use of global variables,
David Aguilar
- [PATCH v3 0/1] Long names for `git log -S` and `git log -G`,
Illia Bobyr
- [PATCH v3 1/1] diff: --patch-{modifies,grep} arg names for -S and -G, Illia Bobyr
- Re: [PATCH v3 0/1] Long names for `git log -S` and `git log -G`, Junio C Hamano
- [PATCH v4 0/10] Long names for `git log -S` and `git log -G`, Illia Bobyr
- [PATCH v4 02/10] diff: -G description: Correct copy/paste error, Illia Bobyr
- [PATCH v4 03/10] diff: short help: Correct -S description, Illia Bobyr
- [PATCH v4 01/10] t/t4209-log-pickaxe: Naming typo: -G takes a regex, Illia Bobyr
- [PATCH v4 04/10] diff: short help: Add -G and --pickaxe-grep, Illia Bobyr
- [PATCH v4 05/10] docs: gitdiffcore: -G and -S: Use regex/string placeholders, Illia Bobyr
- [PATCH v4 06/10] diff: --patch-{grep,modifies} arg names for -G and -S, Illia Bobyr
- [PATCH v4 07/10] completion: Support --patch-{grep,modifies}, Illia Bobyr
- [PATCH v4 09/10] diff: --pickaxe-{all,regex} help: Add --patch-{grep,modifies}, Illia Bobyr
- [PATCH v4 10/10] diff: docs: Use --patch-{grep,modifies} over -G/-S, Illia Bobyr
- [PATCH v4 08/10] diff: test: Use --patch-{grep,modifies} over -G/-S, Illia Bobyr
- [PATCH v5 00/10] Long names for `git log -S` and `git log -G`, Illia Bobyr
- [PATCH v5 01/10] t/t4209-log-pickaxe: Naming typo: -G takes a regex, Illia Bobyr
- [PATCH v5 03/10] diff: short help: Correct -S description, Illia Bobyr
- [PATCH v5 04/10] diff: short help: Add -G and --pickaxe-grep, Illia Bobyr
- [PATCH v5 05/10] docs: gitdiffcore: -G and -S: Use regex/string placeholders, Illia Bobyr
- [PATCH v5 06/10] diff: --patch-{grep,modifies} arg names for -G and -S, Illia Bobyr
- [PATCH v5 07/10] completion: Support --patch-{grep,modifies}, Illia Bobyr
- [PATCH v5 08/10] diff: test: Use --patch-{grep,modifies} over -G/-S, Illia Bobyr
- [PATCH v5 02/10] diff: -G description: Correct copy/paste error, Illia Bobyr
- [PATCH v5 09/10] diff: --pickaxe-{all,regex} help: Add --patch-{grep,modifies}, Illia Bobyr
- [PATCH v5 10/10] diff: docs: Use --patch-{grep,modifies} over -G/-S, Illia Bobyr
- `git p4` broken on machines which do not have python on path,
Kapil Somani
renormalize histroy with smudge/clean-filter,
Josef Wolf
[PATCH] doc: documentation for http.uploadarchive config option,
Piotr Szlazak via GitGitGadget
[PATCH] rebase -i: reword empty commit after fast-forward,
Phillip Wood via GitGitGadget
[no subject], Unknown
[PATCH] pull: allow branch.<name>.rebase to override pull.ff=only,
D. Ben Knoble
What's cooking in git.git (Feb 2025, #01; Tue, 4),
Junio C Hamano
[GSOC][PATCH] apply: address -Wsign-comparison warnings,
Zejun Zhao
[PATCH] difftool: eliminate use of global variables,
David Aguilar
[GSOC] Introduction and microproject selection,
Zejun Zhao
[PATCH] contrib/vscode: respect configurable options of IntelliSense,
Zejun Zhao
[GSoC][PATCH] remote: relocate valid_remote_name,
Meet Soni
[PATCH] thunderbird-patch-inline: avoid bashism,
brian m. carlson
Usability issue: "Your branch is up to date",
Manuel Quiñones
[PATCH 0/2] builtin/repack: fix `--keep-unreachable` when there are no packs,
Patrick Steinhardt
Continuous Benchmarking,
Patrick Steinhardt
GIT for windows not downloading,
Inivie Yelebe
[PATCH] t6423: fix suppression of Git’s exit code in tests,
ayu-ch
"meson test" very slow on Windows,
M Hickford
[ANNOUNCE] Git Rev News edition 119, Christian Couder
[PATCH 1/1] Renamed all *.txt files to .adoc of Documentation,
Moumita
[PATCH 0/1] Rename all *.txt files to .adoc in Documentation,
Moumita
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]