Re: [PATCH v2 01/18] t1404: new tests of ref D/F conflicts within transactions
From: Junio C Hamano <hidden>
Date: 2016-06-15 23:04:43
Michael Haggerty [off-list ref] writes:
quoted hunk
t/t1404-update-ref-df-conflicts.sh | 107 +++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100755 t/t1404-update-ref-df-conflicts.shdiff --git a/t/t1404-update-ref-df-conflicts.sh b/t/t1404-update-ref-df-conflicts.sh new file mode 100755 index 0000000..ed1b93e --- /dev/null +++ b/t/t1404-update-ref-df-conflicts.sh@@ -0,1 +1,107 @@
Where does this "-0,1" come from???
After fixing it up and then running "format-patch" (or "show"), I
would get
diff --git a/t/t1404-update-ref-df-conflicts.sh b/t/t1404-update-ref-df-conflicts.sh
new file mode 100755
index 0000000..2541a23
--- /dev/null
+++ b/t/t1404-update-ref-df-conflicts.sh
@@ -0,0 +1,107 @@
...
which is more in line with what I would expect.