Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH 12/12] t7527: update case-insenstive fsmonitor test, (continued)
- [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
[PATCH] Always check the return value of `repo_read_object_file()`,
Johannes Schindelin via GitGitGadget
[PATCH] branch: clarify <oldbranch> and <newbranch> terms further,
Dragan Simic
submodules: multiple alternative relative URL schemes?, Matthew Ogilvie
[PATCH 0/2] Fix gitlab's token-based authentication w/ kerberos,
Quentin Bouget
[PATCH] .github/PULL_REQUEST_TEMPLATE.md: add a note about single-commit PRs,
Philippe Blain via GitGitGadget
cpkotsoomcsin, IPHONE
git-users: email list has become spam-drowned,
Kristoffer Haugsbakk
No one is aloud to make changes to dependency’s beside me- owner of domain and software!, ross nicholas Oneil thomas
What's cooking in git.git (Feb 2024, #02; Fri, 2),
Junio C Hamano
What's cooking in git.git (Feb 2024, #01; Fri, 2),
Junio C Hamano
[PATCH 0/2] GitHub Actions update,
Junio C Hamano
[PATCH 2/2] GitHub Actions: update to github-script@v7, Junio C Hamano
Hello question on Git for Windows 2.43.0 - GUID and/or SWID tag for this title,
Christian Castro
[PATCH] sparse-index: pass string length to index_file_exists(),
Jeff Hostetler via GitGitGadget
single-char options,
Martin Guy
Git submodule ssh command recursion bug, David Weber
[PATCH] t/t3515-cherry-pick-rebase.sh: new testcase demonstrating broken behavior,
Vegard Nossum
[PATCH] imap-send: add missing "strbuf.h" include under NO_CURL,
Philippe Blain via GitGitGadget
[ANNOUNCE] Git Rev News edition 107, Christian Couder
Migrate away from vger to GitHub or (on-premise) GitLab?,
Hans Meiser
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]