aboutsummaryrefslogtreecommitdiffstats
path: root/git.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-04builtin-am: remove redirection to git-am.shPaul Tan1-6/+1
2015-08-04builtin-am: implement skeletal builtin amPaul Tan1-0/+6
2015-08-03Merge branch 'pt/pull-builtin'Junio C Hamano1-0/+1
2015-07-13Merge branch 'es/worktree-add'Junio C Hamano1-1/+1
2015-07-13Merge branch 'nd/multiple-work-trees'Junio C Hamano1-0/+1
2015-07-06checkout: require worktree unconditionallyEric Sunshine1-1/+1
2015-06-29worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy1-0/+1
2015-06-15pull: implement skeletal builtin pullPaul Tan1-0/+1
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano1-1/+1
2015-03-20Merge branch 'kn/git-cd-to-empty'Junio C Hamano1-4/+6
2015-03-17Merge branch 'ak/git-done-help-cleanup'Junio C Hamano1-3/+2
2015-03-06git: treat "git -C '<path>'" as a no-op when <path> is emptyKarthik Nayak1-4/+6
2015-03-06git: make was_alias and done_help non-staticAlexander Kuleshov1-3/+2
2015-02-11Merge branch 'ah/usage-strings'Junio C Hamano1-1/+1
2015-01-14Merge branch 'ak/fewer-includes'Junio C Hamano1-3/+0
2015-01-14standardize usage info string formatAlex Henrie1-1/+1
2015-01-09git.c: remove unnecessary #includesAlexander Kuleshov1-3/+0
2014-12-05Merge branch 'sv/get-builtin'Junio C Hamano1-12/+15
2014-12-01checkout: don't require a work tree when checking out into a new oneDennis Kaarsemaker1-1/+1
2014-11-13builtin: move builtin retrieval to get_builtin()Slavomir Vlcek1-12/+15
2014-10-20Merge branch 'cc/interpret-trailers'Junio C Hamano1-0/+1
2014-10-13trailer: add interpret-trailers commandChristian Couder1-0/+1
2014-09-29Merge branch 'pr/use-default-sigpipe-setting'Junio C Hamano1-0/+22
2014-09-26Merge branch 'rs/realloc-array'Junio C Hamano1-2/+1
2014-09-19Merge branch 'ah/grammofix'Junio C Hamano1-1/+1
2014-09-18unblock and unignore SIGPIPEPatrick Reynolds1-0/+22
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe1-2/+1
2014-09-02Merge branch 'rs/strbuf-getcwd'Junio C Hamano1-6/+7
2014-09-02grammofix in user-facing messagesAlex Henrie1-1/+1
2014-08-26use xgetcwd() to set $GIT_DIRRené Scharfe1-2/+3
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano1-0/+2
2014-07-13git: add performance tracing for git's main() function to debug scriptsKarsten Blees1-0/+2
2014-07-10Merge branch 'mg/verify-commit'Junio C Hamano1-0/+1
2014-07-09Merge branch 'jk/skip-prefix'Junio C Hamano1-12/+10
2014-06-25Merge branch 'nd/init-restore-env'Junio C Hamano1-4/+49
2014-06-23verify-commit: scriptable commit signature verificationMichael J Gruber1-0/+1
2014-06-20git: avoid magic number with skip_prefixJeff King1-2/+2
2014-06-20use skip_prefix to avoid magic numbersJeff King1-10/+8
2014-06-10git potty: restore environments after alias expansionNguyễn Thái Ngọc Duy1-4/+49
2014-06-03Merge branch 'lr/git-run-setup-gently'Junio C Hamano1-1/+1
2014-04-22git.c: treat RUN_SETUP_GENTLY and RUN_SETUP as mutually exclusiveLuis R. Rodriguez1-1/+1
2014-02-20rename read_replace_refs to check_replace_refsMichael Haggerty1-1/+1
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano1-1/+1
2014-01-06builtin/help.c: speed up is_git_command() by checking for builtin commands firstSebastian Schuberth1-115/+127
2014-01-06git.c: consistently use the term "builtin" instead of "internal command"Sebastian Schuberth1-7/+7
2013-12-10add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-6/+6
2013-11-12peek-remote: remove deprecated alias of ls-remoteJohn Keeping1-1/+0
2013-11-12tar-tree: remove deprecated commandJohn Keeping1-1/+0
2013-11-12repo-config: remove deprecated alias for "git config"John Keeping1-1/+0