All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Support for pre-1.5 git in stgit tests.
@ 2007-02-19 22:22 Yann Dirson
  0 siblings, 0 replies; only message in thread
From: Yann Dirson @ 2007-02-19 22:22 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git


Support for older Git versions was broken in
5cd9e87faa0a116ce2b378be6a5c89d5f20629f1 (post 0.12).

Signed-off-by: Yann Dirson <ydirson@altern.org>
---

 t/t1900-mail.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/t1900-mail.sh b/t/t1900-mail.sh
index 4be7270..3eed7f8 100755
--- a/t/t1900-mail.sh
+++ b/t/t1900-mail.sh
@@ -6,7 +6,7 @@ test_description='Test the mail command'
 test_expect_success \
     'Initialize the StGIT repository' \
     '
-    git config stgit.sender "A U Thor <author@example.com>" &&
+    git repo-config stgit.sender "A U Thor <author@example.com>" &&
     for i in 1 2 3 4 5; do
       touch foo.txt &&
       echo "line $i" >> foo.txt &&

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-20  0:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-19 22:22 [PATCH] Support for pre-1.5 git in stgit tests Yann Dirson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.