summaryrefslogtreecommitdiff
path: root/common-main.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-22trace2: collect Windows-specific process informationLibravatar Jeff Hostetler1-0/+1
2019-02-22trace2: create new combined trace facilityLibravatar Jeff Hostetler1-2/+10
2018-05-08Merge branch 'dj/runtime-prefix'Libravatar Junio C Hamano1-2/+2
2018-04-11exec_cmd: rename to use dash in file nameLibravatar Stefan Beller1-1/+1
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsLibravatar Dan Jacques1-2/+2
2018-03-05repository: initialize the_repository in main()Libravatar Nguyễn Thái Ngọc Duy1-0/+2
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