Show patches with: State = Action Required       |   24315 patches
« 1 2 ... 91 92 93243 244 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,32/33] doc/git-show: include --diff-merges description git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,31/33] doc/rev-list-options: document --first-parent changes merges format git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,30/33] doc/diff-generate-patch: mention new --diff-merges option git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,29/33] doc/git-log: describe new --diff-merges options git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,28/33] diff-merges: add '--diff-merges=1' as synonym for 'first-parent' git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,27/33] diff-merges: add old mnemonic counterparts to --diff-merges git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,26/33] diff-merges: let new options enable diff without -p git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,25/33] diff-merges: do not imply -p for new options git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,24/33] diff-merges: handle imply -p on -c/--cc logic for log.c git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,23/33] diff-merges: fix style of functions definitions git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,22/33] diff-merges: implement new values for --diff-merges git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,21/33] diff-merges: make -m/-c/--cc explicitly mutually exclusive git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,20/33] diff-merges: refactor opt settings into separate functions git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,19/33] diff-merges: get rid of now empty diff_merges_init_revs() git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,18/33] diff-merges: group diff-merge flags next to each other inside 'rev_info' git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,17/33] diff-merges: split 'ignore_merges' field git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,16/33] diff-merges: fix -m to properly override -c/--cc git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,15/33] t4013: add tests for -m failing to override -c/--cc git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,14/33] t4013: support test_expect_failure through ':failure' magic git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,13/33] diff-merges: revise revs->diff flag handling git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,12/33] diff-merges: introduce revs->first_parent_merges flag git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,11/33] diff-merges: new function diff_merges_set_dense_combined_if_unset() git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,10/33] diff-merges: new function diff_merges_suppress() git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,09/33] diff-merges: re-arrange functions to match the order they are called in git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,08/33] diff-merges: rename diff_merges_default_to_enable() to match semantics git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,07/33] diff-merges: move checks for first_parent_only out of the module git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,06/33] diff-merges: rename all functions to have common prefix git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,05/33] revision: move diff merges functions to its own diff-merges.c git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,04/33] revision: provide implementation for diff merges tweaks git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,03/33] revision: factor out initialization of diff-merge related settings git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,02/33] revision: factor out setup of diff-merge related settings git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v2,01/33] revision: factor out parsing of diff-merge related options git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[v5,9/9] entry: add checkout_entry_ca() taking preloaded conv_attrs Parallel Checkout (part I) - - - --- 2020-12-16 Matheus Tavares New
[v5,8/9] entry: move conv_attrs lookup up to checkout_entry() Parallel Checkout (part I) - - - --- 2020-12-16 Matheus Tavares New
[v5,7/9] entry: extract update_ce_after_write() from write_entry() Parallel Checkout (part I) - - - --- 2020-12-16 Matheus Tavares New
[v5,6/9] entry: make fstat_output() and read_blob_entry() public Parallel Checkout (part I) - - - --- 2020-12-16 Matheus Tavares New
[v5,5/9] entry: extract a header file for entry.c functions Parallel Checkout (part I) - - - --- 2020-12-16 Matheus Tavares New
[v5,4/9] convert: add classification for conv_attrs struct Parallel Checkout (part I) - - - --- 2020-12-16 Matheus Tavares New
[v5,3/9] convert: add get_stream_filter_ca() variant Parallel Checkout (part I) - - - --- 2020-12-16 Matheus Tavares New
[v5,2/9] convert: add [async_]convert_to_working_tree_ca() variants Parallel Checkout (part I) - - - --- 2020-12-16 Matheus Tavares New
[v5,1/9] convert: make convert_attrs() and convert structs public Parallel Checkout (part I) - - - --- 2020-12-16 Matheus Tavares New
[v5,6/8] config: parse more robust format in GIT_CONFIG_PARAMETERS config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v5,5/8] config: store "git -c" variables using more robust format config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v5,3/8] quote: make sq_dequote_step() a public function config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v5,8/8] config: allow specifying config entries via envvar pairs config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v5,7/8] environment: make `getenv_safe()` a public function config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v5,4/8] config: extract function to parse config pairs config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v5,2/8] config: add new way to pass config via `--config-env` config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
[v5,1/8] git: add `--super-prefix` to usage string config: allow specifying config entries via env - - - --- 2020-12-16 Patrick Steinhardt New
gitk: exclude common URL delimiters from linkification regex gitk: exclude common URL delimiters from linkification regex - - - --- 2020-12-16 Alex Henrie New
checkout: send commit provenance during prefetch checkout: send commit provenance during prefetch - - - --- 2020-12-15 Jonathan Tan New
[RFC/PATCH,3/3] pull: cleanup autostash check pull: warning improvements part 2 - 1 - --- 2020-12-15 Felipe Contreras New
[RFC/PATCH,2/3] pull: improve default warning pull: warning improvements part 2 - - - --- 2020-12-15 Felipe Contreras New
[RFC/PATCH,1/3] doc: pull: explain what is a fast-forward pull: warning improvements part 2 - - - --- 2020-12-15 Felipe Contreras New
[v3,3/3] t7400: add test to check 'submodule add' for tracked paths submodule: port subcommand add from shell to C - - - --- 2020-12-14 Shourya Shukla New
[v3,2/3] submodule: port submodule subcommand 'add' from shell to C submodule: port subcommand add from shell to C - - - --- 2020-12-14 Shourya Shukla New
[v3,1/3] dir: change the scope of function 'directory_exists_in_index()' submodule: port subcommand add from shell to C - - - --- 2020-12-14 Shourya Shukla New
[v2,2/2] refs: warn on non-pseudoref looking .git/<file> refs [v2,1/2] refs: move is_pseudoref_syntax() earlier in the file - - - --- 2020-12-14 Ævar Arnfjörð Bjarmason New
[v2,1/2] refs: move is_pseudoref_syntax() earlier in the file [v2,1/2] refs: move is_pseudoref_syntax() earlier in the file - - - --- 2020-12-14 Ævar Arnfjörð Bjarmason New
[1/1] mailmap: support hashed entries in mailmaps Hashed mailmap support - - - --- 2020-12-13 brian m. carlson New
[v5,2/2] rev-parse: add option for absolute or relative path formatting rev-parse options for absolute or relative paths - - - --- 2020-12-13 brian m. carlson New
[v5,1/2] abspath: add a function to resolve paths with missing components rev-parse options for absolute or relative paths - - - --- 2020-12-13 brian m. carlson New
l10n: ru.po: fix typo in Russian translation l10n: ru.po: fix typo in Russian translation - - - --- 2020-12-12 Alexey Roslyakov New
[v5,3/3] pull: display default warning only when non-ff [v5,1/3] pull: refactor fast-forward check - - - --- 2020-12-12 Felipe Contreras New
[v5,2/3] pull: move default warning [v5,1/3] pull: refactor fast-forward check - - - --- 2020-12-12 Felipe Contreras New
[v5,1/3] pull: refactor fast-forward check [v5,1/3] pull: refactor fast-forward check - - - --- 2020-12-12 Felipe Contreras New
[v5,0/3] pull: stop warning on every pull - - - --- 2020-12-12 Felipe Contreras New
clone: in protocol v2, use remote's default branch clone: in protocol v2, use remote's default branch - - - --- 2020-12-11 Jonathan Tan New
[v4,4/4] init: provide useful advice about init.defaultBranch Add helpful advice about init.defaultBranch - - - --- 2020-12-10 Johannes Schindelin New
[v4,3/4] get_default_branch_name(): prepare for showing some advice Add helpful advice about init.defaultBranch - - - --- 2020-12-10 Johannes Schindelin New
[v4,2/4] branch -m: allow renaming a yet-unborn branch Add helpful advice about init.defaultBranch - - - --- 2020-12-10 Johannes Schindelin New
[v4,1/4] init: document `init.defaultBranch` better Add helpful advice about init.defaultBranch - - - --- 2020-12-10 Johannes Schindelin New
[v5,0/3] pull: stop warning on every pull - - - --- 2020-12-10 Felipe Contreras New
[v5,2/2] hooks: allow input from stdin for commit-related hooks hooks: allow input from stdin for commit-related hooks - - - --- 2020-12-09 Orgad Shaneh New
[v5,1/2] hooks: lay foundations for passing stdin to hooks hooks: allow input from stdin for commit-related hooks - - - --- 2020-12-09 Orgad Shaneh New
[v6,4/4] maintenance: use Windows scheduled tasks Maintenance IV: Platform-specific background maintenance - - - --- 2020-12-09 Derrick Stolee New
[v6,3/4] maintenance: use launchctl on macOS Maintenance IV: Platform-specific background maintenance - - - --- 2020-12-09 Derrick Stolee New
[v6,2/4] maintenance: include 'cron' details in docs Maintenance IV: Platform-specific background maintenance - - - --- 2020-12-09 Derrick Stolee New
[v6,1/4] maintenance: extract platform-specific scheduling Maintenance IV: Platform-specific background maintenance - - - --- 2020-12-09 Derrick Stolee New
[v2] doc: 'T' status code for git status [v2] doc: 'T' status code for git status - - - --- 2020-12-09 Julien Richard New
[3/3] config: store "git -c" variables using more robust format [1/3] quote: make sq_dequote_step() a public function - - - --- 2020-12-09 Jeff King New
[2/3] config: parse more robust format in GIT_CONFIG_PARAMETERS [1/3] quote: make sq_dequote_step() a public function - - - --- 2020-12-09 Jeff King New
[1/3] quote: make sq_dequote_step() a public function [1/3] quote: make sq_dequote_step() a public function - - - --- 2020-12-09 Jeff King New
[v4,15/15] Add "test-tool dump-reftable" command. reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,14/15] git-prompt: prepare for reftable refs backend reftable library - - - --- 2020-12-09 SZEDER Gábor New
[v4,13/15] Reftable support for git-core reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,12/15] reftable: rest of library reftable library - - - --- 2020-12-09 Linus Arver via GitGitGadget New
[v4,11/15] reftable: reftable file level tests reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,10/15] reftable: read reftable files reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,09/15] reftable: write reftable files reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,08/15] reftable: a generic binary tree implementation reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,07/15] reftable: reading/writing blocks reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,06/15] reftable: (de)serialization for the polymorphic record type. reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,05/15] reftable: add blocksource, an abstraction for random access reads reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,04/15] reftable: utility functions reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,03/15] reftable: add error related functionality reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,02/15] reftable: add LICENSE reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v4,01/15] init-db: set the_repository->hash_algo early on reftable library - - - --- 2020-12-09 Han-Wen Nienhuys New
[v2,2/2] contrib: vim: add sharness syntax file vim: configuration and sharness syntax - - - --- 2020-12-09 Felipe Contreras New
[v2,1/2] Add project-wide .vimrc configuration vim: configuration and sharness syntax - - - --- 2020-12-09 Felipe Contreras New
« 1 2 ... 91 92 93243 244 »