Show patches with: Archived = No       |   19531 patches
« 1 2 ... 106 107 108195 196 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,4/9] submodule: inline submodule_commits() into caller fetch --recurse-submodules: fetch unpopulated submodules - - - --- 2022-02-15 Glen Choo Superseded
[v2,3/9] submodule: make static functions read submodules from commits fetch --recurse-submodules: fetch unpopulated submodules - - - --- 2022-02-15 Glen Choo Superseded
[v2,2/9] t5526: use grep to assert on fetches fetch --recurse-submodules: fetch unpopulated submodules - - - --- 2022-02-15 Glen Choo Superseded
[v2,1/9] t5526: introduce test helper to assert on fetches fetch --recurse-submodules: fetch unpopulated submodules - - - --- 2022-02-15 Glen Choo Superseded
[v2,6/6] sparse-checkout: reject arguments in cone-mode that look like patterns [v2,1/6] sparse-checkout: correct reapply's handling of options - - - --- 2022-02-15 Elijah Newren Superseded
[v2,5/6] sparse-checkout: reject non-cone-mode patterns starting with a '#' [v2,1/6] sparse-checkout: correct reapply's handling of options - - - --- 2022-02-15 Elijah Newren Superseded
[v2,4/6] sparse-checkout: error or warn when given individual files [v2,1/6] sparse-checkout: correct reapply's handling of options - - - --- 2022-02-15 Elijah Newren Superseded
[v2,3/6] sparse-checkout: pay attention to prefix for {set, add} [v2,1/6] sparse-checkout: correct reapply's handling of options - - - --- 2022-02-15 Elijah Newren Superseded
[v2,2/6] sparse-checkout: correctly set non-cone mode when expected [v2,1/6] sparse-checkout: correct reapply's handling of options - - - --- 2022-02-15 Elijah Newren Superseded
[v2,1/6] sparse-checkout: correct reapply's handling of options [v2,1/6] sparse-checkout: correct reapply's handling of options - - - --- 2022-02-15 Elijah Newren Superseded
[v6,4/4] cat-file: add --batch-command mode Add cat-file --batch-command flag - - - --- 2022-02-14 John Cai Superseded
[v6,3/4] cat-file: add remove_timestamp helper Add cat-file --batch-command flag - - - --- 2022-02-14 John Cai Superseded
[v6,2/4] cat-file: introduce batch_mode enum to replace print_contents Add cat-file --batch-command flag - - - --- 2022-02-14 John Cai Superseded
[v6,1/4] cat-file: rename cmdmode to transform_mode Add cat-file --batch-command flag - - - --- 2022-02-14 John Cai Superseded
dir: force untracked cache with core.untrackedCache dir: force untracked cache with core.untrackedCache - - - --- 2022-02-14 Derrick Stolee Superseded
mailmap: change primary address for Derrick Stolee mailmap: change primary address for Derrick Stolee - - - --- 2022-02-14 Derrick Stolee Accepted
[v2,1/2] t0027: add tests for eol without text in .gitattributes Improvements to tests and docs for .gitattributes eol - - - --- 2022-02-14 brian m. carlson Accepted
[v4,12/12] git-merge-tree.txt: add a section on potentional usage mistakes In-core git merge-tree ("Server side merges") - - - --- 2022-02-12 Elijah Newren Superseded
[v4,11/12] merge-tree: add a --allow-unrelated-histories flag In-core git merge-tree ("Server side merges") - - - --- 2022-02-12 Elijah Newren Superseded
[v4,10/12] merge-tree: allow `ls-files -u` style info to be NUL terminated In-core git merge-tree ("Server side merges") - - - --- 2022-02-12 Elijah Newren Superseded
[v4,09/12] merge-tree: provide easy access to `ls-files -u` style info In-core git merge-tree ("Server side merges") - - - --- 2022-02-12 Elijah Newren Superseded
[v4,08/12] merge-tree: provide a list of which files have conflicts In-core git merge-tree ("Server side merges") - - - --- 2022-02-12 Elijah Newren Superseded
[v4,07/12] merge-ort: provide a merge_get_conflicted_files() helper function In-core git merge-tree ("Server side merges") - - - --- 2022-02-12 Elijah Newren Superseded
[v4,06/12] merge-tree: support including merge messages in output In-core git merge-tree ("Server side merges") - - - --- 2022-02-12 Elijah Newren Superseded
[v4,05/12] merge-ort: split out a separate display_update_messages() function In-core git merge-tree ("Server side merges") - - - --- 2022-02-12 Elijah Newren Superseded
[v4,04/12] merge-tree: implement real merges In-core git merge-tree ("Server side merges") - - - --- 2022-02-12 Elijah Newren Superseded
[v4,03/12] merge-tree: add option parsing and initial shell for real merge function In-core git merge-tree ("Server side merges") - - - --- 2022-02-12 Elijah Newren Superseded
[v4,02/12] merge-tree: move logic for existing merge into new function In-core git merge-tree ("Server side merges") - - - --- 2022-02-12 Elijah Newren Superseded
[v4,01/12] merge-tree: rename merge_trees() to trivial_merge_trees() In-core git merge-tree ("Server side merges") - - - --- 2022-02-12 Elijah Newren Superseded
[v5,30/30] update-index: convert fsmonitor warnings to advise Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,29/30] t7527: test status with untracked-cache and fsmonitor--daemon Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,28/30] fsmonitor: force update index after large responses Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,27/30] fsmonitor--daemon: use a cookie file to sync with file system Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,26/30] fsmonitor--daemon: periodically truncate list of modified files Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,25/30] t/perf/p7519: add fsmonitor--daemon test cases Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,24/30] t/perf/p7519: speed up test on Windows Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,23/30] t/helper/test-chmtime: skip directories on Windows Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,22/30] t/perf: avoid copying builtin fsmonitor files into test repo Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,21/30] t7527: create test for fsmonitor--daemon Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,20/30] t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,19/30] help: include fsmonitor--daemon feature flag in version info Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,18/30] fsmonitor--daemon: implement handle_client callback Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,17/30] compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOS Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,16/30] compat/fsmonitor/fsm-listen-darwin: add macos header files for FSEvent Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,15/30] compat/fsmonitor/fsm-listen-win32: implement FSMonitor backend on Windows Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,14/30] fsmonitor--daemon: create token-based changed path cache Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,13/30] fsmonitor--daemon: define token-ids Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,12/30] fsmonitor--daemon: add pathname classification Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,11/30] fsmonitor--daemon: implement 'start' command Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,10/30] fsmonitor--daemon: implement 'run' command Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,09/30] compat/fsmonitor/fsm-listen-darwin: stub in backend for Darwin Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,08/30] compat/fsmonitor/fsm-listen-win32: stub in backend for Windows Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,07/30] fsmonitor--daemon: implement 'stop' and 'status' commands Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,06/30] fsmonitor--daemon: add a built-in fsmonitor daemon Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,05/30] fsmonitor: document builtin fsmonitor Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,04/30] fsmonitor: use IPC to query the builtin FSMonitor daemon Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,03/30] fsmonitor: config settings are repository-specific Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,02/30] fsmonitor-ipc: create client routines for git-fsmonitor--daemon Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,01/30] fsmonitor: enhance existing comments, clarify trivial response handling Builtin FSMonitor Part 2 - - - --- 2022-02-11 Jeff Hostetler Superseded
[v5,3/3] cat-file: add --batch-command mode Add cat-file --batch-command flag - - - --- 2022-02-11 John Cai Superseded
[v5,2/3] cat-file: introduce batch_mode enum to replace print_contents Add cat-file --batch-command flag - - - --- 2022-02-11 John Cai Superseded
[v5,1/3] cat-file: rename cmdmode to transform_mode Add cat-file --batch-command flag - - - --- 2022-02-11 John Cai Superseded
[v3,2/4] log: add a --no-graph option [v3,1/4] log: fix memory leak if --graph is passed multiple times - - - --- 2022-02-11 Alex Henrie Accepted
[v3,1/4] log: fix memory leak if --graph is passed multiple times [v3,1/4] log: fix memory leak if --graph is passed multiple times - - - --- 2022-02-11 Alex Henrie Accepted
t/t3903-stash.sh: replace test [-d|-f] with test_path_is_* t/t3903-stash.sh: replace test [-d|-f] with test_path_is_* - - - --- 2022-02-11 Guillaume Cogoni Superseded
ds/sparse-checkout-requires-per-worktree-config (was Re: What's cooking in git.git (Feb 2022, #02; … ds/sparse-checkout-requires-per-worktree-config (was Re: What's cooking in git.git (Feb 2022, #02; … - - - --- 2022-02-11 Derrick Stolee Accepted
[6/6] fetch: make `--atomic` flag cover pruning of refs fetch: improve atomicity of `--atomic` flag - - - --- 2022-02-11 Patrick Steinhardt Superseded
[5/6] fetch: make `--atomic` flag cover backfilling of tags fetch: improve atomicity of `--atomic` flag - - - --- 2022-02-11 Patrick Steinhardt Superseded
[4/6] fetch: report errors when backfilling tags fails fetch: improve atomicity of `--atomic` flag - - - --- 2022-02-11 Patrick Steinhardt Superseded
[3/6] fetch: control lifecycle of FETCH_HEAD in a single place fetch: improve atomicity of `--atomic` flag - - - --- 2022-02-11 Patrick Steinhardt Superseded
[2/6] fetch: backfill tags before setting upstream fetch: improve atomicity of `--atomic` flag - - - --- 2022-02-11 Patrick Steinhardt Superseded
[1/6] fetch: increase test coverage of fetches fetch: improve atomicity of `--atomic` flag - - - --- 2022-02-11 Patrick Steinhardt Superseded
[v2,4/4] gitk: pass --no-graph to `git log` [v2,1/4] log: fix memory leak if --graph is passed multiple times - - - --- 2022-02-10 Alex Henrie Superseded
[v2,3/4] log: add a log.graph config option [v2,1/4] log: fix memory leak if --graph is passed multiple times - - - --- 2022-02-10 Alex Henrie Superseded
[v2,2/4] log: add a --no-graph option [v2,1/4] log: fix memory leak if --graph is passed multiple times - - - --- 2022-02-10 Alex Henrie Superseded
[v2,1/4] log: fix memory leak if --graph is passed multiple times [v2,1/4] log: fix memory leak if --graph is passed multiple times - - - --- 2022-02-10 Alex Henrie Superseded
[v4,22/22] git-p4: sort imports git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,21/22] git-p4: seperate multiple statements onto seperate lines git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,20/22] git-p4: move inline comments to line above git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,19/22] git-p4: only seperate code blocks by a single empty line git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,18/22] git-p4: compare to singletons with "is" and "is not" git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,17/22] git-p4: normalize indentation of lines in conditionals git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,16/22] git-p4: ensure there is a single space around all operators git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,15/22] git-p4: ensure every comment has a single # git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,14/22] git-p4: remove spaces between dictionary keys and colons git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,13/22] git-p4: remove redundant backslash-continuations inside brackets git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,12/22] git-p4: remove extraneous spaces before function arguments git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,11/22] git-p4: place a single space after every comma git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,10/22] git-p4: removed brackets when assigning multiple return values git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,09/22] git-p4: remove spaces around default arguments git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,08/22] git-p4: remove padding from lists, tuples and function arguments git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,07/22] git-p4: sort and de-duplcate pylint disable list git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,06/22] git-p4: remove commented code git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,05/22] git-p4: convert descriptive class and function comments into docstrings git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,04/22] git-p4: improve consistency of docstring formatting git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,03/22] git-p4: indent with 4-spaces git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,02/22] git-p4: remove unneeded semicolons from statements git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v4,01/22] git-p4: add blank lines between functions and class definitions git-p4: Various code tidy-ups - - - --- 2022-02-10 Joel Holdsworth Accepted
[v3,2/2] fetch: skip computing output width when not printing anything fetch: speed up mirror-fetches with many refs - - - --- 2022-02-10 Patrick Steinhardt Accepted
[v7,09/20] submodule--helper: remove update-module-mode submodule: convert the rest of 'update' to C - - - --- 2022-02-10 Glen Choo Accepted
« 1 2 ... 106 107 108195 196 »