Age | Commit message (Expand) | Author | Files | Lines |
2019-08-06 | common-main: delay trace2 initialization | Jeff King | 1 | -4/+4 |
2019-04-16 | trace2: report peak memory usage of the process | Jeff Hostetler | 1 | -1/+1 |
2019-04-16 | trace2: find exec-dir before trace2 initialization | Jeff Hostetler | 1 | -2/+2 |
2019-04-16 | trace2: refactor setting process starting time | Jeff Hostetler | 1 | -0/+2 |
2019-02-22 | trace2: collect Windows-specific process information | Jeff Hostetler | 1 | -0/+1 |
2019-02-22 | trace2: create new combined trace facility | Jeff Hostetler | 1 | -2/+10 |
2018-05-08 | Merge branch 'dj/runtime-prefix' | Junio C Hamano | 1 | -2/+2 |
2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
2018-04-11 | exec_cmd: RUNTIME_PREFIX on some POSIX systems | Dan Jacques | 1 | -2/+2 |
2018-03-05 | repository: initialize the_repository in main() | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2017-02-01 | attr: use hashmap for attribute dictionary | Brandon Williams | 1 | -0/+3 |
2016-11-29 | common-main: stop munging argv[0] path | Jeff King | 1 | -1/+1 |
2016-07-06 | mingw: declare main()'s argv as const | Johannes Schindelin | 1 | -7/+1 |
2016-07-01 | common-main: call git_setup_gettext() | Jeff King | 1 | -0/+2 |
2016-07-01 | common-main: call restore_sigpipe_to_default() | Jeff King | 1 | -0/+23 |
2016-07-01 | common-main: call sanitize_stdfds() | Jeff King | 1 | -1/+8 |
2016-07-01 | common-main: call git_extract_argv0_path() | Jeff King | 1 | -0/+3 |
2016-07-01 | add an extra level of indirection to main() | Jeff King | 1 | -0/+12 |