summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f300fab)
raw | patch | inline | side by side (parent: f300fab)
author | Jeff King <peff@peff.net> | |
Tue, 18 Aug 2009 06:12:44 +0000 (02:12 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 18 Aug 2009 19:28:42 +0000 (12:28 -0700) |
These are all backed by git-add--interactive.perl under the hood.
Signed-off-by: Jeff King <peff@peff.net>
Acked-By: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Jeff King <peff@peff.net>
Acked-By: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-patch-mode.sh | patch | blob | history |
diff --git a/t/lib-patch-mode.sh b/t/lib-patch-mode.sh
index afb4b6686c8acc8f274fbaacbb7380adcbd23648..75a3ee283d49f4ddc3ba05fbb9999de75d2a75f0 100755 (executable)
--- a/t/lib-patch-mode.sh
+++ b/t/lib-patch-mode.sh
. ./test-lib.sh
+if ! test_have_prereq PERL; then
+ say 'skipping --patch tests, perl not available'
+ test_done
+fi
+
set_state () {
echo "$3" > "$1" &&
git add "$1" &&