Re: [PATCH v2 1/3] revert.c: Allow to specify -x via git-config

2014-02-19 Thread Junio C Hamano
Guido Günther writes: > Without this when maintaining stable branches it's easy to forget to use > -x to track where a patch was cherry-picked from. > --- > Documentation/config.txt | 4 > Documentation/git-cherry-pick.txt | 8 > builtin/revert.c | 14 ++

[PATCH v2 1/3] revert.c: Allow to specify -x via git-config

2014-02-18 Thread Guido Günther
Without this when maintaining stable branches it's easy to forget to use -x to track where a patch was cherry-picked from. --- Documentation/config.txt | 4 Documentation/git-cherry-pick.txt | 8 builtin/revert.c | 14 +- 3 files changed, 25 in