aboutsummaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAge
* Merge branch 'ma/branch-list-paginate'Junio C Hamano2017-11-28
|\
| * branch: respect `pager.branch` in list-mode onlyMartin Ågren2017-11-20
* | Merge branch 'jk/no-optional-locks'Junio C Hamano2017-10-03
|\ \
| * | git: add --no-optional-locks optionJeff King2017-09-27
| |/
* | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-08-22
|\ \ | |/ |/|
| * grep: recurse in-process using 'struct repository'Brandon Williams2017-08-02
* | git.c: ignore pager.* when launching builtin as dashed externalMartin Ågren2017-08-03
* | tag: respect `pager.tag` in list-mode onlyMartin Ågren2017-08-03
* | git.c: provide setup_auto_pager()Martin Ågren2017-08-03
* | git.c: let builtins opt for handling `pager.foo` themselvesMartin Ågren2017-08-03
|/
* ls-files: use repository objectBrandon Williams2017-06-23
*-. Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano2017-06-23
|\ \
| | * config: don't include config.h by defaultBrandon Williams2017-06-15
| | * alias: use the early config machinery to expand aliasesJohannes Schindelin2017-06-15
| |/
* | git: add hidden --list-builtins optionJeff King2017-06-05
|/
* Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano2017-03-30
|\
| * setup: allow for prefix to be passed to git commandsBrandon Williams2017-03-17
* | rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin2017-02-09
|/
* Merge branch 'sb/unpack-trees-super-prefix'Junio C Hamano2017-02-03
|\
| * unpack-trees: support super-prefix optionStefan Beller2017-01-25
* | Merge branch 'js/difftool-builtin'Junio C Hamano2017-01-31
|\ \
| * | difftool: retire the scripted versionJohannes Schindelin2017-01-19
| * | difftool: add a skeleton for the upcoming builtinJohannes Schindelin2017-01-17
* | | Merge branch 'jk/execv-dashed-external'Junio C Hamano2017-01-18
|\ \ \
| * | | execv_dashed_external: wait for child on signal deathJeff King2017-01-09
| * | | execv_dashed_external: stop exiting with negative codeJeff King2017-01-09
| * | | execv_dashed_external: use child_process structJeff King2017-01-09
* | | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-01-18
|\ \ \ \ | |_|_|/ |/| | |
| * | | grep: optionally recurse into submodulesBrandon Williams2016-12-22
| |/ /
* | | Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano2017-01-10
|\ \ \ | |/ / |/| |
| * | submodule helper: support super prefixStefan Beller2016-12-09
* | | Merge branch 'jk/common-main'Junio C Hamano2016-11-29
|\ \ \ | |_|/ |/| |
| * | common-main: stop munging argv[0] pathJeff King2016-11-29
* | | archive: read local configurationJunio C Hamano2016-11-22
* | | mailinfo: read local configurationJunio C Hamano2016-11-22
| |/ |/|
* | Merge branch 'jc/cocci-xstrdup-or-null'Junio C Hamano2016-10-26
|\ \
| * | cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano2016-10-12
| |/
* | Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano2016-10-26
|\ \
| * | ls-files: optionally recurse into submodulesBrandon Williams2016-10-10
| * | git: make super-prefix optionBrandon Williams2016-10-10
* | | Merge branch 'jk/setup-sequence-update'Junio C Hamano2016-09-21
|\ \ \ | |/ / |/| |
| * | patch-id: use RUN_SETUP_GENTLYJeff King2016-09-13
* | | Merge branch 'rt/help-unknown'Junio C Hamano2016-09-08
|\ \ \ | |_|/ |/| |
| * | help: make option --help open man pages only for Git commandsRalf Thielow2016-08-30
| |/
* | common-main: call git_setup_gettext()Jeff King2016-07-01
* | common-main: call restore_sigpipe_to_default()Jeff King2016-07-01
* | common-main: call sanitize_stdfds()Jeff King2016-07-01
* | common-main: call git_extract_argv0_path()Jeff King2016-07-01
* | add an extra level of indirection to main()Jeff King2016-07-01
|/
* setup: make startup_info available everywhereJeff King2016-03-06