summaryrefslogtreecommitdiffstats
path: root/common-main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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] pathJeff King2016-11-291-1/+1
* mingw: declare main()'s argv as constJohannes 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