Merge branch 'jk/common-main' into maint-2.10

* jk/common-main:
  common-main: stop munging argv[0] path
  git-compat-util: move content inside ifdef/endif guards
This commit is contained in:
Junio C Hamano
2016-12-05 11:24:17 -08:00
5 changed files with 12 additions and 11 deletions

View File

@ -1090,6 +1090,6 @@ struct tm *git_gmtime_r(const time_t *, struct tm *);
#define getc_unlocked(fh) getc(fh)
#endif
#endif
extern int cmd_main(int, const char **);
#endif