summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e249044)
raw | patch | inline | side by side (parent: e249044)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 22 Oct 2008 18:59:30 +0000 (11:59 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 22 Oct 2008 18:59:30 +0000 (11:59 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh | patch | blob | history |
index a563dea9b5313eaf60bd218cee166e6a17de93c0..0cae3be6f6a629712d79b3b2a7f8f4664d92532c 100755 (executable)
if test -f "$DOTEST"/current-commit
then
- if [ "$fast_forward" == "t" ]
+ if test "$fast_forward" = t
then
cat "$DOTEST"/current-commit | while read current_commit
do