Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v2] mergetools: vimdiff: use correct tool's name when reading mergetool config, (continued)
- The repository is broken due to the overflow of the disk space without the possibility of restoration, Кононов Игнатий Александрович
- Bug: git-archive: --add-virtual-file doesn't seem to respect --prefix,
Ron Yorston
- [PATCH] t/lib-credential: clean additional credential,
Bo Anderson via GitGitGadget
- [ANNOUNCE] Git for Windows 2.44.0-rc1, Johannes Schindelin
- [PATCH] doc: add shortcut to "am --whitespace=<action>",
Junio C Hamano
- [RESOLVED] 2.44.0-rc1 clears t0080 problem on NonStop, rsbecker
- [ANNOUNCE] Git v2.43.2,
Junio C Hamano
- [ANNOUNCE] Git v2.44.0-rc1, Junio C Hamano
- [PATCH 00/12] reftable: improve ref iteration performance (pt.2),
Patrick Steinhardt
- [PATCH 01/12] reftable/pq: use `size_t` to track iterator index, Patrick Steinhardt
- [PATCH 02/12] reftable/merged: make `merged_iter` structure private, Patrick Steinhardt
- [PATCH 03/12] reftable/merged: advance subiter on subsequent iteration, Patrick Steinhardt
- [PATCH 04/12] reftable/merged: make subiters own their records, Patrick Steinhardt
- [PATCH 06/12] reftable/merged: handle subiter cleanup on close only, Patrick Steinhardt
- [PATCH 05/12] reftable/merged: remove unnecessary null check for subiters, Patrick Steinhardt
- [PATCH 07/12] reftable/merged: circumvent pqueue with single subiter, Patrick Steinhardt
- [PATCH 08/12] reftable/merged: avoid duplicate pqueue emptiness check, Patrick Steinhardt
- [PATCH 09/12] reftable/record: reuse refname when decoding, Patrick Steinhardt
- [PATCH 10/12] reftable/record: reuse refname when copying, Patrick Steinhardt
- [PATCH 11/12] reftable/record: decode keys in place, Patrick Steinhardt
- [PATCH 12/12] reftable: allow inlining of a few functions, Patrick Steinhardt
- [PATCH v2 00/13] reftable: improve ref iteration performance (pt.2), Patrick Steinhardt
- [PATCH v2 01/13] reftable/pq: use `size_t` to track iterator index, Patrick Steinhardt
- [PATCH v2 02/13] reftable/merged: make `merged_iter` structure private, Patrick Steinhardt
- [PATCH v2 03/13] reftable/merged: advance subiter on subsequent iteration, Patrick Steinhardt
- [PATCH v2 05/13] reftable/merged: remove unnecessary null check for subiters, Patrick Steinhardt
- [PATCH v2 06/13] reftable/merged: handle subiter cleanup on close only, Patrick Steinhardt
- [PATCH v2 07/13] reftable/merged: circumvent pqueue with single subiter, Patrick Steinhardt
- [PATCH v2 08/13] reftable/merged: avoid duplicate pqueue emptiness check, Patrick Steinhardt
- [PATCH v2 11/13] reftable/record: decode keys in place, Patrick Steinhardt
- [PATCH v2 12/13] reftable: allow inlining of a few functions, Patrick Steinhardt
- [PATCH v2 09/13] reftable/record: reuse refname when decoding, Patrick Steinhardt
- [PATCH v2 04/13] reftable/merged: make subiters own their records, Patrick Steinhardt
- [PATCH v2 10/13] reftable/record: reuse refname when copying, Patrick Steinhardt
- [PATCH v2 13/13] refs/reftable: precompute prefix length, Patrick Steinhardt
- [PATCH v3 00/13] reftable: improve ref iteration performance (pt.2), Patrick Steinhardt
- [PATCH v3 01/13] reftable/pq: use `size_t` to track iterator index, Patrick Steinhardt
- [PATCH v3 02/13] reftable/merged: make `merged_iter` structure private, Patrick Steinhardt
- [PATCH v3 03/13] reftable/merged: advance subiter on subsequent iteration, Patrick Steinhardt
- [PATCH v3 04/13] reftable/merged: make subiters own their records, Patrick Steinhardt
- [PATCH v3 05/13] reftable/merged: remove unnecessary null check for subiters, Patrick Steinhardt
- [PATCH v3 06/13] reftable/merged: handle subiter cleanup on close only, Patrick Steinhardt
- [PATCH v3 07/13] reftable/merged: circumvent pqueue with single subiter, Patrick Steinhardt
- [PATCH v3 08/13] reftable/merged: avoid duplicate pqueue emptiness check, Patrick Steinhardt
- [PATCH v3 09/13] reftable/record: reuse refname when decoding, Patrick Steinhardt
- [PATCH v3 10/13] reftable/record: reuse refname when copying, Patrick Steinhardt
- [PATCH v3 11/13] reftable/record: decode keys in place, Patrick Steinhardt
- [PATCH v3 12/13] reftable: allow inlining of a few functions, Patrick Steinhardt
- [PATCH v3 13/13] refs/reftable: precompute prefix length, Patrick Steinhardt
- What's cooking in git.git (Feb 2024, #05; Tue, 13),
Junio C Hamano
- [PATCH] diff: mark some diff parameters as placeholders,
Jiang Xin
- [L10N] ci: bump GitHub Actions versions in l10n.yml,
Jiang Xin
- [PATCH] credential/osxkeychain: store new attributes,
M Hickford via GitGitGadget
- [PATCH 00/12] FSMonitor edge cases on case-insensitive file systems,
Jeff Hostetler via GitGitGadget
- [PATCH 01/12] sparse-index: pass string length to index_file_exists(), Jeff Hostetler via GitGitGadget
- [PATCH 02/12] name-hash: add index_dir_exists2(), Jeff Hostetler via GitGitGadget
- [PATCH 03/12] t7527: add case-insensitve test for FSMonitor, Jeff Hostetler via GitGitGadget
- [PATCH 04/12] fsmonitor: refactor refresh callback on directory events, Jeff Hostetler via GitGitGadget
- [PATCH 05/12] fsmonitor: refactor refresh callback for non-directory events, Jeff Hostetler via GitGitGadget
- [PATCH 06/12] fsmonitor: clarify handling of directory events in callback, Jeff Hostetler via GitGitGadget
- [PATCH 07/12] fsmonitor: refactor untracked-cache invalidation, Jeff Hostetler via GitGitGadget
- [PATCH 08/12] fsmonitor: support case-insensitive directory events, Jeff Hostetler via GitGitGadget
- [PATCH 09/12] fsmonitor: refactor non-directory callback, Jeff Hostetler via GitGitGadget
- [PATCH 10/12] fsmonitor: support case-insensitive non-directory events, Jeff Hostetler via GitGitGadget
- [PATCH 11/12] fsmonitor: refactor bit invalidation in refresh callback, Jeff Hostetler via GitGitGadget
- [PATCH 12/12] t7527: update case-insenstive fsmonitor test, Jeff Hostetler via GitGitGadget
- [PATCH v2 00/16] FSMonitor edge cases on case-insensitive file systems, Jeff Hostetler via GitGitGadget
- [PATCH v2 01/16] name-hash: add index_dir_find(), Jeff Hostetler via GitGitGadget
- [PATCH v2 03/16] t7527: temporarily disable case-insensitive tests, Jeff Hostetler via GitGitGadget
- [PATCH v2 02/16] t7527: add case-insensitve test for FSMonitor, Jeff Hostetler via GitGitGadget
- [PATCH v2 05/16] fsmonitor: clarify handling of directory events in callback helper, Jeff Hostetler via GitGitGadget
- [PATCH v2 04/16] fsmonitor: refactor refresh callback on directory events, Jeff Hostetler via GitGitGadget
- [PATCH v2 06/16] fsmonitor: refactor refresh callback for non-directory events, Jeff Hostetler via GitGitGadget
- [PATCH v2 07/16] dir: create untracked_cache_invalidate_trimmed_path(), Jeff Hostetler via GitGitGadget
- [PATCH v2 08/16] fsmonitor: refactor untracked-cache invalidation, Jeff Hostetler via GitGitGadget
- [PATCH v2 09/16] fsmonitor: move untracked invalidation into helper functions, Jeff Hostetler via GitGitGadget
- [PATCH v2 10/16] fsmonitor: return invalidated cache-entry count on directory event, Jeff Hostetler via GitGitGadget
- [PATCH v2 11/16] fsmonitor: remove custom loop from non-directory path handler, Jeff Hostetler via GitGitGadget
- [PATCH v2 13/16] fsmonitor: trace the new invalidated cache-entry count, Jeff Hostetler via GitGitGadget
- [PATCH v2 12/16] fsmonitor: return invalided cache-entry count on non-directory event, Jeff Hostetler via GitGitGadget
- [PATCH v2 14/16] fsmonitor: support case-insensitive events, Jeff Hostetler via GitGitGadget
- [PATCH v2 15/16] fsmonitor: refactor bit invalidation in refresh callback, Jeff Hostetler via GitGitGadget
- [PATCH v2 16/16] t7527: update case-insenstive fsmonitor test, Jeff Hostetler via GitGitGadget
- [PATCH v3 00/14] FSMonitor edge cases on case-insensitive file systems, Jeff Hostetler via GitGitGadget
- [PATCH v3 01/14] name-hash: add index_dir_find(), Jeff Hostetler via GitGitGadget
- [PATCH v3 02/14] t7527: add case-insensitve test for FSMonitor, Jeff Hostetler via GitGitGadget
- [PATCH v3 03/14] fsmonitor: refactor refresh callback on directory events, Jeff Hostetler via GitGitGadget
- [PATCH v3 04/14] fsmonitor: clarify handling of directory events in callback helper, Jeff Hostetler via GitGitGadget
- [PATCH v3 05/14] fsmonitor: refactor refresh callback for non-directory events, Jeff Hostetler via GitGitGadget
- [PATCH v3 06/14] dir: create untracked_cache_invalidate_trimmed_path(), Jeff Hostetler via GitGitGadget
- [PATCH v3 07/14] fsmonitor: refactor untracked-cache invalidation, Jeff Hostetler via GitGitGadget
- [PATCH v3 08/14] fsmonitor: move untracked-cache invalidation into helper functions, Jeff Hostetler via GitGitGadget
- [PATCH v3 09/14] fsmonitor: return invalidated cache-entry count on directory event, Jeff Hostetler via GitGitGadget
- [PATCH v3 10/14] fsmonitor: remove custom loop from non-directory path handler, Jeff Hostetler via GitGitGadget
- [PATCH v3 11/14] fsmonitor: return invalided cache-entry count on non-directory event, Jeff Hostetler via GitGitGadget
- [PATCH v3 12/14] fsmonitor: trace the new invalidated cache-entry count, Jeff Hostetler via GitGitGadget
- [PATCH v3 13/14] fsmonitor: refactor bit invalidation in refresh callback, Jeff Hostetler via GitGitGadget
- [PATCH v3 14/14] fsmonitor: support case-insensitive events, Jeff Hostetler via GitGitGadget
- Re: [PATCH v3 00/14] FSMonitor edge cases on case-insensitive file systems, Junio C Hamano
- Re: [PATCH v3 00/14] FSMonitor edge cases on case-insensitive file systems, Patrick Steinhardt
- [GSOC][RFC] microproject: use test_path_is_* functions in test scripts,
Vincenzo MEZZELA
- [PATCH 00/12] The merge-base logic vs missing commit objects,
Johannes Schindelin via GitGitGadget
- [PATCH 01/12] paint_down_to_common: plug a memory leak, Johannes Schindelin via GitGitGadget
- [PATCH 03/12] Prepare `repo_in_merge_bases_many()` to optionally expect missing commits, Johannes Schindelin via GitGitGadget
- [PATCH 02/12] Let `repo_in_merge_bases()` report missing commits, Johannes Schindelin via GitGitGadget
- [PATCH 05/12] commit-reach: start reporting errors in `paint_down_to_common()`, Johannes Schindelin via GitGitGadget
- [PATCH 04/12] Prepare `paint_down_to_common()` for handling shallow commits, Johannes Schindelin via GitGitGadget
- [PATCH 06/12] merge_bases_many(): pass on errors from `paint_down_to_common()`, Johannes Schindelin via GitGitGadget
- [PATCH 07/12] get_merge_bases_many_0(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH 08/12] repo_get_merge_bases(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH 09/12] get_octopus_merge_bases(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH 10/12] repo_get_merge_bases_many(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH 11/12] repo_get_merge_bases_many_dirty(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH 12/12] paint_down_to_common(): special-case shallow/partial clones, Johannes Schindelin via GitGitGadget
- Re: [PATCH 00/12] The merge-base logic vs missing commit objects, Junio C Hamano
- [PATCH v2 00/11] The merge-base logic vs missing commit objects, Johannes Schindelin via GitGitGadget
- [PATCH v2 01/11] paint_down_to_common: plug two memory leaks, Johannes Schindelin via GitGitGadget
- [PATCH v2 02/11] Prepare `repo_in_merge_bases_many()` to optionally expect missing commits, Johannes Schindelin via GitGitGadget
- [PATCH v2 03/11] Start reporting missing commits in `repo_in_merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH v2 04/11] Prepare `paint_down_to_common()` for handling shallow commits, Johannes Schindelin via GitGitGadget
- [PATCH v2 05/11] commit-reach: start reporting errors in `paint_down_to_common()`, Johannes Schindelin via GitGitGadget
- [PATCH v2 06/11] merge_bases_many(): pass on errors from `paint_down_to_common()`, Johannes Schindelin via GitGitGadget
- [PATCH v2 07/11] get_merge_bases_many_0(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH v2 08/11] repo_get_merge_bases(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH v2 10/11] repo_get_merge_bases_many(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH v2 09/11] get_octopus_merge_bases(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH v2 11/11] repo_get_merge_bases_many_dirty(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH v3 00/11] The merge-base logic vs missing commit objects, Johannes Schindelin via GitGitGadget
- [PATCH v3 01/11] paint_down_to_common: plug two memory leaks, Johannes Schindelin via GitGitGadget
- [PATCH v3 02/11] Prepare `repo_in_merge_bases_many()` to optionally expect missing commits, Johannes Schindelin via GitGitGadget
- [PATCH v3 03/11] Start reporting missing commits in `repo_in_merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH v3 05/11] commit-reach: start reporting errors in `paint_down_to_common()`, Johannes Schindelin via GitGitGadget
- [PATCH v3 06/11] merge_bases_many(): pass on errors from `paint_down_to_common()`, Johannes Schindelin via GitGitGadget
- [PATCH v3 07/11] get_merge_bases_many_0(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH v3 08/11] repo_get_merge_bases(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH v3 09/11] get_octopus_merge_bases(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH v3 10/11] repo_get_merge_bases_many(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH v3 04/11] Prepare `paint_down_to_common()` for handling shallow commits, Johannes Schindelin via GitGitGadget
- [PATCH v3 11/11] repo_get_merge_bases_many_dirty(): pass on errors from `merge_bases_many()`, Johannes Schindelin via GitGitGadget
- [PATCH v4 00/11] The merge-base logic vs missing commit objects, Johannes Schindelin via GitGitGadget
- [PATCH v4 01/11] commit-reach(paint_down_to_common): plug two memory leaks, Johannes Schindelin via GitGitGadget
- [PATCH v4 02/11] commit-reach(repo_in_merge_bases_many): optionally expect missing commits, Johannes Schindelin via GitGitGadget
- [PATCH v4 04/11] commit-reach(paint_down_to_common): prepare for handling shallow commits, Johannes Schindelin via GitGitGadget
- [PATCH v4 03/11] commit-reach(repo_in_merge_bases_many): report missing commits, Johannes Schindelin via GitGitGadget
- [PATCH v4 05/11] commit-reach(paint_down_to_common): start reporting errors, Johannes Schindelin via GitGitGadget
- [PATCH v4 06/11] commit-reach(merge_bases_many): pass on "missing commits" errors, Johannes Schindelin via GitGitGadget
- [PATCH v4 08/11] commit-reach(repo_get_merge_bases): pass on "missing commits" errors, Johannes Schindelin via GitGitGadget
- [PATCH v4 07/11] commit-reach(get_merge_bases_many_0): pass on "missing commits" errors, Johannes Schindelin via GitGitGadget
- [PATCH v4 10/11] commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors, Johannes Schindelin via GitGitGadget
- [PATCH v4 11/11] commit-reach(repo_get_merge_bases_many_dirty): pass on errors, Johannes Schindelin via GitGitGadget
- [PATCH v4 09/11] commit-reach(get_octopus_merge_bases): pass on "missing commits" errors, Johannes Schindelin via GitGitGadget
- Possible bug with 'diff --cc' report, Groboclown
- Bug report: Incorrect GIT_FLUSH behavior in 2.43.1 (regression and breaking),
Xiaoguang WANG
- Bids Take-off, gonzalezterrell618
- Bug: git-subtree: splitting subtree fails when subtree was added, removed and added again, tionis
- [PATCH] t9146: replace test -d/-f with appropriate test_path_is_* function,
Chandra Pratap via GitGitGadget
- [PATCH] ci: bump remaining outdated Actions versions,
Johannes Schindelin via GitGitGadget
- [PATCH] unit-tests: do show relative file paths on non-Windows, too,
Junio C Hamano
- git gc changes ownerships of files linux,
K_V
- [BUG] git 2.44.0-rc0 t0080.1 Breaks on NonStop x86 and ia64,
rsbecker
- [L10N] Kickoff for Git 2.44.0 round #1,
Jiang Xin
- [ANNOUNCE] Git for Windows 2.44.0-rc0,
Johannes Schindelin
- Open Apple Store, Ashok Sharma
- [PATCH] use xstrncmpz(), René Scharfe
- git status became very slow after upgrading git,
Vijay Raghavan Aravamudhan
- [PATCH 1/2] receive-pack: use find_commit_header() in check_cert_push_options(),
René Scharfe
- [ANNOUNCE] Git v2.44.0-rc0, Junio C Hamano
- [ANNOUNCE] Git v2.43.1, Junio C Hamano
- What's cooking in git.git (Feb 2024, #04; Thu, 8),
Junio C Hamano
- Interactive rebase: using "pick" for merge commits,
Stefan Haller
- git column fails (or crashes) if padding is negative,
Tiago Pascoal
- Race condition in git-bundle(1) create when ref is updated while running,
Toon Claes
- [PATCH] doc: git.txt-Fix inconsistency param description,
秃头灯笼鱼 via GitGitGadget
- [PATCH 0/7] t: drop more REFFILES prereqs,
Patrick Steinhardt
- [PATCH 1/7] t: move tests exercising the "files" backend, Patrick Steinhardt
- [PATCH 2/7] t0410: enable tests with extensions with non-default repo format, Patrick Steinhardt
- [PATCH 3/7] t1400: exercise reflog with gaps with reftable backend, Patrick Steinhardt
- [PATCH 4/7] t1404: make D/F conflict tests compatible with reftable backend, Patrick Steinhardt
- [PATCH 5/7] t1405: remove unneeded cleanup step, Patrick Steinhardt
- [PATCH 6/7] t2011: exercise D/F conflicts with HEAD with the reftable backend, Patrick Steinhardt
- [PATCH 7/7] t7003: ensure filter-branch prunes reflogs with the reftable backend, Patrick Steinhardt
- Re: [PATCH 0/7] t: drop more REFFILES prereqs, Karthik Nayak
- Re: [PATCH 0/7] t: drop more REFFILES prereqs, Junio C Hamano
- [PATCH v2 0/7] t: drop more REFFILES prereqs, Patrick Steinhardt
- libification: how to avoid symbol collisions?,
Kyle Lippincott
- [PATCH] git: --no-lazy-fetch option,
Junio C Hamano
- cloning the linxu kernel repo at a VPS with small RAM,
Toralf Förster
- [PATCH] prune: mark rebase autostash and orig-head as reachable,
Phillip Wood via GitGitGadget
- Bug: Commit fails when no global email address is set even though --author is used,
Marcus Tillmanns
- [PATCH v2 0/4] rev-list: allow missing tips with --missing,
Christian Couder
- [PATCH] refs/reftable: fix leak when copying reflog fails,
Patrick Steinhardt
- [PATCH] ref-filter.c: sort formatted dates by byte value,
Victoria Dye via GitGitGadget
- Interest in options for stash -k and -u by default,
Ricardo C
- git gc destroys autostash,
Orgad Shaneh
- Supporting --no-edit for git rebase --continue,
Orgad Shaneh
- [PATCH] tag: fix sign_buffer() call to create a signed tag,
Junio C Hamano
- [RFH] "git -C there add foo" completes, s/add/diff/ does not,
Junio C Hamano
- [PATCH 0/2] show-ref --verify: accept psuedorefs,
Phillip Wood via GitGitGadget
- GitGui tool - new local clone is missing commit(s) and missing a tag on master branch,
Allan Ford
- What's cooking in git.git (Feb 2024, #03; Tue, 6),
Junio C Hamano
- [PATCH] restore: allow --staged on unborn branch,
Ghanshyam Thakkar
- Query about gitignore,
Divyaditya Singh
Wrong exit code on failed SSH signing,
Sergey Kosukhin
Bug: git submodule update doesn't give a prompt to add pubkey of remote repo host, and failed because of it., DingJunyao
gitk view could use a checkbox for stash, Britton Kerin
gitk view Branches & tags field would benefit from globs, Britton Kerin
is it a bug that git status show the in-progress 'edit' in an interactive rebase as 'done'?,
Britton Kerin
[PATCH 0/4] merge-tree: handle missing objects correctly,
Johannes Schindelin via GitGitGadget
[PATCH] doc: diff-options: clarify --relative option, Han Young
[PATCH 0/4] Speed up git-notes show,
Maarten Bosmans
git-gui desktop launcher,
Tobias Boesch
Project Estimates,
arnoldroberts123
[PATCH] commit.c: ensure strchrnul() doesn't scan beyond range,
Chandra Pratap via GitGitGadget
[Outreachy][PATCH 1/2] date: refactor 64 bit prereq code into reusable functions,
Achu Luma
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]