summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d8b69ec)
raw | patch | inline | side by side (parent: d8b69ec)
author | Brandon Casey <casey@nrlssc.navy.mil> | |
Wed, 6 May 2009 22:56:17 +0000 (17:56 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 6 May 2009 23:43:28 +0000 (16:43 -0700) |
These two lines appear to be unnecessary. They set variables which are not
used afterwards. The primary motivation to remove them is that the sed
invocation exits non-zero for seds which require newline termination of
input files.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
used afterwards. The primary motivation to remove them is that the sed
invocation exits non-zero for seds which require newline termination of
input files.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4200-rerere.sh | patch | blob | history |
diff --git a/t/t4200-rerere.sh b/t/t4200-rerere.sh
index b68ab11f2915789cd04ac6bd43363aeab2079198..504802c987f7dc644c63d0e0d0a41275b556d82a 100755 (executable)
--- a/t/t4200-rerere.sh
+++ b/t/t4200-rerere.sh
git add file2 &&
git commit -m version2 &&
test_must_fail git merge fourth &&
- sha1=$(sed -e "s/ .*//" .git/MERGE_RR) &&
- rr=.git/rr-cache/$sha1 &&
echo Cello > file2 &&
git add file2 &&
git commit -m resolution