Show patches with: Submitter = Sergey Organov       |   237 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,28/32] doc/git-log: describe new --diff-merges options [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,27/32] diff-merges: add '--diff-merges=1' as synonym for 'first-parent' [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,26/32] diff-merges: add old mnemonic counterparts to --diff-merges [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,25/32] diff-merges: let new options enable diff without -p [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,24/32] diff-merges: do not imply -p for new options [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,23/32] diff-merges: implement new values for --diff-merges [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,22/32] diff-merges: make -m/-c/--cc explicitly mutually exclusive [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,21/32] diff-merges: refactor opt settings into separate functions [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,20/32] diff-merges: get rid of now empty diff_merges_init_revs() [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,19/32] diff-merges: group diff-merge flags next to each other inside 'rev_info' [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,18/32] diff-merges: split 'ignore_merges' field [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,17/32] diff-merges: fix -m to properly override -c/--cc [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,16/32] t4013: add tests for -m failing to override -c/--cc [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,15/32] t4013: support test_expect_failure through ':failure' magic [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,14/32] diff-merges: revise revs->diff flag handling [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,13/32] diff-merges: handle imply -p on -c/--cc logic for log.c [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,12/32] diff-merges: introduce revs->first_parent_merges flag [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,11/32] diff-merges: new function diff_merges_set_dense_combined_if_unset() [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,10/32] diff-merges: new function diff_merges_suppress() [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,09/32] diff-merges: re-arrange functions to match the order they are called in [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,08/32] diff-merges: rename diff_merges_default_to_enable() to match semantics [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,07/32] diff-merges: move checks for first_parent_only out of the module [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,06/32] diff-merges: rename all functions to have common prefix [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,05/32] revision: move diff merges functions to its own diff-merges.c [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,04/32] revision: provide implementation for diff merges tweaks [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,03/32] revision: factor out initialization of diff-merge related settings [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,02/32] revision: factor out setup of diff-merge related settings [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,01/32] revision: factor out parsing of diff-merge related options [v3,01/32] revision: factor out parsing of diff-merge related options - - - --- 2020-12-21 Sergey Organov New
[v3,00/32] git-log: implement new --diff-merge options - - - --- 2020-12-21 Sergey Organov New
[v2,33/33] t4013: add tests for --diff-merges=first-parent git-log: implement new --diff-merge options - - - --- 2020-12-16 Sergey Organov New
[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
glossary: improve "branch" definition glossary: improve "branch" definition - - - --- 2020-11-23 Sergey Organov New
[v1,27/27] doc/git-show: include --diff-merges description git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,26/27] doc/rev-list-options: document --first-parent implies --diff-merges=first-parent git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,25/27] doc/diff-generate-patch: mention new --diff-merges option git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,24/27] doc/git-log: describe new --diff-merges options git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,23/27] t4013: add test for --diff-merges=first-parent git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,22/27] diff-merges: implement new values for --diff-merges git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,21/27] diff-merges: make -m/-c/--cc explicitly mutually exclusive git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,20/27] diff-merges: refactor opt settings into separate functions git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,19/27] diff-merges: get rid of now empty diff_merges_init_revs() git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,18/27] diff-merges: group diff-merge flags next to each other inside 'rev_info' git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,17/27] diff-merges: split 'ignore_merges' field git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,16/27] diff-merges: fix -m to properly override -c/--cc git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,15/27] t4013: add tests for -m failing to override -c/--cc git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,14/27] t4013: support test_expect_failure through ':failure' magic git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,13/27] diff-merges: revise revs->diff flag handling git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,12/27] diff-merges: introduce revs->first_parent_merges flag git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,11/27] diff-merges: new function diff_merges_set_dense_combined_if_unset() git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,10/27] diff-merges: new function diff_merges_suppress() git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,09/27] diff-merges: re-arrange functions to match the order they are called in git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,08/27] diff-merges: rename diff_merges_default_to_enable() to match semantics git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,07/27] diff-merges: move checks for first_parent_only out of the module git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,06/27] diff-merges: rename all functions to have common prefix git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,05/27] revision: move diff merges functions to its own diff-merges.c git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,04/27] revision: provide implementation for diff merges tweaks git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,03/27] revision: factor out initialization of diff-merge related settings git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,02/27] revision: factor out setup of diff-merge related settings git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[v1,01/27] revision: factor out parsing of diff-merge related options git-log: implement new --diff-merge options - - - --- 2020-11-08 Sergey Organov New
[26/26] doc/rev-list-options: document --first-parent implies --diff-merges=first-parent git-log: implement new --diff-merge options - - - --- 2020-11-01 Sergey Organov Superseded
[25/26] doc/diff-generate-patch: mention new --diff-merges option git-log: implement new --diff-merge options - - - --- 2020-11-01 Sergey Organov Superseded
[24/26] doc/git-log: describe new --diff-merges options git-log: implement new --diff-merge options - - - --- 2020-11-01 Sergey Organov Superseded
[23/26] t4013: add test for --diff-merges=first-parent git-log: implement new --diff-merge options - - - --- 2020-11-01 Sergey Organov Superseded
[22/26] diff-merges: implement new values for --diff-merges git-log: implement new --diff-merge options - - - --- 2020-11-01 Sergey Organov Superseded
[21/26] diff-merges: make -m/-c/--cc explicitly mutually exclusive git-log: implement new --diff-merge options - - - --- 2020-11-01 Sergey Organov Superseded
[20/26] diff-merges: refactor opt settings into separate functions git-log: implement new --diff-merge options - - - --- 2020-11-01 Sergey Organov Superseded
[19/26] diff-merges: get rid of now empty diff_merges_init_revs() git-log: implement new --diff-merge options - - - --- 2020-11-01 Sergey Organov Superseded
[18/26] diff-merges: group diff-merge flags next to each other inside 'rev_info' git-log: implement new --diff-merge options - - - --- 2020-11-01 Sergey Organov Superseded
[17/26] diff-merges: split 'ignore_merges' field git-log: implement new --diff-merge options - - - --- 2020-11-01 Sergey Organov Superseded
« 1 2 3 »