OSDN Git Service

Merge tag 'v2.9.5' into maint-2.10
[git-core/git.git] / path.c
diff --git a/path.c b/path.c
index 9bfaeda..6d4b007 100644 (file)
--- a/path.c
+++ b/path.c
@@ -1225,6 +1225,11 @@ int is_ntfs_dotgit(const char *name)
                }
 }
 
+int looks_like_command_line_option(const char *str)
+{
+       return str && str[0] == '-';
+}
+
 char *xdg_config_home(const char *filename)
 {
        const char *home, *config_home;