Michael Haggerty <mhagger@xxxxxxxxxxxx> writes: > t/t1404-update-ref-df-conflicts.sh | 107 +++++++++++++++++++++++++++++++++++++ > 1 file changed, 107 insertions(+) > create mode 100755 t/t1404-update-ref-df-conflicts.sh > > diff --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. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html