aboutsummaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAge
...
* | 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
* | | Merge branch 'ak/git-done-help-cleanup'Junio C Hamano2015-03-17
|\ \ \
| * | | git: make was_alias and done_help non-staticAlexander Kuleshov2015-03-06
| |/ /
* | | Merge branch 'ah/usage-strings'Junio C Hamano2015-02-11
|\ \ \ | |/ / |/| |
| * | standardize usage info string formatAlex Henrie2015-01-14
* | | Merge branch 'ak/fewer-includes'Junio C Hamano2015-01-14
|\ \ \ | |/ / |/| |
| * | git.c: remove unnecessary #includesAlexander Kuleshov2015-01-09
| |/
* | Merge branch 'sv/get-builtin'Junio C Hamano2014-12-05
|\ \ | |/ |/|
| * builtin: move builtin retrieval to get_builtin()Slavomir Vlcek2014-11-13
* | Merge branch 'cc/interpret-trailers'Junio C Hamano2014-10-20
|\ \
| * | trailer: add interpret-trailers commandChristian Couder2014-10-13
* | | Merge branch 'pr/use-default-sigpipe-setting'Junio C Hamano2014-09-29
|\ \ \
| * | | unblock and unignore SIGPIPEPatrick Reynolds2014-09-18
| | |/ | |/|
* | | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-26
|\ \ \
| * | | use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18
| | |/ | |/|
* | | Merge branch 'ah/grammofix'Junio C Hamano2014-09-19
|\ \ \ | |/ / |/| |
| * | grammofix in user-facing messagesAlex Henrie2014-09-02
| |/
* | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-02
|\ \ | |/ |/|
| * use xgetcwd() to set $GIT_DIRRené Scharfe2014-08-26
* | Merge branch 'kb/perf-trace'Junio C Hamano2014-07-22
|\ \
| * | git: add performance tracing for git's main() function to debug scriptsKarsten Blees2014-07-13
* | | Merge branch 'mg/verify-commit'Junio C Hamano2014-07-10
|\ \ \
| * | | verify-commit: scriptable commit signature verificationMichael J Gruber2014-06-23
| |/ /
* | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-09
|\ \ \
| * | | git: avoid magic number with skip_prefixJeff King2014-06-20
| * | | use skip_prefix to avoid magic numbersJeff King2014-06-20
| |/ /
* | | Merge branch 'nd/init-restore-env'Junio C Hamano2014-06-25
|\ \ \ | |/ / |/| |
| * | git potty: restore environments after alias expansionNguyễn Thái Ngọc Duy2014-06-10
| |/
* | Merge branch 'lr/git-run-setup-gently'Junio C Hamano2014-06-03
|\ \ | |/ |/|
| * git.c: treat RUN_SETUP_GENTLY and RUN_SETUP as mutually exclusiveLuis R. Rodriguez2014-04-22
* | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-20
|/
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\
| * add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy2013-12-10
* | builtin/help.c: speed up is_git_command() by checking for builtin commands firstSebastian Schuberth2014-01-06
* | git.c: consistently use the term "builtin" instead of "internal command"Sebastian Schuberth2014-01-06
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* | peek-remote: remove deprecated alias of ls-remoteJohn Keeping2013-11-12
* | tar-tree: remove deprecated commandJohn Keeping2013-11-12
* | repo-config: remove deprecated alias for "git config"John Keeping2013-11-12
|/
* Merge branch 'sb/repack-in-c'Junio C Hamano2013-10-18
|\
| * repack: rewrite the shell script in CStefan Beller2013-09-17