From: Thomas Rast Date: Sat, 24 Jan 2009 22:23:14 +0000 (+0100) Subject: t1505: remove debugging cruft X-Git-Tag: v1.6.2-rc0~70^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=73ff1a131b340633b2ec2a0e68490de721448f56;p=git.git t1505: remove debugging cruft Remove a call to git-log that I introduced for debugging and that accidentally made it into d18ba22 (sha1_name: support @{-N} syntax in get_sha1(), 2009-01-17). Signed-off-by: Thomas Rast Signed-off-by: Junio C Hamano --- diff --git a/t/t1505-rev-parse-last.sh b/t/t1505-rev-parse-last.sh index c745ec437..d709ecf8d 100755 --- a/t/t1505-rev-parse-last.sh +++ b/t/t1505-rev-parse-last.sh @@ -32,8 +32,6 @@ test_expect_success 'setup' ' # # and 'side' should be the last branch -git log --graph --all --pretty=oneline --decorate - test_rev_equivalent () { git rev-parse "$1" > expect &&