add instructionFormat for interactive rebase

This commit is contained in:
Nick Nisi
2015-12-03 09:35:08 -06:00
parent 1ea1229e47
commit cc2de67057

View File

@@ -136,3 +136,5 @@
[mergetool "Kaleidoscope"]
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustexitcode = true
[rebase]
instructionFormat = "[%an - %ar] %s"