Signed-off-by: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx> On Fri, Mar 21, 2014 at 08:32:01AM +0100, Per Cederqvist wrote: > Signed-off-by: Per Cederqvist <cederp@xxxxxxxxx> > --- > guilt-rebase | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/guilt-rebase b/guilt-rebase > index fd28e48..a1714a0 100755 > --- a/guilt-rebase > +++ b/guilt-rebase > @@ -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-`" > > # > -- > 1.8.3.1 > -- Don't drink and derive. Alcohol and algebra don't mix. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html