Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dj/runtime-prefix' | Junio C Hamano | 2018-05-08 | 1 | -2/+2 |
|\ | |||||
| * | exec_cmd: RUNTIME_PREFIX on some POSIX systems | Dan Jacques | 2018-04-11 | 1 | -2/+2 |
* | | exec_cmd: rename to use dash in file name | Stefan Beller | 2018-04-11 | 1 | -1/+1 |
|/ | |||||
* | repository: initialize the_repository in main() | Nguyễn Thái Ngọc Duy | 2018-03-05 | 1 | -0/+2 |
* | attr: use hashmap for attribute dictionary | Brandon Williams | 2017-02-01 | 1 | -0/+3 |
* | common-main: stop munging argv[0] pathjk/common-main | Jeff King | 2016-11-29 | 1 | -1/+1 |
* | mingw: declare main()'s argv as constjk/common-main-2.8 | Johannes Schindelin | 2016-07-06 | 1 | -7/+1 |
* | common-main: call git_setup_gettext() | Jeff King | 2016-07-01 | 1 | -0/+2 |
* | common-main: call restore_sigpipe_to_default() | Jeff King | 2016-07-01 | 1 | -0/+23 |
* | common-main: call sanitize_stdfds() | Jeff King | 2016-07-01 | 1 | -1/+8 |
* | common-main: call git_extract_argv0_path() | Jeff King | 2016-07-01 | 1 | -0/+3 |
* | add an extra level of indirection to main() | Jeff King | 2016-07-01 | 1 | -0/+12 |