git-p4: disable-rebase: allow setting this via configuration
commit3b3477ea5ae0a443ecceaf588c41cbc937066260
authorLuke Diamand <luke@diamand.org>
Fri, 8 Jun 2018 20:32:43 +0000 (8 21:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Jun 2018 21:46:08 +0000 (12 14:46 -0700)
tree66181c0905b089532435b72af13d0f125a81ec98
parentf55b87c1c748cdec7ce1631e6296e3edfd7cfc7d
git-p4: disable-rebase: allow setting this via configuration

This just lets you set the --disable-rebase option with the
git configuration options git-p4.disableRebase. If you're
using this option, you probably want to set it all the time
for a given repo.

Signed-off-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-p4.txt
git-p4.py