• M
    git-log: put space after commit mark · b1b47554
    Michael J Gruber 提交于
    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: NMichael J Gruber <git@drmicha.warpmail.net>
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    b1b47554
revision.h 4.9 KB