git-log: put space after commit mark
commitb1b47554ae889ca76b66349819c9b95a8be5f646
authorMichael J Gruber <git@drmicha.warpmail.net>
Thu, 10 Mar 2011 14:45:03 +0000 (10 15:45 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Mar 2011 05:55:29 +0000 (10 21:55 -0800)
tree28cf55591e64cf1b319cbd94c80d8011cb172993
parentfe3b59e595b02ee57314b74a74df915bdd845011
git-log: put space after commit mark

Currently, commit marks (left, right, boundary, cherry) are output right
before the commit sha1, which makes it difficult to copy sha1s. Sample
output for "git log --oneline --cherry":

=049c269 t6007: test rev-list --cherry

Change this to

049c269 t6007: test rev-list --cherry

which matches exactly the current output of "git log --graph".

Leave "git rev-list" output as is (no space) so that they do not break.

Adjust "git-svn" which uses "git log --pretty=raw --boundary".

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl
log-tree.c
revision.c
revision.h