diff options
author | Thomas Rast <trast@student.ethz.ch> | 2009-01-24 23:23:14 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-25 00:38:37 -0800 |
commit | 73ff1a131b340633b2ec2a0e68490de721448f56 (patch) | |
tree | d13d81cdf0f316836028ec70daf375490a074a50 | |
parent | Simplify parsing branch switching events in reflog (diff) | |
download | tgif-73ff1a131b340633b2ec2a0e68490de721448f56.tar.xz |
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 <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | t/t1505-rev-parse-last.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t1505-rev-parse-last.sh b/t/t1505-rev-parse-last.sh index c745ec4372..d709ecf8df 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 && |