Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH 1/2] describe: use prio_queue,
René Scharfe
- [PATCH] archive: flush deflate stream until Z_STREAM_END,
Justin Tobler
- [ANNOUNCE] Git Rev News edition 125,
Christian Couder
- .env is not being ignored by this .gitignore file.,
Skybuck Flying
- Minor issue: "git remote rename origin skybuck_repository" removes comments behind refspecs in .git/config, Skybuck Flying
- [PATCH 0/5] reftable: a couple of improvements for libgit2,
Patrick Steinhardt
- [PATCH] doc: fast-import: contextualize the hardware cost,
kristofferhaugsbakk
- Fetching upstream remote fails if repo was a blobless clone,
Justin Su
- What's cooking in git.git (Jul 2025, #09; Thu, 31), Junio C Hamano
- Draft of Git Rev News edition 125,
Christian Couder
- [PATCH] interactive: do strip trailing CRLF from input,
Johannes Sixt
- [PATCH] docs: remove stray bracket from git-clone synopsis,
Knut Harald Ryager via GitGitGadget
- [PATCH] meson: Check whether git is new enough to support ls-files --deduplicate,
Martin Storsjö
- [RFC v2] git-secure: extend interactive authentication to more Git operations, Victor Duprez
- [PATCH 0/9] do not overuse strbuf_split*(),
Junio C Hamano
- [PATCH 1/9] wt-status: avoid strbuf_split*(), Junio C Hamano
- [PATCH 2/9] clean: do not pass strbuf by value, Junio C Hamano
- [PATCH 3/9] clean: do not use strbuf_split*() [part 1], Junio C Hamano
- [PATCH 4/9] clean: do not use strbuf_split*() [part 2], Junio C Hamano
- [PATCH 5/9] merge-tree: do not use strbuf_split*(), Junio C Hamano
- [PATCH 6/9] notes: do not use strbuf_split*(), Junio C Hamano
- [PATCH 7/9] config: do not use strbuf_split(), Junio C Hamano
- [PATCH 8/9] environment: do not use strbuf_split*(), Junio C Hamano
- [PATCH 9/9] sub-process: do not use strbuf_split*(), Junio C Hamano
- [PATCH v2 00/11] do not overuse strbuf_split*(), Junio C Hamano
- [PATCH v2 01/11] wt-status: avoid strbuf_split*(), Junio C Hamano
- [PATCH v2 02/11] clean: do not pass strbuf by value, Junio C Hamano
- [PATCH v2 03/11] clean: do not use strbuf_split*() [part 1], Junio C Hamano
- [PATCH v2 04/11] clean: do not use strbuf_split*() [part 2], Junio C Hamano
- [PATCH v2 05/11] merge-tree: do not use strbuf_split*(), Junio C Hamano
- [PATCH v2 06/11] notes: do not use strbuf_split*(), Junio C Hamano
- [PATCH v2 07/11] config: do not use strbuf_split(), Junio C Hamano
- [PATCH v2 08/11] environment: do not use strbuf_split*(), Junio C Hamano
- [PATCH v2 09/11] sub-process: do not use strbuf_split*(), Junio C Hamano
- [PATCH v2 10/11] trace2: trim_trailing_newline followed by trim is a no-op, Junio C Hamano
- [PATCH v2 11/11] trace2: do not use strbuf_split*(), Junio C Hamano
- Re: [PATCH v2 00/11] do not overuse strbuf_split*(), Jeff King
- [PATCH 0/5] string_list_split*() updates,
Junio C Hamano
- [PATCH 1/5] string-list: report programming error with BUG, Junio C Hamano
- [PATCH 2/5] string-list: align string_list_split() with its _in_place() counterpart, Junio C Hamano
- [PATCH 3/5] string-list: unify string_list_split* functions, Junio C Hamano
- [PATCH 4/5] string-list: optionally trim string pieces split by string_list_split(), Junio C Hamano
- [PATCH 5/5] diff: simplify parsing of diff.colormovedws, Junio C Hamano
- [PATCH v2 0/7] string_list_split*() updates, Junio C Hamano
- [PATCH v2 1/7] string-list: report programming error with BUG, Junio C Hamano
- [PATCH v2 2/7] string-list: align string_list_split() with its _in_place() counterpart, Junio C Hamano
- [PATCH v2 3/7] string-list: unify string_list_split* functions, Junio C Hamano
- [PATCH v2 5/7] diff: simplify parsing of diff.colormovedws, Junio C Hamano
- [PATCH v2 4/7] string-list: optionally trim string pieces split by string_list_split*(), Junio C Hamano
- [PATCH v2 6/7] string-list: optionally omit empty string pieces in string_list_split*(), Junio C Hamano
- [PATCH v2 7/7] string-list: split-then-remove-empty can be done while splitting, Junio C Hamano
- [PATCH v3 0/7] string_list_split*() updates, Junio C Hamano
- [PATCH v3 1/7] string-list: report programming error with BUG, Junio C Hamano
- [PATCH v3 2/7] string-list: align string_list_split() with its _in_place() counterpart, Junio C Hamano
- [PATCH v3 3/7] string-list: unify string_list_split* functions, Junio C Hamano
- [PATCH v3 4/7] string-list: optionally trim string pieces split by string_list_split*(), Junio C Hamano
- [PATCH v3 5/7] diff: simplify parsing of diff.colormovedws, Junio C Hamano
- [PATCH v3 6/7] string-list: optionally omit empty string pieces in string_list_split*(), Junio C Hamano
- [PATCH v3 7/7] string-list: split-then-remove-empty can be done while splitting, Junio C Hamano
- [PATCH v4 0/7] string_list_split*() updates, Junio C Hamano
- [PATCH v3 00/12] do not overuse strbuf_split*(), Junio C Hamano
- [PATCH v3 01/12] wt-status: avoid strbuf_split*(), Junio C Hamano
- [PATCH v3 02/12] clean: do not pass strbuf by value, Junio C Hamano
- [PATCH v3 03/12] clean: do not use strbuf_split*() [part 1], Junio C Hamano
- [PATCH v3 04/12] clean: do not pass the whole structure when it is not necessary, Junio C Hamano
- [PATCH v3 05/12] clean: do not use strbuf_split*() [part 2], Junio C Hamano
- [PATCH v3 06/12] merge-tree: do not use strbuf_split*(), Junio C Hamano
- [PATCH v3 07/12] notes: do not use strbuf_split*(), Junio C Hamano
- [PATCH v3 08/12] config: do not use strbuf_split(), Junio C Hamano
- [PATCH v3 09/12] environment: do not use strbuf_split*(), Junio C Hamano
- [PATCH v3 10/12] sub-process: do not use strbuf_split*(), Junio C Hamano
- [PATCH v3 11/12] trace2: trim_trailing_newline followed by trim is a no-op, Junio C Hamano
- [PATCH v3 12/12] trace2: do not use strbuf_split*(), Junio C Hamano
- [PATCH] test-hashmap: document why it is no longer used but still there, Junio C Hamano
- [PATCH 0/5] git-gui: workaround deprecation of Tcl/TK 8.5 in macOS,
Carlo Marcelo Arenas Belón
- [PATCH v2] send-email: add --get-smtp-server option to fetch SMTP settings,
Aditya Garg
- [PATCH] modify the “foo" file path to "$PWD/bad-clone/sub/foo".,
陈建虎 via GitGitGadget
- [PATCH] status: add --json output format to git status,
Tach via GitGitGadget
- Re: [PATCH] status: add --json output format to git status, Junio C Hamano
[PATCH] clean: do not pass strbuf by value,
Junio C Hamano
[no subject], Unknown
[PATCH 0/3] Teach git-diff-tree(1) option --max-depth,
Toon Claes
[PATCH] send-email: add --get-smtp-server option to fetch SMTP settings,
Aditya Garg
[GSOC PATCH 0/2] builtin/fmt-merge-msg: remove dependency on global variables and 'the_repository',
Ayush Chandekar
[PATCH 0/8] midx: stop deduplicating info redundant with their sources,
Patrick Steinhardt
- [PATCH 1/8] odb: store locality in object database sources, Patrick Steinhardt
- [PATCH 2/8] odb: allow `odb_find_source()` to fail, Patrick Steinhardt
- [PATCH 3/8] odb: return newly created in-memory sources, Patrick Steinhardt
- [PATCH 4/8] midx: drop redundant `struct repository` parameter, Patrick Steinhardt
- [PATCH 5/8] midx: load multi-pack indices via their source, Patrick Steinhardt
- [PATCH 7/8] midx: stop duplicating info redundant with its owning source, Patrick Steinhardt
- [PATCH 6/8] midx: write multi-pack indices via their source, Patrick Steinhardt
- [PATCH 8/8] midx: compute paths via their source, Patrick Steinhardt
- Re: [PATCH 0/8] midx: stop deduplicating info redundant with their sources, Junio C Hamano
- [PATCH v2 0/9] midx: stop duplicating info redundant with their sources, Patrick Steinhardt
- [PATCH v2 1/9] odb: store locality in object database sources, Patrick Steinhardt
- [PATCH v2 2/9] odb: allow `odb_find_source()` to fail, Patrick Steinhardt
- [PATCH v2 3/9] odb: return newly created in-memory sources, Patrick Steinhardt
- [PATCH v2 4/9] odb: simplify calling `link_alt_odb_entry()`, Patrick Steinhardt
- [PATCH v2 5/9] midx: drop redundant `struct repository` parameter, Patrick Steinhardt
- [PATCH v2 7/9] midx: write multi-pack indices via their source, Patrick Steinhardt
- [PATCH v2 6/9] midx: load multi-pack indices via their source, Patrick Steinhardt
- [PATCH v2 8/9] midx: stop duplicating info redundant with its owning source, Patrick Steinhardt
- [PATCH v2 9/9] midx: compute paths via their source, Patrick Steinhardt
- Re: [PATCH v2 0/9] midx: stop duplicating info redundant with their sources, Taylor Blau
- Re: [PATCH 0/8] midx: stop deduplicating info redundant with their sources, Karthik Nayak
- [PATCH v3 00/10] midx: stop duplicating info redundant with their sources, Patrick Steinhardt
- [PATCH v3 01/10] odb: store locality in object database sources, Patrick Steinhardt
- [PATCH v3 02/10] odb: allow `odb_find_source()` to fail, Patrick Steinhardt
- [PATCH v3 03/10] odb: consistently use "dir" to refer to alternate's directory, Patrick Steinhardt
- [PATCH v3 04/10] odb: return newly created in-memory sources, Patrick Steinhardt
- [PATCH v3 05/10] odb: simplify calling `link_alt_odb_entry()`, Patrick Steinhardt
- [PATCH v3 06/10] midx: drop redundant `struct repository` parameter, Patrick Steinhardt
- [PATCH v3 08/10] midx: write multi-pack indices via their source, Patrick Steinhardt
- [PATCH v3 07/10] midx: load multi-pack indices via their source, Patrick Steinhardt
- [PATCH v3 09/10] midx: stop duplicating info redundant with its owning source, Patrick Steinhardt
- [PATCH v3 10/10] midx: compute paths via their source, Patrick Steinhardt
- Re: [PATCH v3 00/10] midx: stop duplicating info redundant with their sources, Junio C Hamano
[PATCH] meson: ensure correct "clar-decls.h" header is used, Patrick Steinhardt
No f, Leticia Cruz
What's cooking in git.git (Jul 2025, #08; Mon, 28),
Junio C Hamano
[PATCH] submodule: Add a config option to skip path validation, Vadim Zeitlin
gitignore pattern matching issue with Windows,
TDD Guru
[PATCH 0/2] optimize string hashing in xdiff,
Alexander Monakov
[PATCH 0/4] builtin/remote: rework how remote refs get renamed,
Patrick Steinhardt
[PATCH] blame: remove parameter detailed in get_commit_info(),
Han Young
[no subject], Unknown
[PATCH 0/4] permit -h/--help-all in more scenarios,
D. Ben Knoble
[RFC] git-secure: add explicit authentication before push or clone,
Victor Duprez
Why does git-grep appear to treat exclude pathspecs differently?,
D. Ben Knoble
[feature] git clean ignored files in nested repositories support,
Alon Bar-Lev
Re: git-phoenix - repository recovery tool,
Skybuck Flying
[RFC] Proposed Git Workflow for Permanent History, Explicit Branch Status, and Developer Continuity,
Skybuck Flying
[BUG?] git-daemon 2.49.0 in F40 no longer exports user directories,
Russell King (Oracle)
[PATCH] t9350: redirect input to only fast-import,
Christian Couder
Subject: [RFC] Add config option to enforce committing .gitignore / .gitattributes before other files,
Kirill Sploshnov
-h prints alias information even for grep,
Kevin Brodsky
[PATCH v6 1/1] test-delta: Replaced space-based indentation with tabs to follow Git coding style., Hoyoung Lee
[PATCH v5 1/1] test-delta: fix indentation style, Hoyoung Lee
`git remote get-url --push`: `url.<base>.pushInsteadOf` is ignored (while `url.<base>.insteadOf` is not), Han Jiang
git clone fsync error on FSx Ontap,
Tim Cederquist
[ANN] git-phoenix - repository recovery tool,
Daniil Iaitskov
What's cooking in git.git (Jul 2025, #07; Thu, 24),
Junio C Hamano
[PATCH 0/2] Avoid submodule overwritten and skip redundant active entries,
K Jayatheerth
Show skipped commit message after rebase conflict?,
Cameron Steffen
`git remote rename` does not work when `refs/remotes/server/HEAD` is unborn (when right after `git remote add -m`),
Han Jiang
[PATCH v4 1/1] test-delta: simplify delta helper with strbuf and better cleanup,
Hoyoung Lee
[PATCH 0/5] ref-filter: small cleanups and fixes,
Karthik Nayak
[PATCH] doc: clarify difference between `push.default` `simple` and `current`,
Dan Fabulich via GitGitGadget
[PATCH] imap-send: add option to mark sent messages as read or unread,
Aditya Garg
git-diff: --ignore-matching-lines has no effect on the output when --name-only is used,
hi
warning: ignoring unknown core.fsync component 'true',
Wang, Jinfeng (CN)
What's cooking in git.git (Jul 2025, #06; Tue, 22),
Junio C Hamano
[PATCH v4] reflog: close leak of reflog expire entry,
Jacob Keller
[GIT PULL] gitk: Sync with 2.50.1, Tcl >= 8.6, git >= 2.20, Johannes Sixt
[PATCH 0/2] builtin: unmark git-switch and git-restore as experimental,
Justin Tobler
[PATCH v3 0/2] fix resource leaks in test helpers,
Hoyoung Lee
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]