Show patches with: State = Action Required       |   24234 patches
« 1 2 ... 108 109 110242 243 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v5,11/13] bisect--helper: retire `--check-expected-revs` subcommand Finish converting git bisect to C part 2 - - - --- 2020-07-17 Miriam R. New
[v5,10/13] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C Finish converting git bisect to C part 2 - - - --- 2020-07-17 Miriam R. New
[v5,09/13] bisect--helper: retire `--next-all` subcommand Finish converting git bisect to C part 2 - - - --- 2020-07-17 Miriam R. New
[v5,08/13] bisect--helper: retire `--bisect-clean-state` subcommand Finish converting git bisect to C part 2 - - - --- 2020-07-17 Miriam R. New
[v5,07/13] bisect--helper: finish porting `bisect_start()` to C Finish converting git bisect to C part 2 - - - --- 2020-07-17 Miriam R. New
[v5,06/13] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C Finish converting git bisect to C part 2 - - - --- 2020-07-17 Miriam R. New
[v5,05/13] bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()' Finish converting git bisect to C part 2 - - - --- 2020-07-17 Miriam R. New
[v5,04/13] bisect--helper: reimplement `bisect_autostart` shell function in C Finish converting git bisect to C part 2 - - - --- 2020-07-17 Miriam R. New
[v5,03/13] bisect--helper: introduce new `write_in_file()` function Finish converting git bisect to C part 2 - - - --- 2020-07-17 Miriam R. New
[v5,02/13] bisect--helper: use '-res' in 'cmd_bisect__helper' return Finish converting git bisect to C part 2 - - - --- 2020-07-17 Miriam R. New
[v5,01/13] bisect--helper: BUG() in cmd_*() on invalid subcommand Finish converting git bisect to C part 2 - - - --- 2020-07-17 Miriam R. New
[FYI] commit-graph: trace expiry of commit graph links [FYI] commit-graph: trace expiry of commit graph links - - - --- 2020-07-16 Jonathan Tan New
[v3,3/3] Make HEAD a PSEUDOREF rather than PER_WORKTREE. Remove special casing for PSEUDOREF updates - - - --- 2020-07-16 Johannes Schindelin via GitGitGadget New
[v3,2/3] Modify pseudo refs through ref backend storage Remove special casing for PSEUDOREF updates - - - --- 2020-07-16 Johannes Schindelin via GitGitGadget New
[v3,1/3] t1400: use git rev-parse for testing PSEUDOREF existence Remove special casing for PSEUDOREF updates - - - --- 2020-07-16 Johannes Schindelin via GitGitGadget New
[v2] upload-pack: do not lazy-fetch "have" objects [v2] upload-pack: do not lazy-fetch "have" objects - - - --- 2020-07-16 Jonathan Tan New
[v7,5/5] rebase: add --reset-author-date cleanup ra/rebase-i-more-options - - - --- 2020-07-16 Phillip Wood New
[v7,4/5] rebase -i: support --ignore-date cleanup ra/rebase-i-more-options - - - --- 2020-07-16 Phillip Wood New
[v7,3/5] sequencer: rename amend_author to author_to_free cleanup ra/rebase-i-more-options - - - --- 2020-07-16 Phillip Wood New
[v7,2/5] rebase -i: support --committer-date-is-author-date cleanup ra/rebase-i-more-options - - - --- 2020-07-16 Phillip Wood New
[v7,1/5] rebase -i: add --ignore-whitespace flag cleanup ra/rebase-i-more-options - - - --- 2020-07-16 Phillip Wood New
[v5,3/3] ref-filter: add support for %(contents:size) Add support for %(contents:size) in ref-filter - - - --- 2020-07-16 Christian Couder New
[v5,2/3] t6300: test refs pointing to tree and blob Add support for %(contents:size) in ref-filter - - - --- 2020-07-16 Christian Couder New
[v5,1/3] Documentation: clarify %(contents:XXXX) doc Add support for %(contents:size) in ref-filter - - - --- 2020-07-16 Christian Couder New
[2/2] repository: allow repository format upgrade with extensions extensions.* fixes for 2.28 (Re: [PATCH] setup: warn about un-enabled extensions) - - - --- 2020-07-16 Jonathan Nieder New
[1/2] Revert "check_repository_format_gently(): refuse extensions for old repositories" extensions.* fixes for 2.28 (Re: [PATCH] setup: warn about un-enabled extensions) - - - --- 2020-07-16 Jonathan Nieder New
upload-pack: do not lazy-fetch "have" objects upload-pack: do not lazy-fetch "have" objects - - - --- 2020-07-15 Jonathan Tan New
Antw: [EXT] Re: Help understanding unexpected diff output Antw: [EXT] Re: Help understanding unexpected diff output - - - --- 2020-07-14 Ulrich Windl New
completion: add show --color-moved[-ws] completion: add show --color-moved[-ws] - - - --- 2020-07-14 Michal Prívozník New
[v2,2/2] config: provide extra detail about worktree config setup: warn if extensions exist on old format - - - --- 2020-07-14 Johannes Schindelin via GitGitGadget New
[v2,1/2] setup: tweak upgrade policy to grandfather worktreeconfig setup: warn if extensions exist on old format - - - --- 2020-07-14 Johannes Schindelin via GitGitGadget New
setup: warn about un-enabled extensions setup: warn about un-enabled extensions - - - --- 2020-07-13 Johannes Schindelin via GitGitGadget New
setup: tweak upgrade policy to grandfather worktreeconfig setup: tweak upgrade policy to grandfather worktreeconfig - - - --- 2020-07-13 Junio C Hamano New
setup: warn if extensions exist on old format setup: warn if extensions exist on old format - - - --- 2020-07-13 Johannes Schindelin via GitGitGadget New
[2/2] git-diff.txt: reorder possible usages git-diff.txt: reorder possible usages - - - --- 2020-07-13 Martin Ågren New
[1/2] git-diff.txt: don't mark required argument as optional git-diff.txt: reorder possible usages - - - --- 2020-07-13 Martin Ågren New
fetch: optionally allow disabling FETCH_HEAD update fetch: optionally allow disabling FETCH_HEAD update - - - --- 2020-07-13 Junio C Hamano New
[v6,5/5] rebase: add --reset-author-date fixup ra/rebase-i-more-options - - - --- 2020-07-13 Phillip Wood New
[v6,4/5] rebase -i: support --ignore-date fixup ra/rebase-i-more-options - - - --- 2020-07-13 Phillip Wood New
[v6,3/5] sequencer: rename amend_author to author_to_free fixup ra/rebase-i-more-options - - - --- 2020-07-13 Phillip Wood New
[v6,2/5] rebase -i: support --committer-date-is-author-date fixup ra/rebase-i-more-options - - - --- 2020-07-13 Phillip Wood New
[v6,1/5] rebase -i: add --ignore-whitespace flag fixup ra/rebase-i-more-options - - - --- 2020-07-13 Phillip Wood New
[v2,39/39] t: remove test_oid_init in tests SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,38/39] docs: add documentation for extensions.objectFormat SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,37/39] ci: run tests with SHA-256 SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,36/39] t: make SHA1 prerequisite depend on default hash SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,35/39] t: allow testing different hash algorithms via environment SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,34/39] t: add test_oid option to select hash algorithm SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,33/39] Enable SHA-256 support by default SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,32/39] setup: add support for reading extensions.objectformat SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,31/39] bundle: add new version for use with SHA-256 SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,30/39] builtin/verify-pack: implement an --object-format option SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,29/39] http-fetch: set up git directory before parsing pack hashes SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,28/39] t0410: mark test with SHA1 prerequisite SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,27/39] t5308: make test work with SHA-256 SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,26/39] t9700: make hash size independent SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,25/39] t9500: ensure that algorithm info is preserved in config SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,24/39] t9350: make hash size independent SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,23/39] t9301: make hash size independent SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,22/39] t9300: use $ZERO_OID instead of hard-coded object ID SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,21/39] t9300: abstract away SHA-1-specific constants SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,20/39] t8011: make hash size independent SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,19/39] t8003: make hash size independent SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,18/39] t8002: make hash size independent SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,17/39] t7508: use $ZERO_OID instead of hard-coded constant SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,16/39] t7506: avoid checking for SHA-1-specific constants SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,15/39] t7405: make hash size independent SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,14/39] t7400: make hash size independent SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,13/39] t7102: abstract away SHA-1-specific constants SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,12/39] t7201: abstract away SHA-1-specific constants SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,11/39] t7063: make hash size independent SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,10/39] t7003: compute appropriate length constant SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,09/39] t6501: avoid hard-coded objects SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,08/39] t6500: specify test values for SHA-256 SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,07/39] t6301: make hash size independent SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,06/39] t6101: make hash size independent SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,05/39] t6100: make hash size independent SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,04/39] t3404: prepare 'short SHA-1 collision' tests for SHA-256 SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,03/39] t3305: make hash agnostic SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,02/39] t1001: use $ZERO_OID SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v2,01/39] t: make test-bloom initialize repository SHA-256, part 3/3 - - - --- 2020-07-13 brian m. carlson New
[v17] Support auto-merge for meld to follow the vim-diff behavior [v17] Support auto-merge for meld to follow the vim-diff behavior - - - --- 2020-07-12 Johannes Schindelin via GitGitGadget New
[v3] gitweb: Replace <base> tag with full URLs (when using PATH_INFO) [v3] gitweb: Replace <base> tag with full URLs (when using PATH_INFO) - - - --- 2020-07-12 Tobias Girstmair New
[v2] gitweb: Replace <base> tag with full URLs (when using PATH_INFO) [v2] gitweb: Replace <base> tag with full URLs (when using PATH_INFO) - - - --- 2020-07-12 Tobias Girstmair New
bundle: improve message when unknown hash algorithm detected bundle: improve message when unknown hash algorithm detected - - - --- 2020-07-12 brian m. carlson New
[v16] Support auto-merge for meld to follow the vim-diff behavior [v16] Support auto-merge for meld to follow the vim-diff behavior - - - --- 2020-07-12 Johannes Schindelin via GitGitGadget New
[v15] Support auto-merge for meld to follow the vim-diff behavior [v15] Support auto-merge for meld to follow the vim-diff behavior - - - --- 2020-07-12 Johannes Schindelin via GitGitGadget New
gitweb: Replace <base> tag with full URLs (when using PATH_INFO) gitweb: Replace <base> tag with full URLs (when using PATH_INFO) - - - --- 2020-07-11 Tobias Girstmair New
libceph : client only want latest osdmap. If the gap with the latest version exceeds the threshold,… libceph : client only want latest osdmap. If the gap with the latest version exceeds the threshold,… - - - --- 2020-07-11 simon gao New
commit-graph: fix "Collecting commits from input" progress line commit-graph: fix "Collecting commits from input" progress line - 1 - --- 2020-07-10 SZEDER Gábor New
--function-context shows wrong function in chunk --function-context shows wrong function in chunk - - - --- 2020-07-10 Zach Riggle New
[v2,4/4] Cleanse reflog messages in the refs.c layer Preliminary fixes for reftable support - - - --- 2020-07-10 Johannes Schindelin via GitGitGadget New
[v2,3/4] Treat BISECT_HEAD as a pseudo ref Preliminary fixes for reftable support - - - --- 2020-07-10 Johannes Schindelin via GitGitGadget New
[v2,2/4] t3432: use git-reflog to inspect the reflog for HEAD Preliminary fixes for reftable support - - - --- 2020-07-10 Johannes Schindelin via GitGitGadget New
[v2,1/4] lib-t6000.sh: write tag using git-update-ref Preliminary fixes for reftable support - - - --- 2020-07-10 Johannes Schindelin via GitGitGadget New
[v4,3/3] ref-filter: add support for %(contents:size) Add support for %(contents:size) in ref-filter - - - --- 2020-07-10 Christian Couder New
[v4,2/3] t6300: test refs pointing to tree and blob Add support for %(contents:size) in ref-filter - - - --- 2020-07-10 Christian Couder New
[v4,1/3] Documentation: clarify %(contents:XXXX) doc Add support for %(contents:size) in ref-filter - - - --- 2020-07-10 Christian Couder New
net : client only want latest osdmap. If the gap with the latest version exceeds the threshold, mon… net : client only want latest osdmap. If the gap with the latest version exceeds the threshold, mon… - - - --- 2020-07-10 simon gao New
net : client only want latest osdmap. If the gap with the latest version exceeds the threshold, mon… net : client only want latest osdmap. If the gap with the latest version exceeds the threshold, mon… - - - --- 2020-07-10 simon gao New
« 1 2 ... 108 109 110242 243 »