Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'es/worktree-add' | Junio C Hamano | 2015-07-13 | 1 | -1/+1 |
|\ | |||||
| * | checkout: require worktree unconditionally | Eric Sunshine | 2015-07-06 | 1 | -1/+1 |
* | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-07-13 | 1 | -0/+1 |
|\| | |||||
| * | worktree: new place for "git prune --worktrees" | Nguyễn Thái Ngọc Duy | 2015-06-29 | 1 | -0/+1 |
* | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-05-11 | 1 | -1/+1 |
|\| | |||||
| * | checkout: don't require a work tree when checking out into a new one | Dennis Kaarsemaker | 2014-12-01 | 1 | -1/+1 |
* | | Merge branch 'kn/git-cd-to-empty' | Junio C Hamano | 2015-03-20 | 1 | -4/+6 |
|\ \ | |||||
| * | | git: treat "git -C '<path>'" as a no-op when <path> is empty | Karthik Nayak | 2015-03-07 | 1 | -4/+6 |
* | | | Merge branch 'ak/git-done-help-cleanup' | Junio C Hamano | 2015-03-18 | 1 | -3/+2 |
|\ \ \ | |||||
| * | | | git: make was_alias and done_help non-static | Alexander Kuleshov | 2015-03-06 | 1 | -3/+2 |
| |/ / | |||||
* | | | Merge branch 'ah/usage-strings' | Junio C Hamano | 2015-02-11 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | standardize usage info string format | Alex Henrie | 2015-01-14 | 1 | -1/+1 |
* | | | Merge branch 'ak/fewer-includes' | Junio C Hamano | 2015-01-14 | 1 | -3/+0 |
|\ \ \ | |/ / |/| | | |||||
| * | | git.c: remove unnecessary #includes | Alexander Kuleshov | 2015-01-10 | 1 | -3/+0 |
| |/ | |||||
* | | Merge branch 'sv/get-builtin' | Junio C Hamano | 2014-12-05 | 1 | -12/+15 |
|\ \ | |/ |/| | |||||
| * | builtin: move builtin retrieval to get_builtin() | Slavomir Vlcek | 2014-11-13 | 1 | -12/+15 |
* | | Merge branch 'cc/interpret-trailers' | Junio C Hamano | 2014-10-20 | 1 | -0/+1 |
|\ \ | |||||
| * | | trailer: add interpret-trailers command | Christian Couder | 2014-10-13 | 1 | -0/+1 |
* | | | Merge branch 'pr/use-default-sigpipe-setting' | Junio C Hamano | 2014-09-30 | 1 | -0/+22 |
|\ \ \ | |||||
| * | | | unblock and unignore SIGPIPE | Patrick Reynolds | 2014-09-18 | 1 | -0/+22 |
| | |/ | |/| | |||||
* | | | Merge branch 'rs/realloc-array' | Junio C Hamano | 2014-09-26 | 1 | -2/+1 |
|\ \ \ | |||||
| * | | | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 2014-09-18 | 1 | -2/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'ah/grammofix' | Junio C Hamano | 2014-09-19 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | grammofix in user-facing messages | Alex Henrie | 2014-09-02 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 2014-09-02 | 1 | -6/+7 |
|\ \ | |/ |/| | |||||
| * | use xgetcwd() to set $GIT_DIR | René Scharfe | 2014-08-26 | 1 | -2/+3 |
* | | Merge branch 'kb/perf-trace' | Junio C Hamano | 2014-07-22 | 1 | -0/+2 |
|\ \ | |||||
| * | | git: add performance tracing for git's main() function to debug scripts | Karsten Blees | 2014-07-14 | 1 | -0/+2 |
* | | | Merge branch 'mg/verify-commit' | Junio C Hamano | 2014-07-10 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | verify-commit: scriptable commit signature verification | Michael J Gruber | 2014-06-24 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 | 1 | -12/+10 |
|\ \ \ | |||||
| * | | | git: avoid magic number with skip_prefix | Jeff King | 2014-06-20 | 1 | -2/+2 |
| * | | | use skip_prefix to avoid magic numbers | Jeff King | 2014-06-20 | 1 | -10/+8 |
| |/ / | |||||
* | | | Merge branch 'nd/init-restore-env' | Junio C Hamano | 2014-06-25 | 1 | -4/+49 |
|\ \ \ | |/ / |/| | | |||||
| * | | git potty: restore environments after alias expansion | Nguyễn Thái Ngọc Duy | 2014-06-10 | 1 | -4/+49 |
| |/ | |||||
* | | Merge branch 'lr/git-run-setup-gently' | Junio C Hamano | 2014-06-03 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | git.c: treat RUN_SETUP_GENTLY and RUN_SETUP as mutually exclusive | Luis R. Rodriguez | 2014-04-22 | 1 | -1/+1 |
* | | rename read_replace_refs to check_replace_refs | Michael Haggerty | 2014-02-20 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 1 | -1/+1 |
|\ | |||||
| * | add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses | Nguyễn Thái Ngọc Duy | 2013-12-11 | 1 | -1/+1 |
* | | builtin/help.c: speed up is_git_command() by checking for builtin commands first | Sebastian Schuberth | 2014-01-06 | 1 | -115/+127 |
* | | git.c: consistently use the term "builtin" instead of "internal command" | Sebastian Schuberth | 2014-01-06 | 1 | -7/+7 |
* | | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 | 1 | -6/+6 |
* | | peek-remote: remove deprecated alias of ls-remote | John Keeping | 2013-11-12 | 1 | -1/+0 |
* | | tar-tree: remove deprecated command | John Keeping | 2013-11-12 | 1 | -1/+0 |
* | | repo-config: remove deprecated alias for "git config" | John Keeping | 2013-11-12 | 1 | -1/+0 |
|/ | |||||
* | Merge branch 'sb/repack-in-c' | Junio C Hamano | 2013-10-18 | 1 | -0/+1 |
|\ | |||||
| * | repack: rewrite the shell script in C | Stefan Beller | 2013-09-17 | 1 | -0/+1 |
* | | Merge branch 'nr/git-cd-to-a-directory' | Junio C Hamano | 2013-09-20 | 1 | -1/+12 |
|\ \ | |||||
| * | | git: run in a directory given with -C option | Nazri Ramliy | 2013-09-09 | 1 | -1/+12 |
| |/ |