git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
cf7a851
)
t0007: fix a typo
author
Johannes Schindelin
<redacted>
Sat, 4 Apr 2020 14:16:21 +0000
(14:16 +0000)
committer
Junio C Hamano
<redacted>
Sun, 5 Apr 2020 21:51:13 +0000
(14:51 -0700)
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t0007-git-var.sh
patch
|
blob
|
history
diff --git
a/t/t0007-git-var.sh
b/t/t0007-git-var.sh
index 1f600e2cae544b598823a2fd3854493fc8e828c9..88b9ae81588d1cd8581c29faf67ee8fe4a4e9a6d 100755
(executable)
--- a/
t/t0007-git-var.sh
+++ b/
t/t0007-git-var.sh
@@
-17,7
+17,7
@@
test_expect_success 'get GIT_COMMITTER_IDENT' '
test_cmp expect actual
'
-test_expect_success !FAIL_PREREQS,!AUTOIDENT 'requested identites are strict' '
+test_expect_success !FAIL_PREREQS,!AUTOIDENT 'requested identit
i
es are strict' '
(
sane_unset GIT_COMMITTER_NAME &&
sane_unset GIT_COMMITTER_EMAIL &&
git clone https://git.99rst.org/PROJECT