summaryrefslogtreecommitdiffstats
path: root/git.c
AgeCommit message (Expand)AuthorLines
2015-01-14Merge branch 'ak/fewer-includes'Junio C Hamano-3/+0
2015-01-09git.c: remove unnecessary #includesAlexander Kuleshov-3/+0
2014-12-05Merge branch 'sv/get-builtin'Junio C Hamano-12/+15
2014-11-13builtin: move builtin retrieval to get_builtin()Slavomir Vlcek-12/+15
2014-10-20Merge branch 'cc/interpret-trailers'Junio C Hamano-0/+1
2014-10-13trailer: add interpret-trailers commandChristian Couder-0/+1
2014-09-29Merge branch 'pr/use-default-sigpipe-setting'Junio C Hamano-0/+22
2014-09-26Merge branch 'rs/realloc-array'Junio C Hamano-2/+1
2014-09-19Merge branch 'ah/grammofix'Junio C Hamano-1/+1
2014-09-18unblock and unignore SIGPIPEPatrick Reynolds-0/+22
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe-2/+1
2014-09-02Merge branch 'rs/strbuf-getcwd'Junio C Hamano-6/+7
2014-09-02grammofix in user-facing messagesAlex Henrie-1/+1
2014-08-26use xgetcwd() to set $GIT_DIRRené Scharfe-2/+3
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano-0/+2
2014-07-13git: add performance tracing for git's main() function to debug scriptsKarsten Blees-0/+2
2014-07-10Merge branch 'mg/verify-commit'Junio C Hamano-0/+1
2014-07-09Merge branch 'jk/skip-prefix'Junio C Hamano-12/+10
2014-06-25Merge branch 'nd/init-restore-env'Junio C Hamano-4/+49
2014-06-23verify-commit: scriptable commit signature verificationMichael J Gruber-0/+1
2014-06-20git: avoid magic number with skip_prefixJeff King-2/+2
2014-06-20use skip_prefix to avoid magic numbersJeff King-10/+8
2014-06-10git potty: restore environments after alias expansionNguyễn Thái Ngọc Duy-4/+49
2014-06-03Merge branch 'lr/git-run-setup-gently'Junio C Hamano-1/+1
2014-04-22git.c: treat RUN_SETUP_GENTLY and RUN_SETUP as mutually exclusiveLuis R. Rodriguez-1/+1
2014-02-20rename read_replace_refs to check_replace_refsMichael Haggerty-1/+1
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano-1/+1
2014-01-06builtin/help.c: speed up is_git_command() by checking for builtin commands firstSebastian Schuberth-115/+127
2014-01-06git.c: consistently use the term "builtin" instead of "internal command"Sebastian Schuberth-7/+7
2013-12-10add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-6/+6
2013-11-12peek-remote: remove deprecated alias of ls-remoteJohn Keeping-1/+0
2013-11-12tar-tree: remove deprecated commandJohn Keeping-1/+0
2013-11-12repo-config: remove deprecated alias for "git config"John Keeping-1/+0
2013-10-18Merge branch 'sb/repack-in-c'Junio C Hamano-0/+1
2013-09-20Merge branch 'nr/git-cd-to-a-directory'Junio C Hamano-1/+12
2013-09-17repack: rewrite the shell script in CStefan Beller-0/+1
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano-0/+12
2013-09-09git: run in a directory given with -C optionNazri Ramliy-1/+12
2013-07-22Merge branch 'es/check-mailmap'Junio C Hamano-0/+1
2013-07-22Merge branch 'tr/protect-low-3-fds'Junio C Hamano-0/+7
2013-07-17git: ensure 0/1/2 are open in main()Thomas Rast-0/+7
2013-07-15parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy-0/+4
2013-07-15pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy-0/+8
2013-07-13builtin: add git-check-mailmap commandEric Sunshine-0/+1
2013-06-06Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano-0/+7
2013-05-28fetch-pack: prepare updated shallow file before fetching the packNguyễn Thái Ngọc Duy-0/+7
2013-04-28sparse: Fix mingw_main() argument number/type errorsRamsay Jones-1/+2
2013-04-02help: mention -a and -g option, and 'git help <concept>' usage.Philip Oakley-1/+3
2013-03-25Merge branch 'jk/alias-in-bare'Junio C Hamano-0/+1