Skip to content

Commit

Permalink
t1505: remove debugging cruft
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Rast authored and Junio C Hamano committed Jan 25, 2009
1 parent d7c03c1 commit 73ff1a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/t1505-rev-parse-last.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 73ff1a1

Please sign in to comment.