Merge tag 'v2.7.6' into maint-2.8

Git 2.7.6
This commit is contained in:
Junio C Hamano
2017-07-30 14:46:43 -07:00
7 changed files with 100 additions and 0 deletions

5
path.c
View File

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