summaryrefslogtreecommitdiff
path: root/common-main.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to previous changesElijah Newren2023-04-241-1/+1
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* treewide: be explicit about dependence on strbuf.hElijah Newren2023-04-241-0/+1
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* grep: fix multibyte regex handling under macOSDiomidis Spinellis2022-08-261-0/+1
* usage.c: add a non-fatal bug() function to go with BUG()Ævar Arnfjörð Bjarmason2022-06-021-0/+8
* common-main.c: move non-trace2 exit() behavior out of trace2.cÆvar Arnfjörð Bjarmason2022-06-021-4/+16
* Merge branch 'en/keep-cwd'Junio C Hamano2022-01-051-0/+4
|\
| * setup: introduce startup_info->original_cwdElijah Newren2021-12-091-0/+4
* | common-main.c: call exit(), don't returnÆvar Arnfjörð Bjarmason2021-12-071-3/+6
|/
* common-main: delay trace2 initializationJeff King2019-08-061-4/+4
* trace2: report peak memory usage of the processJeff Hostetler2019-04-161-1/+1
* trace2: find exec-dir before trace2 initializationJeff Hostetler2019-04-161-2/+2
* trace2: refactor setting process starting timeJeff Hostetler2019-04-161-0/+2
* trace2: collect Windows-specific process informationJeff Hostetler2019-02-221-0/+1
* trace2: create new combined trace facilityJeff Hostetler2019-02-221-2/+10
* Merge branch 'dj/runtime-prefix'Junio C Hamano2018-05-081-2/+2
|\
| * exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques2018-04-111-2/+2
* | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
|/
* repository: initialize the_repository in main()Nguyễn Thái Ngọc Duy2018-03-051-0/+2
* attr: use hashmap for attribute dictionaryBrandon Williams2017-02-011-0/+3
* common-main: stop munging argv[0] pathjk/common-mainJeff King2016-11-291-1/+1
* mingw: declare main()'s argv as constjk/common-main-2.8Johannes 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