| Commit message (Expand) | Author | Age | Files | Lines |
* | setup: make startup_info available everywhere | Jeff King | 2016-03-06 | 1 | -3/+0 |
* | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-02-26 | 1 | -9/+5 |
|\ |
|
| * | convert manual allocations to argv_array | Jeff King | 2016-02-22 | 1 | -9/+5 |
* | | Merge branch 'ak/git-strip-extension-from-dashed-command' | Junio C Hamano | 2016-02-26 | 1 | -11/+15 |
|\ \ |
|
| * | | git.c: simplify stripping extension of a file in handle_builtin()ak/git-strip-extension-from-dashed-command | Alexander Kuleshov | 2016-02-21 | 1 | -11/+15 |
* | | | Merge branch 'nd/clear-gitenv-upon-use-of-alias' | Junio C Hamano | 2016-02-17 | 1 | -18/+24 |
|\ \ \ |
|
| * | | | restore_env(): free the saved environment variable once we are done | Junio C Hamano | 2016-02-02 | 1 | -2/+4 |
| * | | | git: simplify environment save/restore logic | Junio C Hamano | 2016-01-27 | 1 | -14/+13 |
| * | | | git: protect against unbalanced calls to {save,restore}_env() | Junio C Hamano | 2016-01-27 | 1 | -0/+7 |
| * | | | git: remove an early return from save_env_before_alias() | Junio C Hamano | 2016-01-27 | 1 | -2/+0 |
* | | | | Merge branch 'nd/clear-gitenv-upon-use-of-alias' | Junio C Hamano | 2016-01-20 | 1 | -18/+23 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | git.c: make sure we do not leak GIT_* to alias scripts | Nguyễn Thái Ngọc Duy | 2015-12-22 | 1 | -3/+7 |
| * | | setup.c: re-fix d95138e (setup: set env $GIT_WORK_TREE when .. | Nguyễn Thái Ngọc Duy | 2015-12-22 | 1 | -11/+12 |
| * | | git.c: make it clear save_env() is for alias handling only | Nguyễn Thái Ngọc Duy | 2015-12-22 | 1 | -6/+6 |
* | | | Merge branch 'sb/submodule-helper' | Junio C Hamano | 2015-10-05 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | submodule: rewrite `module_list` shell function in C | Stefan Beller | 2015-09-03 | 1 | -0/+1 |
* | | | | interpret-trailers: allow running outside a repositoryjk/interpret-trailers-outside-a-repository | John Keeping | 2015-09-08 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | builtin-am: remove redirection to git-am.sh | Paul Tan | 2015-08-04 | 1 | -6/+1 |
* | | | builtin-am: implement skeletal builtin am | Paul Tan | 2015-08-04 | 1 | -0/+6 |
|/ / |
|
* | | Merge branch 'pt/pull-builtin' | Junio C Hamano | 2015-08-03 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | pull: implement skeletal builtin pull | Paul Tan | 2015-06-15 | 1 | -0/+1 |
* | | 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"nd/multiple-work-trees | 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 emptykn/git-cd-to-empty | Karthik Nayak | 2015-03-06 | 1 | -4/+6 |
* | | | Merge branch 'ak/git-done-help-cleanup' | Junio C Hamano | 2015-03-17 | 1 | -3/+2 |
|\ \ \ |
|
| * | | | git: make was_alias and done_help non-staticak/git-done-help-cleanup | 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-09 | 1 | -3/+0 |
| |/ |
|
* | | Merge branch 'sv/get-builtin' | Junio C Hamano | 2014-12-05 | 1 | -12/+15 |
|\ \
| |/
|/| |
|
| * | builtin: move builtin retrieval to get_builtin()sv/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-29 | 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 arraysrs/realloc-array | 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 messagesah/grammofix | 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-13 | 1 | -0/+2 |
* | | | Merge branch 'mg/verify-commit' | Junio C Hamano | 2014-07-10 | 1 | -0/+1 |
|\ \ \ |
|