On Apr 25 2017, Liam Beguin <liambeguin@xxxxxxxxx> wrote: > diff --git a/Documentation/config.txt b/Documentation/config.txt > index 475e874d5155..8b1877f2df91 100644 > --- a/Documentation/config.txt > +++ b/Documentation/config.txt > @@ -2614,6 +2614,25 @@ rebase.instructionFormat:: > the instruction list during an interactive rebase. The format will automatically > have the long commit hash prepended to the format. > > +rebase.abbrevCmd:: > + If set to true, `git rebase -i` will abbreviate the command-names in the > + instruction list. This means that instead of looking like this, > + > +------------------------------------------- > + pick deadbee The oneline of this commit > + pick fa1afe1 The oneline of the next commit > + ... > +------------------------------------------- > + > + the list would use the short version of the command resulting in > + something like this. > + > +------------------------------------------- > + p deadbee The oneline of this commit > + p fa1afe1 The oneline of the next commit > + ... > +------------------------------------------- That doesn't explain the point of the option. Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."