summaryrefslogtreecommitdiff
path: root/t/t1505-rev-parse-last.sh
diff options
context:
space:
mode:
authorThomas Rast <trast@student.ethz.ch>2009-01-24 22:23:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-01-25 08:38:37 (GMT)
commit73ff1a131b340633b2ec2a0e68490de721448f56 (patch)
treed13d81cdf0f316836028ec70daf375490a074a50 /t/t1505-rev-parse-last.sh
parentd7c03c1ff98be1d22dd18b70669ffc6fb76b39b3 (diff)
downloadgit-73ff1a131b340633b2ec2a0e68490de721448f56.zip
git-73ff1a131b340633b2ec2a0e68490de721448f56.tar.gz
git-73ff1a131b340633b2ec2a0e68490de721448f56.tar.bz2
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>
Diffstat (limited to 't/t1505-rev-parse-last.sh')
-rwxr-xr-xt/t1505-rev-parse-last.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t1505-rev-parse-last.sh b/t/t1505-rev-parse-last.sh
index c745ec4..d709ecf 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 &&