aboutsummaryrefslogtreecommitdiffstats
path: root/common-main.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren1-1/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-04-24treewide: be explicit about dependence on strbuf.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-08-26grep: fix multibyte regex handling under macOSDiomidis Spinellis1-0/+1
2022-06-02usage.c: add a non-fatal bug() function to go with BUG()Ævar Arnfjörð Bjarmason1-0/+8
2022-06-02common-main.c: move non-trace2 exit() behavior out of trace2.cÆvar Arnfjörð Bjarmason1-4/+16
2022-01-05Merge branch 'en/keep-cwd'Junio C Hamano1-0/+4
2021-12-09setup: introduce startup_info->original_cwdElijah Newren1-0/+4
2021-12-07common-main.c: call exit(), don't returnÆvar Arnfjörð Bjarmason1-3/+6
2019-08-06common-main: delay trace2 initializationJeff King1-4/+4
2019-04-16trace2: report peak memory usage of the processJeff Hostetler1-1/+1
2019-04-16trace2: find exec-dir before trace2 initializationJeff Hostetler1-2/+2
2019-04-16trace2: refactor setting process starting timeJeff Hostetler1-0/+2
2019-02-22trace2: collect Windows-specific process informationJeff Hostetler1-0/+1
2019-02-22trace2: create new combined trace facilityJeff Hostetler1-2/+10
2018-05-08Merge branch 'dj/runtime-prefix'Junio C Hamano1-2/+2
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques1-2/+2
2018-03-05repository: initialize the_repository in main()Nguyễn Thái Ngọc Duy1-0/+2
2017-02-01attr: use hashmap for attribute dictionaryBrandon Williams1-0/+3
2016-11-29common-main: stop munging argv[0] pathJeff King1-1/+1
2016-07-06mingw: declare main()'s argv as constJohannes Schindelin1-7/+1
2016-07-01common-main: call git_setup_gettext()Jeff King1-0/+2
2016-07-01common-main: call restore_sigpipe_to_default()Jeff King1-0/+23
2016-07-01common-main: call sanitize_stdfds()Jeff King1-1/+8
2016-07-01common-main: call git_extract_argv0_path()Jeff King1-0/+3
2016-07-01add an extra level of indirection to main()Jeff King1-0/+12