summaryrefslogtreecommitdiffstats
path: root/git.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/setup-sequence-update'Junio C Hamano2016-09-221-1/+1
|\
| * patch-id: use RUN_SETUP_GENTLYJeff King2016-09-141-1/+1
* | Merge branch 'rt/help-unknown'Junio C Hamano2016-09-091-1/+14
|\ \
| * | help: make option --help open man pages only for Git commandsRalf Thielow2016-08-311-1/+14
| |/
* | common-main: call git_setup_gettext()Jeff King2016-07-021-2/+0
* | common-main: call restore_sigpipe_to_default()Jeff King2016-07-021-23/+0
* | common-main: call sanitize_stdfds()Jeff King2016-07-021-7/+0
* | common-main: call git_extract_argv0_path()Jeff King2016-07-021-1/+1
* | add an extra level of indirection to main()Jeff King2016-07-021-2/+1
|/
* setup: make startup_info available everywhereJeff King2016-03-071-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
* | Merge branch 'ak/git-strip-extension-from-dashed-command'Junio C Hamano2016-02-261-11/+15
|\ \
| * | git.c: simplify stripping extension of a file in handle_builtin()Alexander Kuleshov2016-02-221-11/+15
* | | Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano2016-02-171-18/+24
|\ \ \
| * | | restore_env(): free the saved environment variable once we are doneJunio C Hamano2016-02-031-2/+4
| * | | git: simplify environment save/restore logicJunio C Hamano2016-01-281-14/+13
| * | | git: protect against unbalanced calls to {save,restore}_env()Junio C Hamano2016-01-281-0/+7
| * | | git: remove an early return from save_env_before_alias()Junio C Hamano2016-01-281-2/+0
* | | | Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano2016-01-201-18/+23
|\| | | | |_|/ |/| |
| * | git.c: make sure we do not leak GIT_* to alias scriptsNguyễn Thái Ngọc Duy2015-12-221-3/+7
| * | setup.c: re-fix d95138e (setup: set env $GIT_WORK_TREE when ..Nguyễn Thái Ngọc Duy2015-12-221-11/+12
| * | git.c: make it clear save_env() is for alias handling onlyNguyễn Thái Ngọc Duy2015-12-221-6/+6
* | | Merge branch 'sb/submodule-helper'Junio C Hamano2015-10-051-0/+1
|\ \ \
| * | | submodule: rewrite `module_list` shell function in CStefan Beller2015-09-031-0/+1
* | | | interpret-trailers: allow running outside a repositoryJohn Keeping2015-09-081-1/+1
| |_|/ |/| |
* | | builtin-am: remove redirection to git-am.shPaul Tan2015-08-051-6/+1
* | | builtin-am: implement skeletal builtin amPaul Tan2015-08-051-0/+6
|/ /
* | Merge branch 'pt/pull-builtin'Junio C Hamano2015-08-031-0/+1
|\ \ | |/ |/|
| * pull: implement skeletal builtin pullPaul Tan2015-06-151-0/+1
* | Merge branch 'es/worktree-add'Junio C Hamano2015-07-131-1/+1
|\ \
| * | checkout: require worktree unconditionallyEric Sunshine2015-07-061-1/+1
* | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-07-131-0/+1
|\| | | |/ |/|
| * worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy2015-06-291-0/+1
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-1/+1
|\|
| * checkout: don't require a work tree when checking out into a new oneDennis Kaarsemaker2014-12-011-1/+1
* | Merge branch 'kn/git-cd-to-empty'Junio C Hamano2015-03-201-4/+6
|\ \
| * | git: treat "git -C '<path>'" as a no-op when <path> is emptyKarthik Nayak2015-03-071-4/+6
* | | Merge branch 'ak/git-done-help-cleanup'Junio C Hamano2015-03-181-3/+2
|\ \ \
| * | | git: make was_alias and done_help non-staticAlexander Kuleshov2015-03-061-3/+2
| |/ /
* | | Merge branch 'ah/usage-strings'Junio C Hamano2015-02-111-1/+1
|\ \ \ | |/ / |/| |
| * | standardize usage info string formatAlex Henrie2015-01-141-1/+1
* | | Merge branch 'ak/fewer-includes'Junio C Hamano2015-01-141-3/+0
|\ \ \ | |/ / |/| |
| * | git.c: remove unnecessary #includesAlexander Kuleshov2015-01-101-3/+0
| |/
* | Merge branch 'sv/get-builtin'Junio C Hamano2014-12-051-12/+15
|\ \ | |/ |/|
| * builtin: move builtin retrieval to get_builtin()Slavomir Vlcek2014-11-131-12/+15
* | Merge branch 'cc/interpret-trailers'Junio C Hamano2014-10-201-0/+1
|\ \
| * | trailer: add interpret-trailers commandChristian Couder2014-10-131-0/+1
* | | Merge branch 'pr/use-default-sigpipe-setting'Junio C Hamano2014-09-301-0/+22
|\ \ \
| * | | unblock and unignore SIGPIPEPatrick Reynolds2014-09-181-0/+22
| | |/ | |/|