Skip to content

Commit 73ff1a1

Browse files
trastgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d7c03c1 commit 73ff1a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

t/t1505-rev-parse-last.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ test_expect_success 'setup' '
3232
#
3333
# and 'side' should be the last branch
3434

35-
git log --graph --all --pretty=oneline --decorate
36-
3735
test_rev_equivalent () {
3836

3937
git rev-parse "$1" > expect &&

0 commit comments

Comments
 (0)