Show patches with: none      |   43626 patches
« 1 2 ... 148 149 150436 437 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
ls-remote & transport API: release "struct transport_ls_refs_options" ls-remote & transport API: release "struct transport_ls_refs_options" - - - --- 2022-02-05 Ævar Arnfjörð Bjarmason Accepted
hash-object: fix a trivial leak in --path hash-object: fix a trivial leak in --path - - - --- 2022-02-05 Ævar Arnfjörð Bjarmason Accepted
[v2,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-04 Ævar Arnfjörð Bjarmason Superseded
[v2,4/5] date API: add basic API docs date.[ch] API: split from cache.h, add API docs, stop leaking memory - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Superseded
[v2,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-04 Ævar Arnfjörð Bjarmason Superseded
[v2,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-04 Ævar Arnfjörð Bjarmason Superseded
[v2,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-04 Ævar Arnfjörð Bjarmason Superseded
[v3,12/12] 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 Accepted
[v3,11/12] 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 Accepted
[v3,10/12] 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 Accepted
[v3,09/12] 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 Accepted
[v3,08/12] 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 Accepted
[v3,07/12] object API users + docs: check <0, not !0 with check_object_signature() object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Accepted
[v3,06/12] object API docs: move check_object_signature() docs to cache.h object-file API: pass object enums, tidy up streaming interface - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason Accepted
[v3,05/12] 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 Accepted
[v3,04/12] 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 Accepted
[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
[v10,6/6] unpack-objects: use stream_loose_object() to unpack large objects unpack-objects: support streaming large objects to disk - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason New
[v10,5/6] core doc: modernize core.bigFileThreshold documentation unpack-objects: support streaming large objects to disk - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason New
[v10,4/6] object-file.c: add "stream_loose_object()" to handle large object unpack-objects: support streaming large objects to disk - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason New
[v10,3/6] object-file.c: refactor write_loose_object() to several steps unpack-objects: support streaming large objects to disk - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason New
[v10,2/6] object-file.c: do fsync() and close() before post-write die() unpack-objects: support streaming large objects to disk - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason New
[v10,1/6] unpack-objects: low memory footprint for get_data() in dry_run mode unpack-objects: support streaming large objects to disk - - - --- 2022-02-04 Ævar Arnfjörð Bjarmason New
[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
[v7,4/4] submodule: record superproject gitdir during 'update' [v7,1/4] t7400-submodule-basic: modernize inspect() helper - - - --- 2022-02-03 Emily Shaffer New
[v7,3/4] submodule: record superproject gitdir during absorbgitdirs [v7,1/4] t7400-submodule-basic: modernize inspect() helper - - - --- 2022-02-03 Emily Shaffer New
[v7,2/4] introduce submodule.superprojectGitDir record [v7,1/4] t7400-submodule-basic: modernize inspect() helper - - - --- 2022-02-03 Emily Shaffer New
[v7,1/4] t7400-submodule-basic: modernize inspect() helper [v7,1/4] t7400-submodule-basic: modernize inspect() helper - - - --- 2022-02-03 Emily Shaffer New
[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,8/9] progress API: unify stop_progress{,_msg}(), fix trace2 bug progress: test fixes / cleanup - - - --- 2022-02-03 Ævar Arnfjörð Bjarmason New
[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
[v5,3/3] completion: handle unusual characters for sparse-checkout completion: sparse-checkout updates - - - --- 2022-02-03 Lessley Dennington New
[v5,2/3] completion: improve sparse-checkout cone mode directory completion completion: sparse-checkout updates - - - --- 2022-02-03 Lessley Dennington New
[v5,1/3] completion: address sparse-checkout issues completion: sparse-checkout updates - - - --- 2022-02-03 Lessley Dennington New
[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
[v3,2/2] Uniformize flag argument naming to `flags` or `unused_flags` refs.h: make all flags arguments unsigned - - - --- 2022-02-03 Han-Wen Nienhuys New
[v3,1/2] refs.h: make all flags arguments unsigned refs.h: make all flags arguments unsigned - - - --- 2022-02-03 Han-Wen Nienhuys New
gpg-interface: fix for gpgsm v2.3 gpg-interface: fix for gpgsm v2.3 - - - --- 2022-02-03 Fabian Stelzer New
[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
forbid a hard reset before the initial commit forbid a hard reset before the initial commit - - - --- 2022-02-02 Viacelaus New
[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
Using public-inbox+lei+Emacs+mu+mu4e (was: Large delays in mailing list delivery?) Using public-inbox+lei+Emacs+mu+mu4e (was: Large delays in mailing list delivery?) - - - --- 2022-02-02 Ævar Arnfjörð Bjarmason New
fix typo in git-mktree.txt fix typo in git-mktree.txt - - - --- 2022-02-02 liginity Accepted
[v3,15/15] git-merge-tree.txt: add a section on potentional usage mistakes In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Elijah Newren New
[v3,14/15] merge-tree: add a --allow-unrelated-histories flag In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Elijah Newren New
[v3,13/15] merge-tree: allow `ls-files -u` style info to be NUL terminated In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Elijah Newren New
[v3,12/15] merge-tree: provide easy access to `ls-files -u` style info In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Elijah Newren New
[v3,11/15] merge-tree: provide a list of which files have conflicts In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Elijah Newren New
[v3,10/15] merge-ort: provide a merge_get_conflicted_files() helper function In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Elijah Newren New
[v3,09/15] merge-tree: support including merge messages in output In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Elijah Newren New
[v3,08/15] merge-ort: allow update messages to be written to different file stream In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Elijah Newren New
[v3,07/15] merge-ort: split out a separate display_update_messages() function In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Elijah Newren New
[v3,06/15] diff: allow diff_warn_rename_limit to write somewhere besides stderr In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Johannes Schindelin New
[v3,05/15] Introduce a variant of the `warning()` function that takes a `FILE *` In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Johannes Schindelin New
[v3,04/15] merge-tree: implement real merges In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Elijah Newren New
[v3,03/15] merge-tree: add option parsing and initial shell for real merge function In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Elijah Newren New
[v3,02/15] merge-tree: move logic for existing merge into new function In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Elijah Newren New
[v3,01/15] merge-tree: rename merge_trees() to trivial_merge_trees() In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Elijah Newren New
builtin/diff.c: fix "git-diff" usage string typo builtin/diff.c: fix "git-diff" usage string typo - - - --- 2022-02-02 Shaoxuan Yuan Accepted
« 1 2 ... 148 149 150436 437 »