Merge tag 'v2.13.5' into maint

This commit is contained in:
Junio C Hamano
2017-08-04 12:40:37 -07:00
14 changed files with 130 additions and 2 deletions

5
path.c
View File

@@ -1321,6 +1321,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;