summaryrefslogtreecommitdiffstats
path: root/common-main.c
Commit message (Expand)AuthorAgeFilesLines
* mingw: declare main()'s argv as constJohannes Schindelin2016-07-061-7/+1
* common-main: call git_setup_gettext()Jeff King2016-07-011-0/+2
* common-main: call restore_sigpipe_to_default()Jeff King2016-07-011-0/+23
* common-main: call sanitize_stdfds()Jeff King2016-07-011-1/+8
* common-main: call git_extract_argv0_path()Jeff King2016-07-011-0/+3
* add an extra level of indirection to main()Jeff King2016-07-011-0/+12