t0027: do not use an empty string as a pathspec element
authorJunio C Hamano <redacted>
Fri, 23 Jun 2017 18:04:14 +0000 (11:04 -0700)
committerJunio C Hamano <redacted>
Fri, 23 Jun 2017 20:10:20 +0000 (13:10 -0700)
commit229a95aafa77b583b46a3156b4fad469c264ddfd
tree6f6aa4f9ed3e8b32740de227e82bb55358dde7a9
parentd426430e6ec2a05bf0a4ee88c319dd6072908504
t0027: do not use an empty string as a pathspec element

In an upcoming update, we will finally make an empty string illegal
as an element in a pathspec; it traditionally meant the same as ".",
i.e. include everything, so update this test that passes "" to pass
a dot instead.

At this point in the test sequence, there is no modified path that
need to be further added before committing; the working tree is
empty except for .gitattributes which was just added to the index.
So we could instead pass no pathspec, but this is a conversion more
faithful to the original.

Signed-off-by: Junio C Hamano <redacted>
t/t0027-auto-crlf.sh
git clone https://git.99rst.org/PROJECT