summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d7c03c1)
raw | patch | inline | side by side (parent: d7c03c1)
author | Thomas Rast <trast@student.ethz.ch> | |
Sat, 24 Jan 2009 22:23:14 +0000 (23:23 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
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 <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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>
t/t1505-rev-parse-last.sh | patch | blob | history |
index c745ec437205ca564bd90e2e5f776eccf57105b9..d709ecf8df136539a746ef1873821baee6fab428 100755 (executable)
#
# and 'side' should be the last branch
-git log --graph --all --pretty=oneline --decorate
-
test_rev_equivalent () {
git rev-parse "$1" > expect &&