Show patches with: Archived = No       |   19548 patches
« 1 2 ... 115 116 117195 196 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v6,07/17] am: convert applypatch-msg to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-12-22 Ævar Arnfjörð Bjarmason Accepted
[v6,06/17] rebase: convert pre-rebase to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-12-22 Ævar Arnfjörð Bjarmason Accepted
[v6,05/17] hook API: add a run_hooks_l() wrapper hook.[ch]: new library to run hooks + simple hook conversion - 1 - --- 2021-12-22 Ævar Arnfjörð Bjarmason Accepted
[v6,04/17] am: convert {pre,post}-applypatch to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-12-22 Ævar Arnfjörð Bjarmason Accepted
[v6,03/17] gc: use hook library for pre-auto-gc hook hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-12-22 Ævar Arnfjörð Bjarmason Accepted
[v6,02/17] hook API: add a run_hooks() wrapper hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-12-22 Ævar Arnfjörð Bjarmason Accepted
[v6,01/17] hook: add 'run' subcommand hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-12-22 Ævar Arnfjörð Bjarmason Accepted
[v5,7/7] grep: simplify config parsing and option parsing grep: simplify & delete "init" & "config" code - - - --- 2021-12-22 Ævar Arnfjörð Bjarmason Superseded
[v5,6/7] grep API: call grep_config() after grep_init() grep: simplify & delete "init" & "config" code - - - --- 2021-12-22 Ævar Arnfjörð Bjarmason Superseded
[v5,5/7] grep.c: don't pass along NULL callback value grep: simplify & delete "init" & "config" code - - - --- 2021-12-22 Ævar Arnfjörð Bjarmason Superseded
[v5,4/7] built-ins: trust the "prefix" from run_builtin() grep: simplify & delete "init" & "config" code - - - --- 2021-12-22 Ævar Arnfjörð Bjarmason Superseded
[v5,3/7] grep tests: add missing "grep.patternType" config test grep: simplify & delete "init" & "config" code - - - --- 2021-12-22 Ævar Arnfjörð Bjarmason Superseded
[v5,2/7] log tests: check if grep_config() is called by "log"-like cmds grep: simplify & delete "init" & "config" code - - - --- 2021-12-22 Ævar Arnfjörð Bjarmason Superseded
[v5,1/7] grep.h: remove unused "regex_t regexp" from grep_opt grep: simplify & delete "init" & "config" code - - - --- 2021-12-22 Ævar Arnfjörð Bjarmason Superseded
[v3,1/3] builtin/fetch: use goto cleanup in cmd_fetch() builtin/fetch: skip unnecessary tasks when using --negotiate-only - - - --- 2021-12-22 Glen Choo Accepted
[v2,5/5] sparse-checkout: use repo_config_set_worktree_gently() Sparse checkout: fix bug with worktree of bare repo - - - --- 2021-12-21 Derrick Stolee Superseded
[v2,4/5] config: add repo_config_set_worktree_gently() Sparse checkout: fix bug with worktree of bare repo - - - --- 2021-12-21 Derrick Stolee Superseded
[v2,3/5] worktree: add upgrade_to_worktree_config() Sparse checkout: fix bug with worktree of bare repo - - - --- 2021-12-21 Derrick Stolee Superseded
[v2,2/5] config: make some helpers repo-aware Sparse checkout: fix bug with worktree of bare repo - - - --- 2021-12-21 Derrick Stolee Superseded
[v2,1/5] setup: use a repository when upgrading format Sparse checkout: fix bug with worktree of bare repo - - - --- 2021-12-21 Derrick Stolee Superseded
[v2] l10n: README: call more attention to plural strings [v2] l10n: README: call more attention to plural strings - - - --- 2021-12-21 Josh Steadmon Accepted
[9/9] doc/diff-options: explain the new --remerge-diff option Add a new --remerge-diff capability to show & log - - - --- 2021-12-21 Elijah Newren Superseded
[8/9] show, log: provide a --remerge-diff capability Add a new --remerge-diff capability to show & log - - - --- 2021-12-21 Elijah Newren Superseded
[7/9] merge-ort: format messages slightly different for use in headers Add a new --remerge-diff capability to show & log - - - --- 2021-12-21 Elijah Newren Superseded
[6/9] diff: add ability to insert additional headers for paths Add a new --remerge-diff capability to show & log - - - --- 2021-12-21 Elijah Newren Superseded
[5/9] merge-ort: make path_messages available to external callers Add a new --remerge-diff capability to show & log - - - --- 2021-12-21 Elijah Newren Superseded
[4/9] merge-ort: mark a few more conflict messages as omittable Add a new --remerge-diff capability to show & log - - - --- 2021-12-21 Elijah Newren Superseded
[3/9] merge-ort: capture and print ll-merge warnings in our preferred fashion Add a new --remerge-diff capability to show & log - - - --- 2021-12-21 Elijah Newren Superseded
[2/9] ll-merge: make callers responsible for showing warnings Add a new --remerge-diff capability to show & log - - - --- 2021-12-21 Elijah Newren Superseded
[1/9] tmp_objdir: add a helper function for discarding all contained objects Add a new --remerge-diff capability to show & log - - - --- 2021-12-21 Elijah Newren Superseded
test-ref-store: print hash algorithm test-ref-store: print hash algorithm - - - --- 2021-12-21 Han-Wen Nienhuys Accepted
[2/2] refs: set the repo in debug_ref_store.base tweaks to refs/debug.c - - - --- 2021-12-21 Han-Wen Nienhuys Superseded
[1/2] refs: print error message in debug output tweaks to refs/debug.c - - - --- 2021-12-21 Han-Wen Nienhuys Superseded
[v7,5/5] unpack-objects: unpack_non_delta_entry() read data in a stream unpack large blobs in stream - - - --- 2021-12-21 Han Xin Superseded
[v7,4/5] object-file.c: add "write_stream_object_file()" to support read in stream unpack large blobs in stream - - - --- 2021-12-21 Han Xin Superseded
[v7,3/5] object-file.c: refactor write_loose_object() to reuse in stream version unpack large blobs in stream - - - --- 2021-12-21 Han Xin Superseded
[v7,2/5] object-file API: add a format_object_header() function unpack large blobs in stream - - - --- 2021-12-21 Han Xin Superseded
[v7,1/5] unpack-objects.c: add dry_run mode for get_data() unpack large blobs in stream - - - --- 2021-12-21 Han Xin Superseded
[v8,3/3] config: require lowercase for branch.*.autosetupmerge branch: inherit tracking configs - - - --- 2021-12-21 Josh Steadmon Accepted
[v8,2/3] branch: add flags and config to inherit tracking branch: inherit tracking configs - - - --- 2021-12-21 Josh Steadmon Accepted
[v8,1/3] branch: accept multiple upstream branches for tracking branch: inherit tracking configs - - - --- 2021-12-21 Josh Steadmon Accepted
[v6,4/5] builtin/branch: clean up action-picking logic in cmd_branch() implement branch --recurse-submodules - - - --- 2021-12-20 Glen Choo Accepted
[v2] merge: allow to pretend a merge is made into a different branch [v2] merge: allow to pretend a merge is made into a different branch - - - --- 2021-12-20 Junio C Hamano Accepted
[4/4] sparse-checkout: use repo_config_set_worktree_gently() Sparse checkout: fix bug with worktree of bare repo - - - --- 2021-12-20 Derrick Stolee Superseded
[3/4] config: add repo_config_set_worktree_gently() Sparse checkout: fix bug with worktree of bare repo - - - --- 2021-12-20 Derrick Stolee Superseded
[2/4] config: make some helpers repo-aware Sparse checkout: fix bug with worktree of bare repo - - - --- 2021-12-20 Derrick Stolee Superseded
[1/4] setup: use a repository when upgrading format Sparse checkout: fix bug with worktree of bare repo - - - --- 2021-12-20 Derrick Stolee Superseded
[v2,2/2] repack: make '--quiet' disable progress Two small 'git repack' fixes - - - --- 2021-12-20 Derrick Stolee Accepted
[v2,1/2] repack: respect kept objects with '--write-midx -b' Two small 'git repack' fixes - - - --- 2021-12-20 Derrick Stolee Accepted
[2/2] builtin add -p: fix hunk splitting builtin add -p: fix hunk splitting - - - --- 2021-12-20 Phillip Wood Superseded
[1/2] t3701: clean up hunk splitting tests builtin add -p: fix hunk splitting - - - --- 2021-12-20 Phillip Wood Superseded
[RESEND] t/perf: do not run tests in user's $SHELL [RESEND] t/perf: do not run tests in user's $SHELL 1 - - --- 2021-12-20 René Scharfe Accepted
[v3,2/2] git-p4: show progress as an integer git-p4: improve formatting of numeric values 1 - - --- 2021-12-19 Joel Holdsworth Superseded
[v3,1/2] git-p4: print size values in appropriate units git-p4: improve formatting of numeric values - - - --- 2021-12-19 Joel Holdsworth Superseded
[V4] git-apply: skip threeway in add / rename cases [V4] git-apply: skip threeway in add / rename cases - - 1 --- 2021-12-17 Jerry Zhang Superseded
[V3] git-apply: skip threeway in add / rename cases [V3] git-apply: skip threeway in add / rename cases - - - --- 2021-12-17 Jerry Zhang Superseded
[v2,2/2] git-p4: show progress as an integer git-p4: improve formatting of numeric values - - - --- 2021-12-17 Joel Holdsworth Superseded
[v2,1/2] git-p4: print size values in appropriate units git-p4: improve formatting of numeric values - - - --- 2021-12-17 Joel Holdsworth Superseded
[2/2] repack: make '--quiet' disable progress Two small 'git repack' fixes - - - --- 2021-12-17 Derrick Stolee Superseded
[1/2] repack: respect kept objects with '--write-midx -b' Two small 'git repack' fixes - - - --- 2021-12-17 Derrick Stolee Superseded
[v2] docs: add missing colon to Documentation/config/gpg.txt [v2] docs: add missing colon to Documentation/config/gpg.txt - - - --- 2021-12-17 Greg Hurrell Accepted
[2/2] git-p4: show progress as an integer git-p4: improve formatting of numeric values - - - --- 2021-12-17 Joel Holdsworth Superseded
[1/2] git-p4: print size values in appropriate units git-p4: improve formatting of numeric values - - - --- 2021-12-17 Joel Holdsworth Superseded
[v2,2/2] git-p4: remove "rollback" verb git-p4: remove "debug" and "rollback" verbs - - - --- 2021-12-17 Joel Holdsworth Superseded
[v2,1/2] git-p4: remove "delete" verb git-p4: remove "debug" and "rollback" verbs - - - --- 2021-12-17 Joel Holdsworth Superseded
[2/2] git-p4: remove "rollback" verb git-p4: remove "debug" and "rollback" verbs - - - --- 2021-12-17 Joel Holdsworth Superseded
[1/2] git-p4: remove "delete" verb git-p4: remove "debug" and "rollback" verbs - - - --- 2021-12-17 Joel Holdsworth Superseded
[v6,6/6] unpack-objects: unpack_non_delta_entry() read data in a stream unpack large blobs in stream - - - --- 2021-12-17 Han Xin Superseded
[v6,5/6] unpack-objects.c: add dry_run mode for get_data() unpack large blobs in stream - - - --- 2021-12-17 Han Xin Superseded
[v6,4/6] object-file.c: make "write_object_file_flags()" to support read in stream unpack large blobs in stream - - - --- 2021-12-17 Han Xin Superseded
[v6,3/6] object-file.c: refactor write_loose_object() to reuse in stream version unpack large blobs in stream - - - --- 2021-12-17 Han Xin Superseded
[v6,2/6] object-file.c: refactor object header generation into a function unpack large blobs in stream - - - --- 2021-12-17 Han Xin Superseded
[v6,1/6] object-file.c: release strbuf in write_loose_object() unpack large blobs in stream - - - --- 2021-12-17 Han Xin Superseded
docs: add missing colon to Documentation/config/gpg.txt docs: add missing colon to Documentation/config/gpg.txt - - - --- 2021-12-17 Greg Hurrell Superseded
[v7,3/3] config: require lowercase for branch.*.autosetupmerge branch: inherit tracking configs - - - --- 2021-12-17 Josh Steadmon Superseded
[v7,2/3] branch: add flags and config to inherit tracking branch: inherit tracking configs - - - --- 2021-12-17 Josh Steadmon Superseded
[v7,1/3] branch: accept multiple upstream branches for tracking branch: inherit tracking configs - - - --- 2021-12-17 Josh Steadmon Superseded
[v7,7/7] various *.c: use isatty(0|2), not isatty(STDIN_FILENO|STDERR_FILENO) progress: test fixes / cleanup - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[v7,6/7] pack-bitmap-write.c: don't return without stop_progress() progress: test fixes / cleanup - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[v7,5/7] progress.c: add temporary variable from progress struct progress: test fixes / cleanup - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[v7,4/7] progress.c tests: test some invalid usage progress: test fixes / cleanup - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[v7,3/7] progress.c tests: make start/stop commands on stdin progress: test fixes / cleanup - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[v7,2/7] progress.c test helper: add missing braces progress: test fixes / cleanup - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[v7,1/7] leak tests: fix a memory leaks in "test-progress" helper progress: test fixes / cleanup - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[8/8] Makefiles: add and use wildcard "mkdir -p" template Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[7/8] Makefile: use $(wspfx) for $(QUIET...) in shared.mak Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[6/8] Makefile: add "$(QUIET)" boilerplate to shared.mak Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[5/8] Makefile: move $(comma), $(empty) and $(space) to shared.mak Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[4/8] Makefile: move ".SUFFIXES" rule to shared.mak Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[3/8] Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES) Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[2/8] Makefile: disable GNU make built-in wildcard rules Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[1/8] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
Makefile: remove -DPAGER_ENV from BASIC_CFLAGS Makefile: remove -DPAGER_ENV from BASIC_CFLAGS - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Accepted
Makefile: correct the dependency graph of hook-list.h Makefile: correct the dependency graph of hook-list.h - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Accepted
Makefile: don't invoke msgfmt with --statistics Makefile: don't invoke msgfmt with --statistics - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Accepted
[v2] builtin/fetch: skip unnecessary tasks when using --negotiate-only [v2] builtin/fetch: skip unnecessary tasks when using --negotiate-only - - - --- 2021-12-17 Glen Choo Superseded
format-patch: mark rev_info with UNLEAK format-patch: mark rev_info with UNLEAK - - - --- 2021-12-16 Junio C Hamano Accepted
[v5,5/5] branch: add --recurse-submodules option for branch creation implement branch --recurse-submodules - - - --- 2021-12-16 Glen Choo Superseded
[v5,4/5] builtin/branch: clean up action-picking logic in cmd_branch() implement branch --recurse-submodules - - - --- 2021-12-16 Glen Choo Superseded
[v5,3/5] branch: add a dry_run parameter to create_branch() implement branch --recurse-submodules - - - --- 2021-12-16 Glen Choo Superseded
« 1 2 ... 115 116 117195 196 »