git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d7c03c1
)
t1505: remove debugging cruft
author
Thomas Rast
<redacted>
Sat, 24 Jan 2009 22:23:14 +0000
(23:23 +0100)
committer
Junio C Hamano
<redacted>
Sun, 25 Jan 2009 08:38:37 +0000
(
00:38
-0800)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t1505-rev-parse-last.sh
patch
|
blob
|
history
diff --git
a/t/t1505-rev-parse-last.sh
b/t/t1505-rev-parse-last.sh
index c745ec437205ca564bd90e2e5f776eccf57105b9..d709ecf8df136539a746ef1873821baee6fab428 100755
(executable)
--- 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 &&
git clone https://git.99rst.org/PROJECT