summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* interpret-trailers: allow running outside a repositoryjk/interpret-trailers-outside-a-repositoryJohn Keeping2015-09-081-1/+1
* builtin-am: remove redirection to git-am.shPaul Tan2015-08-041-6/+1
* builtin-am: implement skeletal builtin amPaul Tan2015-08-041-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"nd/multiple-work-treesNguyễ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 emptykn/git-cd-to-emptyKarthik Nayak2015-03-061-4/+6
* | | Merge branch 'ak/git-done-help-cleanup'Junio C Hamano2015-03-171-3/+2
|\ \ \
| * | | git: make was_alias and done_help non-staticak/git-done-help-cleanupAlexander 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-091-3/+0
| |/
* | Merge branch 'sv/get-builtin'Junio C Hamano2014-12-051-12/+15
|\ \ | |/ |/|
| * builtin: move builtin retrieval to get_builtin()sv/get-builtinSlavomir 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-291-0/+22
|\ \ \
| * | | unblock and unignore SIGPIPEPatrick Reynolds2014-09-181-0/+22
| | |/ | |/|
* | | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-261-2/+1
|\ \ \
| * | | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-2/+1
| | |/ | |/|
* | | Merge branch 'ah/grammofix'Junio C Hamano2014-09-191-1/+1
|\ \ \ | |/ / |/| |
| * | grammofix in user-facing messagesah/grammofixAlex Henrie2014-09-021-1/+1
| |/
* | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-021-6/+7
|\ \ | |/ |/|
| * use xgetcwd() to set $GIT_DIRRené Scharfe2014-08-261-2/+3
* | Merge branch 'kb/perf-trace'Junio C Hamano2014-07-221-0/+2
|\ \
| * | git: add performance tracing for git's main() function to debug scriptsKarsten Blees2014-07-131-0/+2
* | | Merge branch 'mg/verify-commit'Junio C Hamano2014-07-101-0/+1
|\ \ \
| * | | verify-commit: scriptable commit signature verificationMichael J Gruber2014-06-231-0/+1
| |/ /
* | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-12/+10
|\ \ \
| * | | git: avoid magic number with skip_prefixJeff King2014-06-201-2/+2
| * | | use skip_prefix to avoid magic numbersJeff King2014-06-201-10/+8
| |/ /
* | | Merge branch 'nd/init-restore-env'Junio C Hamano2014-06-251-4/+49
|\ \ \ | |/ / |/| |
| * | git potty: restore environments after alias expansionnd/init-restore-envNguyễn Thái Ngọc Duy2014-06-101-4/+49
| |/
* | Merge branch 'lr/git-run-setup-gently'Junio C Hamano2014-06-031-1/+1
|\ \ | |/ |/|
| * git.c: treat RUN_SETUP_GENTLY and RUN_SETUP as mutually exclusivelr/git-run-setup-gentlyLuis R. Rodriguez2014-04-221-1/+1
* | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-201-1/+1
|/
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-1/+1
|\
| * add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy2013-12-101-1/+1
* | builtin/help.c: speed up is_git_command() by checking for builtin commands firstss/builtin-cleanupSebastian Schuberth2014-01-061-115/+127
* | git.c: consistently use the term "builtin" instead of "internal command"Sebastian Schuberth2014-01-061-7/+7
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-6/+6
* | peek-remote: remove deprecated alias of ls-remoteJohn Keeping2013-11-121-1/+0
* | tar-tree: remove deprecated commandJohn Keeping2013-11-121-1/+0