author | Ramkumar Ramachandra <artagnon@gmail.com> | |
Wed, 2 Jun 2010 08:33:37 +0000 (10:33 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 2 Jun 2010 16:53:45 +0000 (09:53 -0700) | ||
commit | 92f65e6ab6185aae241d1388b54429d171a9d0f5 | |
tree | a0962096e5eeae540c33709ceff784de8ce79402 | tree | snapshot |
parent | dc267b1ab4f8f6ac33c9145c3e24fe3a96f1394b | commit | diff |
git am: Remove stray error message from sed
When --continue is invoked without any changes, the following stray
error message appears- sed: can't read $dotest/final-commit: No such
file or directory. Remove this by making sure that the file actually
exists.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When --continue is invoked without any changes, the following stray
error message appears- sed: can't read $dotest/final-commit: No such
file or directory. Remove this by making sure that the file actually
exists.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh | diff | blob | history |