Skip to content

Commit 8cfcdba

Browse files
author
Per Cederqvist
committed
The log.decorate setting should not influence patchbomb.
Signed-off-by: Per Cederqvist <[email protected]> Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
1 parent 01bfa90 commit 8cfcdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: guilt-patchbomb

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if [ $? -ne 0 ]; then
4747
fi
4848

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

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

0 commit comments

Comments
 (0)