summaryrefslogtreecommitdiffstats
path: root/common-main.c
AgeCommit message (Expand)AuthorLines
2019-08-06common-main: delay trace2 initializationJeff King-4/+4
2019-04-16trace2: report peak memory usage of the processJeff Hostetler-1/+1
2019-04-16trace2: find exec-dir before trace2 initializationJeff Hostetler-2/+2
2019-04-16trace2: refactor setting process starting timeJeff Hostetler-0/+2
2019-02-22trace2: collect Windows-specific process informationJeff Hostetler-0/+1
2019-02-22trace2: create new combined trace facilityJeff Hostetler-2/+10
2018-05-08Merge branch 'dj/runtime-prefix'Junio C Hamano-2/+2
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller-1/+1
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques-2/+2
2018-03-05repository: initialize the_repository in main()Nguyễn Thái Ngọc Duy-0/+2
2017-02-01attr: use hashmap for attribute dictionaryBrandon Williams-0/+3
2016-11-29common-main: stop munging argv[0] pathJeff King-1/+1
2016-07-06mingw: declare main()'s argv as constJohannes Schindelin-7/+1
2016-07-01common-main: call git_setup_gettext()Jeff King-0/+2
2016-07-01common-main: call restore_sigpipe_to_default()Jeff King-0/+23
2016-07-01common-main: call sanitize_stdfds()Jeff King-1/+8
2016-07-01common-main: call git_extract_argv0_path()Jeff King-0/+3
2016-07-01add an extra level of indirection to main()Jeff King-0/+12