1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-13 22:18:49 +02:00
git/contrib/subtree
Johannes Schindelin 77f37de39f subtree: fix assumption about the directory separator
On Windows, both forward and backslash are valid separators. In
22d5507493 (subtree: don't fuss with PATH, 2021-04-27), however, we
added code that assumes that it can only be the forward slash.

Let's fix that.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2021-06-15 11:38:28 +09:00
..
t subtree: be stricter about validating flags 2021-04-28 16:47:19 +09:00
.gitignore
COPYING
INSTALL
Makefile
README
git-subtree.sh subtree: fix assumption about the directory separator 2021-06-15 11:38:28 +09:00
git-subtree.txt subtree: push: allow specifying a local rev other than HEAD 2021-04-28 16:47:19 +09:00
todo subtree: give the docs a once-over 2021-04-28 16:47:19 +09:00

Please read git-subtree.txt for documentation.

Please don't contact me using github mail; it's slow, ugly, and worst of
all, redundant. Email me instead at apenwarr@gmail.com and I'll be happy to
help.

Avery