• L
    git-rev-list: fix "--dense" flag · 129adf4d
    Linus Torvalds 提交于
    Right now --dense will _always_ show the root commit. I didn't do the
    logic that does the diff against an empty tree. I was lazy.
    
    This patch does that.  The first round was incorrect but 
    this patch is even slightly tested, and might do a better job.
    Signed-off-by: NJunio C Hamano <junkio@cox.net>
    129adf4d
rev-list.c 19.2 KB