• L
    git-rev-list: add "--pretty" command line option · 9d97aa64
    Linus Torvalds 提交于
    That pretty-prints the resulting commit messages, so
    
    	git-rev-list --pretty HEAD v2.6.12-rc5 | less -S
    
    basically ends up being a log of the changes between -rc5
    and current head.
    
    It uses the pretty-printing helper function I just extracted
    from diff-tree.c.
    9d97aa64
rev-list.c 3.5 KB