Show patches with: none      |   43382 patches
« 1 2 ... 87 88 89433 434 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,07/10] run-command API & diff.c: remove run_command_v_opt_cd_env() run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[v2,06/10] run-command API: remove RUN_COMMAND_STDOUT_TO_STDERR flag run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[v2,05/10] run-command API docs: clarify & fleshen out run_command_v_opt*() docs run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[v2,04/10] am: use run_command_l_opt() for show_patch() run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[v2,03/10] run-command API: add and use a run_command_l_opt() run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[v2,02/10] merge: remove always-the-same "verbose" arguments run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason Accepted
[v2,01/10] run-command.c: refactor run_command_*_tr2() to internal helpers run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[v4,8/8] rebase --keep-base: imply --no-fork-point rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-17 Phillip Wood Accepted
[v4,7/8] rebase --keep-base: imply --reapply-cherry-picks rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-17 Phillip Wood Accepted
[v4,6/8] rebase: factor out branch_base calculation rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-17 Phillip Wood Accepted
[v4,5/8] rebase: rename merge_base to branch_base rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-17 Phillip Wood Accepted
[v4,4/8] rebase: store orig_head as a commit rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-17 Phillip Wood New
[v4,3/8] rebase: be stricter when reading state files containing oids rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-17 Phillip Wood New
[v4,2/8] t3416: set $EDITOR in subshell rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-17 Phillip Wood Accepted
[v4,1/8] t3416: tighten two tests rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-17 Phillip Wood Accepted
[10/10] submodule: don't use a subprocess to invoke "submodule--helper" submodule: make it a built-in, remove git-submodule.sh - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[09/10] submodule: support sub-command-less "--recursive" option submodule: make it a built-in, remove git-submodule.sh - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[08/10] submodule: support "--" with no other arguments submodule: make it a built-in, remove git-submodule.sh - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[07/10] submodule: make it a built-in, remove git-submodule.sh submodule: make it a built-in, remove git-submodule.sh - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[06/10] git-submodule.sh: don't support top-level "--cached" submodule: make it a built-in, remove git-submodule.sh - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[05/10] git-submodule.sh: dispatch "update" to helper submodule: make it a built-in, remove git-submodule.sh - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[04/10] git-submodule.sh: dispatch "foreach" to helper submodule: make it a built-in, remove git-submodule.sh - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[03/10] git-submodule.sh: dispatch directly to helper submodule: make it a built-in, remove git-submodule.sh - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[02/10] git-submodule.sh: dispatch "sync" to helper submodule: make it a built-in, remove git-submodule.sh - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
[01/10] git-submodule.sh: create a "case" dispatch statement submodule: make it a built-in, remove git-submodule.sh - - - --- 2022-10-17 Ævar Arnfjörð Bjarmason New
path.c: do not alloc for .contents in the trie path.c: do not alloc for .contents in the trie - - - --- 2022-10-17 Rubén Justo New
path.c: add_to_trie - possible global-buffer-overflow fixed path.c: add_to_trie - possible global-buffer-overflow fixed - - - --- 2022-10-17 Rubén Justo New
[v3,9/9] archive: add tests for git archive --recurse-submodules archive: Add --recurse-submodules to git-archive command - - - --- 2022-10-17 Heather Lapointe New
[v3,8/9] archive: add --recurse-submodules to git-archive command archive: Add --recurse-submodules to git-archive command - - - --- 2022-10-17 Heather Lapointe New
[v3,7/9] archive: remove global repository from archive_args archive: Add --recurse-submodules to git-archive command - - - --- 2022-10-17 Heather Lapointe New
[v3,6/9] archive: pass repo objects to write_archive handlers archive: Add --recurse-submodules to git-archive command - - - --- 2022-10-17 Heather Lapointe New
[v3,5/9] tree: add repository parameter to read_tree_fn_t archive: Add --recurse-submodules to git-archive command - - - --- 2022-10-17 Heather Lapointe New
[v3,4/9] tree: handle submodule case for read_tree_at properly archive: Add --recurse-submodules to git-archive command - - - --- 2022-10-17 Heather Lapointe New
[v3,3/9] tree: increase test coverage for tree.c archive: Add --recurse-submodules to git-archive command - - - --- 2022-10-17 Heather Lapointe New
[v3,2/9] tree: update cases to use repo_ tree methods archive: Add --recurse-submodules to git-archive command - - - --- 2022-10-17 Heather Lapointe New
[v3,1/9] tree: do not use the_repository for tree traversal methods. archive: Add --recurse-submodules to git-archive command - - - --- 2022-10-17 Heather Lapointe New
[1/1] Git.pm: add semicolon after catch statement Git.pm: add semicolon after catch statement - - - --- 2022-10-16 Michael McClimon Accepted
completion: support amend and reword in git commit fixup option completion: support amend and reword in git commit fixup option - - - --- 2022-10-15 Bob van der Linden New
fsmonitor: long status advice adapted to the fsmonitor use case fsmonitor: long status advice adapted to the fsmonitor use case - - - --- 2022-10-15 Rudy Rigot New
[v2,12/12] fsmonitor: update doc for Linux fsmonitor: Implement fsmonitor for Linux - - - --- 2022-10-14 Eric DeCosta New
[v2,11/12] fsmonitor: test updates fsmonitor: Implement fsmonitor for Linux - - - --- 2022-10-14 Eric DeCosta New
[v2,10/12] fsmonitor: enable fsmonitor for Linux fsmonitor: Implement fsmonitor for Linux - - - --- 2022-10-14 Eric DeCosta New
[v2,09/12] fsmonitor: implement filesystem change listener for Linux fsmonitor: Implement fsmonitor for Linux - - - --- 2022-10-14 Eric DeCosta New
[v2,08/12] fsmonitor: determine if filesystem is local or remote fsmonitor: Implement fsmonitor for Linux - - - --- 2022-10-14 Eric DeCosta New
[v2,07/12] fsmonitor: prepare to share code between Mac OS and Linux fsmonitor: Implement fsmonitor for Linux - - - --- 2022-10-14 Eric DeCosta New
[v2,06/12] fsmonitor: add documentation for allowRemote and socketDir options fsmonitor: Implement fsmonitor for Linux - - - --- 2022-10-14 Eric DeCosta Accepted
[v2,05/12] fsmonitor: check for compatability before communicating with fsmonitor fsmonitor: Implement fsmonitor for Linux - - - --- 2022-10-14 Eric DeCosta Accepted
[v2,04/12] fsmonitor: deal with synthetic firmlinks on macOS fsmonitor: Implement fsmonitor for Linux - - - --- 2022-10-14 Eric DeCosta Accepted
[v2,03/12] fsmonitor: avoid socket location check if using hook fsmonitor: Implement fsmonitor for Linux - - - --- 2022-10-14 Eric DeCosta Accepted
[v2,02/12] fsmonitor: relocate socket file if .git directory is remote fsmonitor: Implement fsmonitor for Linux - - - --- 2022-10-14 Eric DeCosta Accepted
[v2,01/12] fsmonitor: refactor filesystem checks to common interface fsmonitor: Implement fsmonitor for Linux - - - --- 2022-10-14 Eric DeCosta Accepted
[v4,OUTREACHY] t1002: modernize outdated conditional [v4,OUTREACHY] t1002: modernize outdated conditional - - - --- 2022-10-14 Nsengiyumva Wilberforce Accepted
[10/10] run-command API: add and use a run_command_sv_opt() run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[09/10] gc: use strvec_pushf(), avoid redundant strbuf_detach() run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[08/10] run-command API & users: remove run_command_v_opt_tr2() run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[07/10] run-command API & diff.c: remove run_command_v_opt_cd_env() run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[06/10] run-command API: remove RUN_COMMAND_STDOUT_TO_STDERR flag run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[05/10] run-command API docs: clarify & fleshen out run_command_v_opt*() docs run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[04/10] am: use run_command_l_opt() for show_patch() run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[03/10] run-command API: add and use a run_command_l_opt() run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[02/10] merge: remove always-the-same "verbose" arguments run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[01/10] run-command.c: refactor run_command_*_tr2() to internal helpers run-command API: add run_command_{l,sv}_opt() - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[v3,11/11] spatchcache: add a ccache-alike for "spatch" cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[v3,10/11] cocci: run against a generated ALL.cocci cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[v3,09/11] cocci: optimistically use COMPUTE_HEADER_DEPENDENCIES cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[v3,08/11] cocci: make "coccicheck" rule incremental cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[v3,07/11] cocci: split off "--all-includes" from SPATCH_FLAGS cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[v3,06/11] cocci: split off include-less "tests" from SPATCH_FLAGS cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[v3,05/11] Makefile: split off SPATCH_BATCH_SIZE comment from "cocci" heading cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[v3,04/11] Makefile: have "coccicheck" re-run if flags change cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[v3,03/11] Makefile: add ability to TAB-complete cocci *.patch rules cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[v3,02/11] cocci rules: remove unused "F" metavariable from pending rule cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[v3,01/11] Makefile + shared.mak: rename and indent $(QUIET_SPATCH_T) cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-14 Ævar Arnfjörð Bjarmason Superseded
[v3,7/7] documentation: format-patch: clarify requirements for patch-ids to match patch-id fixes and improvements - - - --- 2022-10-14 Jerry Zhang New
[v3,6/7] builtin: patch-id: remove unused diff-tree prefix patch-id fixes and improvements - - - --- 2022-10-14 Jerry Zhang New
[v3,5/7] builtin: patch-id: add --include-whitespace as a command mode patch-id fixes and improvements - - - --- 2022-10-14 Jerry Zhang New
[v3,4/7] patch-id: fix patch-id for mode changes patch-id fixes and improvements - - - --- 2022-10-14 Jerry Zhang Accepted
[v3,3/7] builtin: patch-id: fix patch-id with binary diffs patch-id fixes and improvements - - - --- 2022-10-14 Jerry Zhang Accepted
[v3,2/7] patch-id: use stable patch-id for rebases patch-id fixes and improvements - - - --- 2022-10-14 Jerry Zhang Accepted
[v3,1/7] patch-id: fix stable patch id for binary / header-only patch-id fixes and improvements - - - --- 2022-10-14 Jerry Zhang Accepted
[v3,OUTREACHY] t1002: modernize outdated conditional [v3,OUTREACHY] t1002: modernize outdated conditional - - - --- 2022-10-14 Nsengiyumva Wilberforce Superseded
[v2] RFC: mergetool: new config guiDefault supports auto-toggling gui by DISPLAY [v2] RFC: mergetool: new config guiDefault supports auto-toggling gui by DISPLAY - - - --- 2022-10-14 Tao Klerks Superseded
[v2,OUTREACHY] t1002: modernize outdated conditional [v2,OUTREACHY] t1002: modernize outdated conditional - - - --- 2022-10-14 Nsengiyumva Wilberforce Superseded
[OUTREACHY] t1002: modernize outdated conditional [OUTREACHY] t1002: modernize outdated conditional - - - --- 2022-10-14 Nsengiyumva Wilberforce Superseded
[v2] config: respect includes in protected config [v2] config: respect includes in protected config - - - --- 2022-10-13 Glen Choo Accepted
[v2] abspath.h file is generated by makeheaders tool [v2] abspath.h file is generated by makeheaders tool - - - --- 2022-10-13 John Passaro via GitGitGadget New
[v5,34/34] tests: assert consistent whitespace in -h output doc/UX: make txt & -h output more consistent - - - --- 2022-10-13 Ævar Arnfjörð Bjarmason Accepted
[v5,33/34] tests: start asserting that *.txt SYNOPSIS matches -h output doc/UX: make txt & -h output more consistent - - - --- 2022-10-13 Ævar Arnfjörð Bjarmason Accepted
[v5,32/34] doc txt & -h consistency: make "worktree" consistent doc/UX: make txt & -h output more consistent - - - --- 2022-10-13 Ævar Arnfjörð Bjarmason Accepted
[v5,31/34] worktree: define subcommand -h in terms of command -h doc/UX: make txt & -h output more consistent - - - --- 2022-10-13 Ævar Arnfjörð Bjarmason Accepted
[v5,30/34] reflog doc: list real subcommands up-front doc/UX: make txt & -h output more consistent - - - --- 2022-10-13 Ævar Arnfjörð Bjarmason Accepted
[v5,29/34] doc txt & -h consistency: make "commit" consistent doc/UX: make txt & -h output more consistent - - - --- 2022-10-13 Ævar Arnfjörð Bjarmason Accepted
[v5,28/34] doc txt & -h consistency: make "diff-tree" consistent doc/UX: make txt & -h output more consistent - - - --- 2022-10-13 Ævar Arnfjörð Bjarmason Accepted
[v5,27/34] doc txt & -h consistency: use "[<label>...]" for "zero or more" doc/UX: make txt & -h output more consistent - - - --- 2022-10-13 Ævar Arnfjörð Bjarmason Accepted
[v5,26/34] doc txt & -h consistency: make "annotate" consistent doc/UX: make txt & -h output more consistent - - - --- 2022-10-13 Ævar Arnfjörð Bjarmason Accepted
[v5,25/34] doc txt & -h consistency: make "stash" consistent doc/UX: make txt & -h output more consistent - - - --- 2022-10-13 Ævar Arnfjörð Bjarmason Accepted
[v5,24/34] doc txt & -h consistency: add missing options doc/UX: make txt & -h output more consistent - - - --- 2022-10-13 Ævar Arnfjörð Bjarmason Accepted
[v5,23/34] doc txt & -h consistency: use "git foo" form, not "git-foo" doc/UX: make txt & -h output more consistent - - - --- 2022-10-13 Ævar Arnfjörð Bjarmason Accepted
[v5,22/34] doc txt & -h consistency: make "bundle" consistent doc/UX: make txt & -h output more consistent - - - --- 2022-10-13 Ævar Arnfjörð Bjarmason Accepted
[v5,21/34] doc txt & -h consistency: make "read-tree" consistent doc/UX: make txt & -h output more consistent - - - --- 2022-10-13 Ævar Arnfjörð Bjarmason Accepted
« 1 2 ... 87 88 89433 434 »