Show patches with: Archived = No       |   19542 patches
« 1 2 ... 108 109 110195 196 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,03/12] object-file API: add a format_object_header() function object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Accepted
[v3,02/12] object-file API: return "void", not "int" from hash_object_file() object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Accepted
[v3,01/12] object-file.c: split up declaration of unrelated variables object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Accepted
[v10,9/9] grep: simplify config parsing and option parsing grep: simplify & delete "init" & "config" code - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v10,8/9] grep.c: do "if (bool && memchr())" not "if (memchr() && bool)" grep: simplify & delete "init" & "config" code - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v10,7/9] grep.h: make "grep_opt.pattern_type_option" use its enum grep: simplify & delete "init" & "config" code - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v10,6/9] grep API: call grep_config() after grep_init() grep: simplify & delete "init" & "config" code - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v10,5/9] grep.c: don't pass along NULL callback value grep: simplify & delete "init" & "config" code - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v10,4/9] built-ins: trust the "prefix" from run_builtin() grep: simplify & delete "init" & "config" code - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v10,3/9] grep tests: add missing "grep.patternType" config tests grep: simplify & delete "init" & "config" code - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v10,2/9] log tests: check if grep_config() is called by "log"-like cmds grep: simplify & delete "init" & "config" code - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v10,1/9] grep.h: remove unused "regex_t regexp" from grep_opt grep: simplify & delete "init" & "config" code - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v2,11/11] object-file API: pass an enum to read_object_with_reference() object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v2,10/11] object-file.c: add a literal version of write_object_file_prepare() object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v2,09/11] object-file API: have hash_object_file() take "enum object_type" object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v2,08/11] object API: rename hash_object_file_literally() to write_*() object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v2,07/11] object-file API: split up and simplify check_object_signature() object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v2,06/11] object API: make check_object_signature() oideq()-like, move docs object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v2,05/11] object API: correct "buf" v.s. "map" mismatch in *.c and *.h object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v2,04/11] object-file API: have write_object_file() take "enum object_type" object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v2,03/11] object-file API: add a format_object_header() function object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v2,02/11] object-file API: return "void", not "int" from hash_object_file() object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v2,01/11] object-file.c: split up declaration of unrelated variables object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v2] t0051: use "skip_all" under !MINGW in single-test file [v2] t0051: use "skip_all" under !MINGW in single-test file - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Accepted
[v6,3/3] completion: handle unusual characters for sparse-checkout completion: sparse-checkout updates - - - --- 2022-02-04 Lessley Dennington Superseded
[v6,2/3] completion: improve sparse-checkout cone mode directory completion completion: sparse-checkout updates - - - --- 2022-02-04 Lessley Dennington Superseded
[v6,1/3] completion: address sparse-checkout issues completion: sparse-checkout updates - - - --- 2022-02-04 Lessley Dennington Superseded
[v9,9/9] pack-bitmap-write.c: don't return without stop_progress() progress: test fixes / cleanup - - - --- 2022-02-03 Ævar Arnfjörð Bjarmason Accepted
[v9,7/9] progress.c: refactor stop_progress{,_msg}() to use helpers progress: test fixes / cleanup - - - --- 2022-02-03 Ævar Arnfjörð Bjarmason Accepted
[v9,6/9] progress.c: use dereferenced "progress" variable, not "(*p_progress)" progress: test fixes / cleanup - - - --- 2022-02-03 Ævar Arnfjörð Bjarmason Accepted
[v9,5/9] progress.h: format and be consistent with progress.c naming progress: test fixes / cleanup - - - --- 2022-02-03 Ævar Arnfjörð Bjarmason Accepted
[v9,4/9] progress.c tests: test some invalid usage progress: test fixes / cleanup - - - --- 2022-02-03 Ævar Arnfjörð Bjarmason Accepted
[v9,3/9] progress.c tests: make start/stop commands on stdin progress: test fixes / cleanup - - - --- 2022-02-03 Ævar Arnfjörð Bjarmason Accepted
[v9,2/9] progress.c test helper: add missing braces progress: test fixes / cleanup - - - --- 2022-02-03 Ævar Arnfjörð Bjarmason Accepted
[v9,1/9] leak tests: fix a memory leak in "test-progress" helper progress: test fixes / cleanup - - - --- 2022-02-03 Ævar Arnfjörð Bjarmason Accepted
[2/2] catfile.c: add --batch-command mode Add cat-file --batch-command flag - - - --- 2022-02-03 John Cai Superseded
[1/2] cat-file.c: rename cmdmode to mode Add cat-file --batch-command flag - - - --- 2022-02-03 John Cai Superseded
[v2] doc: check-ignore: code-quote an exclamation mark [v2] doc: check-ignore: code-quote an exclamation mark - - - --- 2022-02-03 Philip Oakley Accepted
doc: check-ignore: code-quote an exclamation mark doc: check-ignore: code-quote an exclamation mark - - - --- 2022-02-03 Philip Oakley Superseded
[5/5] date API: add and use a date_mode_release() date.[ch] API: split from cache.h, add API docs, stop leaking memory - - - --- 2022-02-02 Ævar Arnfjörð Bjarmason Superseded
[4/5] date API: add basic API docs date.[ch] API: split from cache.h, add API docs, stop leaking memory - - - --- 2022-02-02 Ævar Arnfjörð Bjarmason Superseded
[3/5] date API: provide and use a DATE_MODE_INIT date.[ch] API: split from cache.h, add API docs, stop leaking memory - - - --- 2022-02-02 Ævar Arnfjörð Bjarmason Superseded
[2/5] date API: create a date.h, split from cache.h date.[ch] API: split from cache.h, add API docs, stop leaking memory - - - --- 2022-02-02 Ævar Arnfjörð Bjarmason Superseded
[1/5] cache.h: remove always unused show_date_human() declaration date.[ch] API: split from cache.h, add API docs, stop leaking memory - - - --- 2022-02-02 Ævar Arnfjörð Bjarmason Superseded
[v2,2/2] fetch: skip computing output width when not printing anything fetch: speed up mirror-fetches with many refs - - - --- 2022-02-02 Patrick Steinhardt Superseded
[v2,1/2] fetch-pack: use commit-graph when computing cutoff fetch: speed up mirror-fetches with many refs - - - --- 2022-02-02 Patrick Steinhardt Superseded
[v2,2/2] completion: add a GIT_COMPLETION_SHOW_ALL_COMMANDS completion: add a GIT_COMPLETION_SHOW_ALL_COMMANDS - - - --- 2022-02-02 Ævar Arnfjörð Bjarmason Accepted
[v2,1/2] completion tests: re-source git-completion.bash in a subshell completion: add a GIT_COMPLETION_SHOW_ALL_COMMANDS - - - --- 2022-02-02 Ævar Arnfjörð Bjarmason Accepted
fix typo in git-mktree.txt fix typo in git-mktree.txt - - - --- 2022-02-02 liginity Accepted
builtin/diff.c: fix "git-diff" usage string typo builtin/diff.c: fix "git-diff" usage string typo - - - --- 2022-02-02 Shaoxuan Yuan Accepted
[v4,3/3] repo-settings: rename the traditional default fetch.negotiationAlgorithm repo-settings: fix checking for fetch.negotiationAlgorithm=default - - - --- 2022-02-02 Elijah Newren Accepted
[v4,2/3] repo-settings: fix error handling for unknown values repo-settings: fix checking for fetch.negotiationAlgorithm=default - - - --- 2022-02-02 Elijah Newren Accepted
[v4,1/3] repo-settings: fix checking for fetch.negotiationAlgorithm=default repo-settings: fix checking for fetch.negotiationAlgorithm=default - - - --- 2022-02-02 Elijah Newren Accepted
[v5,10/10] diff-merges: avoid history simplifications when diffing merges Add a new --remerge-diff capability to show & log - - - --- 2022-02-02 Elijah Newren Accepted
[v5,09/10] merge-ort: mark conflict/warning messages from inner merges as omittable Add a new --remerge-diff capability to show & log - - - --- 2022-02-02 Elijah Newren Accepted
[v5,08/10] show, log: include conflict/warning messages in --remerge-diff headers Add a new --remerge-diff capability to show & log - - - --- 2022-02-02 Elijah Newren Accepted
[v5,07/10] diff: add ability to insert additional headers for paths Add a new --remerge-diff capability to show & log - - - --- 2022-02-02 Elijah Newren Accepted
[v5,06/10] merge-ort: format messages slightly different for use in headers Add a new --remerge-diff capability to show & log - - - --- 2022-02-02 Elijah Newren Accepted
[v5,05/10] merge-ort: mark a few more conflict messages as omittable Add a new --remerge-diff capability to show & log - - - --- 2022-02-02 Elijah Newren Accepted
[v5,04/10] merge-ort: capture and print ll-merge warnings in our preferred fashion Add a new --remerge-diff capability to show & log - - - --- 2022-02-02 Elijah Newren Accepted
[v5,03/10] ll-merge: make callers responsible for showing warnings Add a new --remerge-diff capability to show & log - - - --- 2022-02-02 Elijah Newren Accepted
[v5,02/10] log: clean unneeded objects during `log --remerge-diff` Add a new --remerge-diff capability to show & log - - - --- 2022-02-02 Elijah Newren Accepted
[v5,01/10] show, log: provide a --remerge-diff capability Add a new --remerge-diff capability to show & log - - - --- 2022-02-02 Elijah Newren Accepted
perl Git.pm: don't ignore signalled failure in _cmd_close() perl Git.pm: don't ignore signalled failure in _cmd_close() - - - --- 2022-02-01 Ævar Arnfjörð Bjarmason Accepted
t0051: use "skip_all" under !MINGW in single-test file t0051: use "skip_all" under !MINGW in single-test file - - - --- 2022-02-01 Ævar Arnfjörð Bjarmason Superseded
[RESEND] subtree: force merge commit [RESEND] subtree: force merge commit - 1 - --- 2022-02-01 Johannes Altmanninger Accepted
[v3,3/3] repo-settings: name the default fetch.negotiationAlgorithm 'consecutive' repo-settings: fix checking for fetch.negotiationAlgorithm=default - - - --- 2022-02-01 Elijah Newren Superseded
[v3,2/3] repo-settings: fix error handling for unknown values repo-settings: fix checking for fetch.negotiationAlgorithm=default - - - --- 2022-02-01 Elijah Newren Superseded
[v3,1/3] repo-settings: fix checking for fetch.negotiationAlgorithm=default repo-settings: fix checking for fetch.negotiationAlgorithm=default - - - --- 2022-02-01 Elijah Newren Superseded
[1/6] fetch-negotiator: add specific noop initializor partial-clone: add ability to refetch with expanded filter - - - --- 2022-02-01 Robert Coup Accepted
[10/10] object-file API: pass an enum to read_object_with_reference() object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-01 Ævar Arnfjörð Bjarmason Superseded
[09/10] object-file.c: add a literal version of write_object_file_prepare() object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-01 Ævar Arnfjörð Bjarmason Superseded
[08/10] object-file API: replace check_object_signature() with stream_* object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-01 Ævar Arnfjörð Bjarmason Superseded
[07/10] object-file API: have hash_object_file() take "enum object_type" object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-01 Ævar Arnfjörð Bjarmason Superseded
[06/10] object-file API: replace some use of check_object_signature() object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-01 Ævar Arnfjörð Bjarmason Superseded
[05/10] object-file API: provide a hash_object_file_oideq() object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-01 Ævar Arnfjörð Bjarmason Superseded
[04/10] object-file API: have write_object_file() take "enum object_type" object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-01 Ævar Arnfjörð Bjarmason Superseded
[03/10] object-file API: add a format_object_header() function object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-01 Ævar Arnfjörð Bjarmason Superseded
[02/10] object-file API: return "void", not "int" from hash_object_file() object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-01 Ævar Arnfjörð Bjarmason Superseded
[01/10] object-file.c: split up declaration of unrelated variables object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-01 Ævar Arnfjörð Bjarmason Superseded
[v2] refs.h: make all flags arguments unsigned [v2] refs.h: make all flags arguments unsigned - - - --- 2022-02-01 Johannes Schindelin via GitGitGadget Superseded
[v4,4/4] i18n: fix some misformated placeholders in command synopsis Factorize i18n - 1 - --- 2022-01-31 Jean-Noël AVILA Accepted
[v4,3/4] i18n: remove from i18n strings that do not hold translatable parts Factorize i18n - - - --- 2022-01-31 Jean-Noël AVILA Accepted
[v4,2/4] i18n: factorize "invalid value" messages Factorize i18n - - - --- 2022-01-31 Jean-Noël AVILA Accepted
[3/3] t5312: prepare for reftable reftable related test tweaks - - - --- 2022-01-31 Han-Wen Nienhuys Accepted
[2/3] t1405: mark test that checks existence as REFFILES reftable related test tweaks - - - --- 2022-01-31 Han-Wen Nienhuys Accepted
[1/3] t1405: explictly delete reflogs for reftable reftable related test tweaks - - - --- 2022-01-31 Han-Wen Nienhuys Accepted
[v5,5/5] worktree: copy sparse-checkout patterns and config on add Sparse checkout: fix bug with worktree of bare repo - - - --- 2022-01-31 Derrick Stolee Superseded
[v5,4/5] sparse-checkout: set worktree-config correctly Sparse checkout: fix bug with worktree of bare repo - - - --- 2022-01-31 Derrick Stolee Superseded
[v5,3/5] config: add repo_config_set_worktree_gently() Sparse checkout: fix bug with worktree of bare repo - - - --- 2022-01-31 Derrick Stolee Superseded
[v5,2/5] worktree: create init_worktree_config() Sparse checkout: fix bug with worktree of bare repo - - - --- 2022-01-31 Derrick Stolee Superseded
[v5,1/5] Documentation: add extensions.worktreeConfig details Sparse checkout: fix bug with worktree of bare repo - - - --- 2022-01-31 Derrick Stolee Superseded
[v2] fetch --prune: exit with error if pruning fails [v2] fetch --prune: exit with error if pruning fails - - - --- 2022-01-31 Thomas Gummerer Accepted
[v3,4/4] i18n: transfer variables into placeholders in command synopsis Factorize i18n - - - --- 2022-01-30 Jean-Noël AVILA Superseded
[v3,3/4] i18n: remove from i18n strings that do not hold translatable parts Factorize i18n - - - --- 2022-01-30 Jean-Noël AVILA Superseded
[v3,2/4] i18n: factorize "invalid value" messages Factorize i18n - - - --- 2022-01-30 Jean-Noël AVILA Superseded
[v3,1/4] i18n: factorize more 'incompatible options' messages Factorize i18n - - - --- 2022-01-30 Jean-Noël AVILA Superseded
[v2,2/2] t/lib-read-tree-m-3way: replace spaces with tabs t/lib-read-tree-m-3way: modernize a test script - - - --- 2022-01-30 Shaoxuan Yuan Superseded
[v2,1/2] t/lib-read-tree-m-3way: replace double quotes with single quotes t/lib-read-tree-m-3way: modernize a test script - - - --- 2022-01-30 Shaoxuan Yuan Superseded
[v2,13/13] git-merge-tree.txt: add a section on potentional usage mistakes In-core git merge-tree ("Server side merges") - - - --- 2022-01-29 Elijah Newren Superseded
« 1 2 ... 108 109 110195 196 »