Skip to content

Commit

Permalink
The log.decorate setting should not influence guilt rebase.
Browse files Browse the repository at this point in the history
Signed-off-by: Per Cederqvist <[email protected]>
Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
  • Loading branch information
Per Cederqvist committed Jan 22, 2015
1 parent 8cfcdba commit eb60016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guilt-rebase
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pop_all_patches
git merge --no-commit $upstream > /dev/null 2> /dev/null

disp ""
log=`git log -1 --pretty=oneline`
log=`git log -1 --no-decorate --pretty=oneline`
disp "HEAD is now at `echo $log | cut -c 1-7`... `echo "$log" | cut -c 41-`"

#
Expand Down

0 comments on commit eb60016

Please sign in to comment.