Age | Commit message (Expand) | Author | Files | Lines |
2014-09-19 | Merge branch 'ah/grammofix' | Junio C Hamano | 1 | -1/+1 |
2014-09-18 | unblock and unignore SIGPIPE | Patrick Reynolds | 1 | -0/+22 |
2014-09-18 | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 1 | -2/+1 |
2014-09-02 | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 1 | -6/+7 |
2014-09-02 | grammofix in user-facing messages | Alex Henrie | 1 | -1/+1 |
2014-08-26 | use xgetcwd() to set $GIT_DIR | René Scharfe | 1 | -2/+3 |
2014-07-22 | Merge branch 'kb/perf-trace' | Junio C Hamano | 1 | -0/+2 |
2014-07-13 | git: add performance tracing for git's main() function to debug scripts | Karsten Blees | 1 | -0/+2 |
2014-07-10 | Merge branch 'mg/verify-commit' | Junio C Hamano | 1 | -0/+1 |
2014-07-09 | Merge branch 'jk/skip-prefix' | Junio C Hamano | 1 | -12/+10 |
2014-06-25 | Merge branch 'nd/init-restore-env' | Junio C Hamano | 1 | -4/+49 |
2014-06-23 | verify-commit: scriptable commit signature verification | Michael J Gruber | 1 | -0/+1 |
2014-06-20 | git: avoid magic number with skip_prefix | Jeff King | 1 | -2/+2 |
2014-06-20 | use skip_prefix to avoid magic numbers | Jeff King | 1 | -10/+8 |
2014-06-10 | git potty: restore environments after alias expansion | Nguyễn Thái Ngọc Duy | 1 | -4/+49 |
2014-06-03 | Merge branch 'lr/git-run-setup-gently' | Junio C Hamano | 1 | -1/+1 |
2014-04-22 | git.c: treat RUN_SETUP_GENTLY and RUN_SETUP as mutually exclusive | Luis R. Rodriguez | 1 | -1/+1 |
2014-02-20 | rename read_replace_refs to check_replace_refs | Michael Haggerty | 1 | -1/+1 |
2014-01-17 | Merge branch 'nd/shallow-clone' | Junio C Hamano | 1 | -1/+1 |
2014-01-06 | builtin/help.c: speed up is_git_command() by checking for builtin commands first | Sebastian Schuberth | 1 | -115/+127 |
2014-01-06 | git.c: consistently use the term "builtin" instead of "internal command" | Sebastian Schuberth | 1 | -7/+7 |
2013-12-10 | add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -6/+6 |
2013-11-12 | peek-remote: remove deprecated alias of ls-remote | John Keeping | 1 | -1/+0 |
2013-11-12 | tar-tree: remove deprecated command | John Keeping | 1 | -1/+0 |
2013-11-12 | repo-config: remove deprecated alias for "git config" | John Keeping | 1 | -1/+0 |
2013-10-18 | Merge branch 'sb/repack-in-c' | Junio C Hamano | 1 | -0/+1 |
2013-09-20 | Merge branch 'nr/git-cd-to-a-directory' | Junio C Hamano | 1 | -1/+12 |
2013-09-17 | repack: rewrite the shell script in C | Stefan Beller | 1 | -0/+1 |
2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -0/+12 |
2013-09-09 | git: run in a directory given with -C option | Nazri Ramliy | 1 | -1/+12 |
2013-07-22 | Merge branch 'es/check-mailmap' | Junio C Hamano | 1 | -0/+1 |
2013-07-22 | Merge branch 'tr/protect-low-3-fds' | Junio C Hamano | 1 | -0/+7 |
2013-07-17 | git: ensure 0/1/2 are open in main() | Thomas Rast | 1 | -0/+7 |
2013-07-15 | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2013-07-15 | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2013-07-13 | builtin: add git-check-mailmap command | Eric Sunshine | 1 | -0/+1 |
2013-06-06 | Merge branch 'nd/clone-connectivity-shortcut' | Junio C Hamano | 1 | -0/+7 |
2013-05-28 | fetch-pack: prepare updated shallow file before fetching the pack | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2013-04-28 | sparse: Fix mingw_main() argument number/type errors | Ramsay Jones | 1 | -1/+2 |
2013-04-02 | help: mention -a and -g option, and 'git help <concept>' usage. | Philip Oakley | 1 | -1/+3 |
2013-03-25 | Merge branch 'jk/alias-in-bare' | Junio C Hamano | 1 | -0/+1 |
2013-03-11 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
2013-03-11 | git.c: make usage match manual page | Kevin Bracey | 1 | -2/+2 |
2013-03-10 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2013-03-10 | Translate git_more_info_string consistently | Kevin Bracey | 1 | -1/+1 |
2013-03-08 | setup: suppress implicit "." work-tree for bare repos | Jeff King | 1 | -0/+1 |
2013-01-23 | Merge branch 'as/check-ignore' | Junio C Hamano | 1 | -0/+1 |
2013-01-06 | add git-check-ignore sub-command | Adam Spiers | 1 | -0/+1 |
2012-12-19 | add global --literal-pathspecs option | Jeff King | 1 | -0/+8 |