summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/no-optional-locks'Junio C Hamano2017-10-031-0/+4
|\
| * git: add --no-optional-locks optionJeff King2017-09-271-0/+4
* | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-08-221-1/+1
|\ \ | |/ |/|
| * grep: recurse in-process using 'struct repository'Brandon Williams2017-08-021-1/+1
* | git.c: ignore pager.* when launching builtin as dashed externalma/pager-per-subcommand-actionMartin Ågren2017-08-031-1/+1
* | tag: respect `pager.tag` in list-mode onlyMartin Ågren2017-08-031-1/+1
* | git.c: provide setup_auto_pager()Martin Ågren2017-08-031-0/+10
* | git.c: let builtins opt for handling `pager.foo` themselvesMartin Ågren2017-08-031-1/+3
|/
* ls-files: use repository objectbw/repo-objectBrandon Williams2017-06-231-1/+1
*-. Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano2017-06-231-51/+5
|\ \
| | * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| | * alias: use the early config machinery to expand aliasesjs/alias-early-configJohannes Schindelin2017-06-151-51/+4
| |/
* | git: add hidden --list-builtins optionJeff King2017-06-051-0/+12
|/
* Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano2017-03-301-2/+0
|\
| * setup: allow for prefix to be passed to git commandsBrandon Williams2017-03-171-2/+0
* | rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin2017-02-091-0/+1
|/
* Merge branch 'sb/unpack-trees-super-prefix'Junio C Hamano2017-02-031-1/+1
|\
| * unpack-trees: support super-prefix optionsb/unpack-trees-super-prefixStefan Beller2017-01-251-1/+1
* | Merge branch 'js/difftool-builtin'Junio C Hamano2017-01-311-0/+1
|\ \
| * | difftool: retire the scripted versionJohannes Schindelin2017-01-191-6/+1
| * | difftool: add a skeleton for the upcoming builtinJohannes Schindelin2017-01-171-0/+6
* | | Merge branch 'jk/execv-dashed-external'Junio C Hamano2017-01-181-21/+15
|\ \ \
| * | | execv_dashed_external: wait for child on signal deathJeff King2017-01-091-0/+1
| * | | execv_dashed_external: stop exiting with negative codeJeff King2017-01-091-3/+7
| * | | execv_dashed_external: use child_process structJeff King2017-01-091-18/+7
* | | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-01-181-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | grep: optionally recurse into submodulesBrandon Williams2016-12-221-1/+1
| |/ /
* | | Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano2017-01-101-1/+1
|\ \ \ | |/ / |/| |
| * | submodule helper: support super prefixStefan Beller2016-12-091-1/+1
* | | Merge branch 'jk/common-main'Junio C Hamano2016-11-291-0/+5
|\ \ \ | |_|/ |/| |
| * | common-main: stop munging argv[0] pathjk/common-mainJeff King2016-11-291-0/+5
* | | archive: read local configurationjc/setup-cleanup-fixJunio C Hamano2016-11-221-1/+1
* | | mailinfo: read local configurationJunio C Hamano2016-11-221-1/+1
| |/ |/|
* | Merge branch 'jc/cocci-xstrdup-or-null'Junio C Hamano2016-10-261-2/+1
|\ \
| * | cocci: refactor common patterns to use xstrdup_or_null()jc/cocci-xstrdup-or-nullJunio C Hamano2016-10-121-2/+1
| |/
* | Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano2016-10-261-1/+26
|\ \
| * | ls-files: optionally recurse into submodulesBrandon Williams2016-10-101-1/+1
| * | git: make super-prefix optionBrandon Williams2016-10-101-0/+25
* | | Merge branch 'jk/setup-sequence-update'Junio C Hamano2016-09-211-1/+1
|\ \ \ | |/ / |/| |
| * | patch-id: use RUN_SETUP_GENTLYJeff King2016-09-131-1/+1
* | | Merge branch 'rt/help-unknown'Junio C Hamano2016-09-081-1/+14
|\ \ \ | |_|/ |/| |
| * | help: make option --help open man pages only for Git commandsrt/help-unknownRalf Thielow2016-08-301-1/+14
| |/
* | common-main: call git_setup_gettext()Jeff King2016-07-011-2/+0
* | common-main: call restore_sigpipe_to_default()Jeff King2016-07-011-23/+0
* | common-main: call sanitize_stdfds()Jeff King2016-07-011-7/+0
* | common-main: call git_extract_argv0_path()Jeff King2016-07-011-1/+1
* | add an extra level of indirection to main()Jeff King2016-07-011-2/+1
|/
* setup: make startup_info available everywhereJeff King2016-03-061-3/+0
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-9/+5
|\
| * convert manual allocations to argv_arrayJeff King2016-02-221-9/+5