[PATCH 1/1] git-p4: add options --commit and --disable-rebase

2018-06-01 Thread Romain Merland
--disable-rebase to command 'git-p4 submit' in order to disable rebase after submission. Thanks-to: Cedric Borgese Reviewed-by: Luke Diamand Signed-off-by: Junio C Hamano Signed-off-by: Romain Merland --- Documentation/git-p4.txt | 14 ++ git-p4.py| 29

[PATCH 0/1] git-p4: add options --commit and --disable-rebase

2018-06-01 Thread Romain Merland
--disable-rebase to command 'git-p4 submit' in order to disable rebase after submission. Romain Merland (1): git-p4: add options --commit and --disable-rebase Documentation/git-p4.txt | 14 ++ git-p4.py| 29 +++-- t/t9807-git-p4-submit.sh | 40