Skip to content

Commit

Permalink
The log.decorate setting should not influence patchbomb.
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 01bfa90 commit 8cfcdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guilt-patchbomb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [ $? -ne 0 ]; then
fi

# display the list of commits to be sent as patches
git log --pretty=oneline "$r" | cut -c 1-8,41- | $pager
git log --no-decorate --pretty=oneline "$r" | cut -c 1-8,41- | $pager

_disp "Are these what you want to send? [Y/n] "
read n
Expand Down

0 comments on commit 8cfcdba

Please sign in to comment.