Merge tag 'v2.10.4' into maint-2.11

Git 2.10.4
This commit is contained in:
Junio C Hamano
2017-07-30 15:01:31 -07:00
10 changed files with 112 additions and 0 deletions

5
path.c
View File

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