summaryrefslogtreecommitdiff
path: root/common-main.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-01attr: use hashmap for attribute dictionaryLibravatar Brandon Williams1-0/+3
2016-11-29common-main: stop munging argv[0] pathLibravatar Jeff King1-1/+1
2016-07-06mingw: declare main()'s argv as constLibravatar Johannes Schindelin1-7/+1
2016-07-01common-main: call git_setup_gettext()Libravatar Jeff King1-0/+2
2016-07-01common-main: call restore_sigpipe_to_default()Libravatar Jeff King1-0/+23
2016-07-01common-main: call sanitize_stdfds()Libravatar Jeff King1-1/+8
2016-07-01common-main: call git_extract_argv0_path()Libravatar Jeff King1-0/+3
2016-07-01add an extra level of indirection to main()Libravatar Jeff King1-0/+12