Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t1400: switch hard-coded object ID to variable
author
brian m. carlson
<sandals@crustytoothpaste.net>
Thu, 13 Sep 2018 05:17:38 +0000
(
05:17
+0000)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 17 Sep 2018 15:10:32 +0000
(08:10 -0700)
Switch a hard-coded all-zeros object ID to use a variable instead.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1400-update-ref.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
e95f531
)
diff --git
a/t/t1400-update-ref.sh
b/t/t1400-update-ref.sh
index 7c8df2095574f66f6d434f7717228f6f76a2a908..60726506869369cb11e59a0b5faae677e9dfce0f 100755
(executable)
--- a/
t/t1400-update-ref.sh
+++ b/
t/t1400-update-ref.sh
@@
-346,7
+346,7
@@
test_expect_success "verifying $m's log (logged by config)" '
git update-ref $m $D
cat >.git/logs/$m <<EOF
-
0000000000000000000000000000000000000000
$C $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> 1117150320 -0500
+
$Z
$C $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> 1117150320 -0500
$C $A $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> 1117150350 -0500
$A $B $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> 1117150380 -0500
$F $Z $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> 1117150680 -0500