Show patches with: none      |   43244 patches
« 1 2 ... 223 224 225432 433 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,8/8] ci: run test round with parallel-checkout enabled Parallel Checkout (part 3) - - - --- 2021-05-04 Matheus Tavares New
[v3,7/8] parallel-checkout: add tests related to .gitattributes Parallel Checkout (part 3) - - - --- 2021-05-04 Matheus Tavares New
[v3,6/8] t0028: extract encoding helpers to lib-encoding.sh Parallel Checkout (part 3) - - - --- 2021-05-04 Matheus Tavares New
[v3,5/8] parallel-checkout: add tests related to path collisions Parallel Checkout (part 3) - - - --- 2021-05-04 Matheus Tavares New
[v3,4/8] parallel-checkout: add tests for basic operations Parallel Checkout (part 3) - - - --- 2021-05-04 Matheus Tavares New
[v3,3/8] checkout-index: add parallel checkout support Parallel Checkout (part 3) - - - --- 2021-05-04 Matheus Tavares New
[v3,2/8] builtin/checkout.c: complete parallel checkout support Parallel Checkout (part 3) - - - --- 2021-05-04 Matheus Tavares New
[v3,1/8] make_transient_cache_entry(): optionally alloc from mem_pool Parallel Checkout (part 3) - - - --- 2021-05-04 Matheus Tavares New
word diff: handle zero length matches word diff: handle zero length matches - - - --- 2021-05-04 Phillip Wood Accepted
[2/2] patience diff: remove unused variable A couple of small patience diff cleanups - - - --- 2021-05-04 Phillip Wood Accepted
[1/2] patience diff: remove unnecessary string comparisons A couple of small patience diff cleanups - - - --- 2021-05-04 Phillip Wood Accepted
[v2,13/13] merge-ort, diffcore-rename: employ cached renames when possible Optimization batch 11: avoid repeatedly detecting same renames - - - --- 2021-05-04 Elijah Newren Superseded
[v2,12/13] merge-ort: handle interactions of caching and rename/rename(1to1) cases Optimization batch 11: avoid repeatedly detecting same renames - - - --- 2021-05-04 Elijah Newren Superseded
[v2,11/13] merge-ort: add helper functions for using cached renames Optimization batch 11: avoid repeatedly detecting same renames - - - --- 2021-05-04 Elijah Newren Superseded
[v2,10/13] merge-ort: preserve cached renames for the appropriate side Optimization batch 11: avoid repeatedly detecting same renames - - - --- 2021-05-04 Elijah Newren Superseded
[v2,09/13] merge-ort: avoid accidental API mis-use Optimization batch 11: avoid repeatedly detecting same renames - - - --- 2021-05-04 Elijah Newren Superseded
[v2,08/13] merge-ort: add code to check for whether cached renames can be reused Optimization batch 11: avoid repeatedly detecting same renames - - - --- 2021-05-04 Elijah Newren Superseded
[v2,07/13] merge-ort: populate caches of rename detection results Optimization batch 11: avoid repeatedly detecting same renames - - - --- 2021-05-04 Elijah Newren Superseded
[v2,06/13] merge-ort: add data structures for in-memory caching of rename detection Optimization batch 11: avoid repeatedly detecting same renames - - - --- 2021-05-04 Elijah Newren Superseded
[v2,05/13] t6429: testcases for remembering renames Optimization batch 11: avoid repeatedly detecting same renames - - - --- 2021-05-04 Elijah Newren Superseded
[v2,04/13] fast-rebase: write conflict state to working tree, index, and HEAD Optimization batch 11: avoid repeatedly detecting same renames - - - --- 2021-05-04 Elijah Newren Superseded
[v2,03/13] fast-rebase: change assert() to BUG() Optimization batch 11: avoid repeatedly detecting same renames - - - --- 2021-05-04 Elijah Newren Superseded
[v2,02/13] Documentation/technical: describe remembering renames optimization Optimization batch 11: avoid repeatedly detecting same renames - - - --- 2021-05-04 Elijah Newren Superseded
[v2,01/13] t6423: rename file within directory that other side renamed Optimization batch 11: avoid repeatedly detecting same renames - - - --- 2021-05-04 Elijah Newren Superseded
[v2,9/9] docs: document symlink restrictions for dot-files leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-03 Jeff King Accepted
[v2,8/9] fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOW leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-03 Jeff King Accepted
[v2,7/9] t0060: test ntfs/hfs-obscured dotfiles leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-03 Jeff King Accepted
[v2,6/9] t7450: test .gitmodules symlink matching against obscured names leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-03 Jeff King Accepted
[v2,5/9] t7450: test verify_path() handling of gitmodules leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-03 Jeff King Accepted
[v2,4/9] t7415: rename to expand scope leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-03 Jeff King Accepted
[v2,3/9] fsck_tree(): wrap some long lines leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-03 Jeff King Accepted
[v2,2/9] fsck_tree(): fix shadowed variable leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-03 Jeff King Accepted
[v2,1/9] t7415: remove out-dated comment about translation leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-03 Jeff King Accepted
[v2] work around zsh comment in __git_complete_worktree_paths [v2] work around zsh comment in __git_complete_worktree_paths - - - --- 2021-05-03 Sardorbek Imomaliev Accepted
[v12,2/2,GSOC] trailer: add new .cmd config option trailer: add new .cmd config option - - - --- 2021-05-03 ZheNing Hu Accepted
[v12,1/2,GSOC] docs: correct descript of trailer.<token>.command trailer: add new .cmd config option - - - --- 2021-05-03 ZheNing Hu Accepted
[v4,GSOC] pretty: provide human date format [v4,GSOC] pretty: provide human date format - - - --- 2021-05-03 ZheNing Hu New
[v2] fsmonitor: only enable it in non-bare repositories [v2] fsmonitor: only enable it in non-bare repositories - - - --- 2021-05-03 Johannes Schindelin New
[v2] CodingGuidelines: explicitly allow "local" for test scripts [v2] CodingGuidelines: explicitly allow "local" for test scripts - - - --- 2021-05-03 Junio C Hamano Accepted
CodingGuidelines: explicitly allow "local" for test scripts CodingGuidelines: explicitly allow "local" for test scripts - - - --- 2021-05-03 Junio C Hamano Superseded
[v4,2/2] merge: fix swapped "up to date" message components [v3] git-merge: rewrite already up to date message - - - --- 2021-05-02 Eric Sunshine New
[v4,1/2] merge(s): apply consistent punctuation to "up to date" messages normalize & fix merge "up to date" messages - - - --- 2021-05-02 Eric Sunshine New
[9/9] docs: document symlink restrictions for dot-files leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-01 Jeff King Superseded
[8/9] fsck: warn about symlinked dotfiles we'll open with O_NOFOLLOW leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-01 Jeff King Superseded
[7/9] t0060: test ntfs/hfs-obscured dotfiles leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-01 Jeff King Superseded
[6/9] t7450: test .gitmodules symlink matching against obscured names leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-01 Jeff King Superseded
[5/9] t7450: test verify_path() handling of gitmodules leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-01 Jeff King Superseded
[4/9] t7415: rename to expand scope leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-01 Jeff King Superseded
[3/9] fsck_tree(): wrap some long lines leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-01 Jeff King Superseded
[2/9] fsck_tree(): fix shadowed variable leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-01 Jeff King Superseded
[1/9] t7415: remove out-dated comment about translation leftover bits from symlinked gitattributes, etc topics - - - --- 2021-05-01 Jeff King Superseded
maintenance: use systemd timers on Linux maintenance: use systemd timers on Linux - - - --- 2021-05-01 Lénaïc Huard Superseded
[v2] docs/format-patch: mention handling of merges [v2] docs/format-patch: mention handling of merges - - - --- 2021-05-01 Jeff King Accepted
[5/5] pack-objects: clamp negative depth to 0 pack-objects: better handling of negative options - - - --- 2021-05-01 Jeff King New
[4/5] t5316: check behavior of pack-objects --depth=0 pack-objects: better handling of negative options - - - --- 2021-05-01 Jeff King New
[3/5] pack-objects: clamp negative window size to 0 pack-objects: better handling of negative options - - - --- 2021-05-01 Jeff King New
[2/5] t5300: check that we produced expected number of deltas pack-objects: better handling of negative options - - - --- 2021-05-01 Jeff King New
[1/5] t5300: modernize basic tests pack-objects: better handling of negative options - - - --- 2021-05-01 Jeff King New
[v4,5/5] fast-export, fast-import: add support for signed-commits fast-export, fast-import: add support for signed-commits - - - --- 2021-04-30 Luke Shumaker New
[v4,4/5] fast-export: do not modify memory from get_commit_buffer fast-export, fast-import: add support for signed-commits - - - --- 2021-04-30 Luke Shumaker New
[v4,3/5] git-fast-export.txt: clarify why 'verbatim' may not be a good idea fast-export, fast-import: add support for signed-commits - - - --- 2021-04-30 Luke Shumaker New
[v4,2/5] fast-export: rename --signed-tags='warn' to 'warn-verbatim' fast-export, fast-import: add support for signed-commits - - - --- 2021-04-30 Luke Shumaker New
[v4,1/5] git-fast-import.txt: add missing LF in the BNF fast-export, fast-import: add support for signed-commits - - - --- 2021-04-30 Luke Shumaker New
[v2,8/8] ci: run test round with parallel-checkout enabled Parallel Checkout (part 3) - - - --- 2021-04-30 Matheus Tavares Superseded
[v2,7/8] parallel-checkout: add tests related to .gitattributes Parallel Checkout (part 3) - - - --- 2021-04-30 Matheus Tavares Superseded
[v2,6/8] t0028: extract encoding helpers to lib-encoding.sh Parallel Checkout (part 3) - - - --- 2021-04-30 Matheus Tavares Superseded
[v2,5/8] parallel-checkout: add tests related to path collisions Parallel Checkout (part 3) - - - --- 2021-04-30 Matheus Tavares Superseded
[v2,4/8] parallel-checkout: add tests for basic operations Parallel Checkout (part 3) - - - --- 2021-04-30 Matheus Tavares Superseded
[v2,3/8] checkout-index: add parallel checkout support Parallel Checkout (part 3) - - - --- 2021-04-30 Matheus Tavares Superseded
[v2,2/8] builtin/checkout.c: complete parallel checkout support Parallel Checkout (part 3) - - - --- 2021-04-30 Matheus Tavares Superseded
[v2,1/8] make_transient_cache_entry(): optionally alloc from mem_pool Parallel Checkout (part 3) - - - --- 2021-04-30 Matheus Tavares Superseded
urlmatch: do not allow passwords in URLs by default urlmatch: do not allow passwords in URLs by default - - - --- 2021-04-30 Derrick Stolee New
[3/3] t5601: add nonstopssh SSH variant sub-tests Explicit support for NonStop SSH variant - - - --- 2021-04-30 Randall S. Becker New
[2/3] ssh.txt: document nonstopssh variant Explicit support for NonStop SSH variant - - - --- 2021-04-30 Randall S. Becker New
[1/3] connect.c: add nonstopssh variant to the sshVariant set. Explicit support for NonStop SSH variant - - - --- 2021-04-30 Randall S. Becker New
submodule update: silence underlying fetch with "--quiet" submodule update: silence underlying fetch with "--quiet" - - - --- 2021-04-30 Nicholas Clark Accepted
[v2] bisect--helper: use BISECT_TERMS in 'bisect skip' command [v2] bisect--helper: use BISECT_TERMS in 'bisect skip' command - - - --- 2021-04-29 Ramsay Jones Accepted
cygwin: disallow backslashes in file names cygwin: disallow backslashes in file names - - - --- 2021-04-29 Adam Dinwoodie New
[8/8] refs: explicitly propagate errno from refs_read_raw_ref refs: cleanup errno sideband ref related functions - - - --- 2021-04-29 Han-Wen Nienhuys New
[7/8] refs: stop setting EINVAL and ELOOP in symref resolution refs: cleanup errno sideband ref related functions - - - --- 2021-04-29 Han-Wen Nienhuys New
[6/8] refs: clear errno return in refs_resolve_ref_unsafe() refs: cleanup errno sideband ref related functions - - - --- 2021-04-29 Han-Wen Nienhuys New
[5/8] refs: add failure_errno to refs_read_raw_ref() signature refs: cleanup errno sideband ref related functions - - - --- 2021-04-29 Han-Wen Nienhuys New
[4/8] refs: make errno output explicit for refs_resolve_ref_unsafe refs: cleanup errno sideband ref related functions - - - --- 2021-04-29 Han-Wen Nienhuys New
[3/8] refs: make errno output explicit for read_raw_ref_fn refs: cleanup errno sideband ref related functions - - - --- 2021-04-29 Han-Wen Nienhuys New
[2/8] refs/files-backend: stop setting errno from lock_ref_oid_basic refs: cleanup errno sideband ref related functions - - - --- 2021-04-29 Han-Wen Nienhuys New
[1/8] refs: remove EINVAL specification from the errno sideband in read_raw_ref_fn refs: cleanup errno sideband ref related functions - - - --- 2021-04-29 Han-Wen Nienhuys New
git am / patch utility not applying a .patch to the correct function git am / patch utility not applying a .patch to the correct function - - - --- 2021-04-29 Alejandro Sanchez New
[v2,2/2] git: support separate arg for `--config-env`'s value git: support separate arg for `--config-env`'s value - - - --- 2021-04-29 Patrick Steinhardt Accepted
[v2,1/2] git.txt: fix synopsis of `--config-env` missing the equals sign git: support separate arg for `--config-env`'s value - - - --- 2021-04-29 Patrick Steinhardt Accepted
mergetool: add win32 path translation for diffmerge mergetool: add win32 path translation for diffmerge - - - --- 2021-04-29 Bert Huijben New
[GSOC] ref-filter: add %(notes) format atom [GSOC] ref-filter: add %(notes) format atom - - - --- 2021-04-29 ZheNing Hu New
Fix: fix comment for __git_complete_worktree_paths Fix: fix comment for __git_complete_worktree_paths - - - --- 2021-04-29 Sardorbek Imomaliev New
fsmonitor: only enable it in non-bare repositories fsmonitor: only enable it in non-bare repositories - - - --- 2021-04-29 Johannes Schindelin Superseded
[v6] Add git-p4.fallbackEncoding [v6] Add git-p4.fallbackEncoding - - - --- 2021-04-29 Tzadik Vanderhoof New
[v4] t6030: add test for git bisect skip started with --term* arguments [v4] t6030: add test for git bisect skip started with --term* arguments - - - --- 2021-04-29 Bagas Sanjaya New
[V3] git-apply: adjust messages to account for --3way changes [V3] git-apply: adjust messages to account for --3way changes - - - --- 2021-04-29 Jerry Zhang Accepted
git-p4: speed up search for branch parent git-p4: speed up search for branch parent - - - --- 2021-04-28 Joachim Kuebart Superseded
repo-settings.c: simplify the setup repo-settings.c: simplify the setup - - - --- 2021-04-28 Ævar Arnfjörð Bjarmason New
[v2,2/2] prune: save reachable-from-recent objects with bitmaps prune: save reachable-from-recent objects with bitmaps - - - --- 2021-04-28 Jeff King New
[v2,1/2] pack-bitmap: clean up include_check after use prune: save reachable-from-recent objects with bitmaps - - - --- 2021-04-28 Jeff King New
« 1 2 ... 223 224 225432 433 »