aboutsummaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAge
* 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 '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
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\
| * convert manual allocations to argv_arrayJeff King2016-02-22
* | Merge branch 'ak/git-strip-extension-from-dashed-command'Junio C Hamano2016-02-26
|\ \
| * | git.c: simplify stripping extension of a file in handle_builtin()Alexander Kuleshov2016-02-21
* | | Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano2016-02-17
|\ \ \
| * | | restore_env(): free the saved environment variable once we are doneJunio C Hamano2016-02-02
| * | | git: simplify environment save/restore logicJunio C Hamano2016-01-27
| * | | git: protect against unbalanced calls to {save,restore}_env()Junio C Hamano2016-01-27
| * | | git: remove an early return from save_env_before_alias()Junio C Hamano2016-01-27
* | | | Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano2016-01-20
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | git.c: make sure we do not leak GIT_* to alias scriptsNguyễn Thái Ngọc Duy2015-12-22
| * | setup.c: re-fix d95138e (setup: set env $GIT_WORK_TREE when ..Nguyễn Thái Ngọc Duy2015-12-22
| * | git.c: make it clear save_env() is for alias handling onlyNguyễn Thái Ngọc Duy2015-12-22
* | | Merge branch 'sb/submodule-helper'Junio C Hamano2015-10-05
|\ \ \
| * | | submodule: rewrite `module_list` shell function in CStefan Beller2015-09-03
* | | | interpret-trailers: allow running outside a repositoryJohn Keeping2015-09-08
| |_|/ |/| |
* | | builtin-am: remove redirection to git-am.shPaul Tan2015-08-04
* | | builtin-am: implement skeletal builtin amPaul Tan2015-08-04
|/ /
* | Merge branch 'pt/pull-builtin'Junio C Hamano2015-08-03
|\ \ | |/ |/|
| * pull: implement skeletal builtin pullPaul Tan2015-06-15
* | Merge branch 'es/worktree-add'Junio C Hamano2015-07-13
|\ \
| * | checkout: require worktree unconditionallyEric Sunshine2015-07-06
* | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-07-13
|\ \ \ | |/ / | | / | |/ |/|
| * worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy2015-06-29
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \ | |/
| * checkout: don't require a work tree when checking out into a new oneDennis Kaarsemaker2014-12-01
* | Merge branch 'kn/git-cd-to-empty'Junio C Hamano2015-03-20
|\ \
| * | git: treat "git -C '<path>'" as a no-op when <path> is emptyKarthik Nayak2015-03-06