author | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Thu, 30 Sep 2010 13:24:07 +0000 (14:24 +0100) | ||
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Sun, 3 Oct 2010 22:31:59 +0000 (23:31 +0100) | ||
commit | 5e9677cbdf1840836e22d9cf23198de34877e283 | |
tree | 449c3b8f4b22f197f4ef70ffcda99b302bcb8c7c | tree | snapshot |
parent | 36e035f5dcd214039d5ea96c29de110ae7435137 | commit | diff |
git-am: fix detection of absolute paths for windows
Add an is_absolute_path function to abstract out platform differences
in checking for an absolute or relative path.
Specifically fixes t4150-am on Windows.
[PT: updated following suggestion from j6t to support \* and //*]
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Add an is_absolute_path function to abstract out platform differences
in checking for an absolute or relative path.
Specifically fixes t4150-am on Windows.
[PT: updated following suggestion from j6t to support \* and //*]
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-am.sh | diff | blob | history | |
git-sh-setup.sh | diff | blob | history |