projects
/
git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6221088
)
remote-bzr: trivial test fix
author
Felipe Contreras
<felipe.contreras@gmail.com>
Fri, 11 Apr 2014 23:24:05 +0000
(18:24 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 14 Apr 2014 20:25:28 +0000
(13:25 -0700)
So that the committer is reset properly.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/remote-helpers/test-bzr.sh
patch
|
blob
|
history
diff --git
a/contrib/remote-helpers/test-bzr.sh
b/contrib/remote-helpers/test-bzr.sh
index 11a6e1848472ea973902760048f5f90ab1bb53bf..5d2c5b2a60f59cf96e2e9d9322be82b386b78148 100755
(executable)
--- a/
contrib/remote-helpers/test-bzr.sh
+++ b/
contrib/remote-helpers/test-bzr.sh
@@
-362,7
+362,7
@@
test_expect_success 'strip' '
'
test_expect_success 'export utf-8 authors' '
- test_when_finished "rm -rf bzrrepo gitrepo && LC_ALL=C &&
unset GIT_COMMITTER_NAME" &&
+ test_when_finished "rm -rf bzrrepo gitrepo && LC_ALL=C &&
GIT_COMMITTER_NAME=\"C O Mitter\""
LC_ALL=en_US.UTF-8
export LC_ALL