From 7951bd3029a849411181935f84600ddbcd97cd0c Mon Sep 17 00:00:00 2001 From: Pat Notz Date: Tue, 2 Nov 2010 13:59:12 -0600 Subject: add tests of commit --squash t7500: test expected behavior of commit --squash t3415: test interaction of commit --squash with rebase --autosquash t3900: test commit --squash with i18n encodings Signed-off-by: Pat Notz Signed-off-by: Junio C Hamano --- t/t7500/edit-content | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 t/t7500/edit-content (limited to 't/t7500') diff --git a/t/t7500/edit-content b/t/t7500/edit-content new file mode 100755 index 000000000..08db9fdd2 --- /dev/null +++ b/t/t7500/edit-content @@ -0,0 +1,4 @@ +#!/bin/sh +sed -e "s/intermediate/edited/g" <"$1" >"$1-" +mv "$1-" "$1" +exit 0 -- cgit v1.2.1