]> git.ipfire.org Git - thirdparty/git.git/commit - sha1-name.c
Re-fix get_sha1_oneline()
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Mar 2007 18:30:38 +0000 (11:30 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 12 Mar 2007 18:30:38 +0000 (11:30 -0700)
commit1358e7d670306a9fe8a612f1ebd1f058474d20af
treeb74b1722591c0fd0702680c7f6f25be6907b014b
parent34572ed2c809c2e0b00dc660bdb2dd201c5ff85f
Re-fix get_sha1_oneline()

What the function wants to return is not if we saw any return
from pop_most_recent_commit(), but if we found what was asked
for.

Signed-off-by: Junio C Hamano <junkio@cox.net>
sha1_name.c