| Commit message (Expand) | Author | Age |
* | Merge branch 'as/autocorrect-alias' | Junio C Hamano | 2009-01-17 |
|\ |
|
| * | git.c: make autocorrected aliases work | Adeodato Simó | 2009-01-05 |
* | | remove trailing LF in die() messages | Alexander Potashev | 2009-01-05 |
|/ |
|
* | git wrapper: Make while loop more reader-friendly | Johannes Schindelin | 2009-01-02 |
* | Make chdir failures visible | Alex Riesen | 2008-12-04 |
* | Add a built-in alias for 'stage' to the 'add' command | Scott Chacon | 2008-12-02 |
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 |
* | Merge branch 'jc/alternate-push' | Shawn O. Pearce | 2008-09-25 |
|\ |
|
| * | receive-pack: make it a builtin | Junio C Hamano | 2008-09-09 |
* | | Merge branch 'maint' | Shawn O. Pearce | 2008-09-25 |
|\ \ |
|
| * | | maint: check return of split_cmdline to avoid bad config strings | Deskin Miller | 2008-09-24 |
* | | | Use xmalloc() and friends to catch allocation failures | Dotan Barak | 2008-09-09 |
| |/
|/| |
|
* | | Merge branch 'ar/autospell' | Junio C Hamano | 2008-09-07 |
|\ \
| |/
|/| |
|
| * | git wrapper: DWIM mistyped commands | Johannes Schindelin | 2008-08-31 |
| * | Revert "Build-in "git-shell"" | Junio C Hamano | 2008-08-25 |
| * | Build-in "git-shell" | Junio C Hamano | 2008-08-20 |
* | | diff*: fix worktree setup | Nguyễn Thái Ngọc Duy | 2008-08-28 |
|/ |
|
* | Record the command invocation path early | Johannes Sixt | 2008-07-25 |
* | Revert "make git-status use a pager" | Junio C Hamano | 2008-07-21 |
* | Merge branch 'mv/merge-in-c' | Junio C Hamano | 2008-07-15 |
|\ |
|
| * | Build in merge | Miklos Vajna | 2008-07-07 |
| * | Move split_cmdline() to alias.c | Miklos Vajna | 2008-06-30 |
* | | Allow per-command pager config | Jeff King | 2008-07-06 |
* | | Merge branch 'j6t/mingw' | Junio C Hamano | 2008-07-02 |
|\ \ |
|
| * | | Windows: Strip ".exe" from the program name. | Johannes Sixt | 2008-06-23 |
| |/ |
|
* | | Prepare execv_git_cmd() for removal of builtins from the filesystem | Junio C Hamano | 2008-06-23 |
|/ |
|
* | Ignore .gitattributes in bare repositories | René Scharfe | 2008-06-09 |
* | Print info about "git help COMMAND" on git's main usage pages | Teemu Likonen | 2008-06-06 |
* | Merge branch 'jc/diff-no-no-index' | Junio C Hamano | 2008-05-26 |
|\ |
|
| * | diff-files: do not play --no-index games | Junio C Hamano | 2008-05-24 |
* | | Build in clone | Daniel Barkalow | 2008-05-04 |
|/ |
|
* | make git-status use a pager | Bart Trojanowski | 2008-04-29 |
* | Accept git aliases outside a git repository | Junio C Hamano | 2008-04-01 |
* | Always set *nongit_ok in setup_git_directory_gently() | SZEDER Gábor | 2008-03-26 |
* | shortlog: do not require to run from inside a git repository | Jonas Fonseca | 2008-03-15 |
* | Make git-remote a builtin | Johannes Schindelin | 2008-03-01 |
* | Merge branch 'db/checkout' | Junio C Hamano | 2008-02-27 |
|\ |
|
| * | Add merge-subtree back | Junio C Hamano | 2008-02-23 |
| * | Build in checkout | Daniel Barkalow | 2008-02-16 |
| * | Build-in merge-recursive | Daniel Barkalow | 2008-02-09 |
* | | make alias lookup a public, procedural function | Jeff King | 2008-02-24 |
* | | git.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 |
|/ |
|
* | Merge branch 'kh/commit' | Junio C Hamano | 2007-12-04 |
|\ |
|
| * | Port git commit to C. | Kristian Høgsberg | 2007-11-22 |
* | | Trace and quote with argv: get rid of unneeded count argument. | Christian Couder | 2007-12-03 |
* | | Add 'git fast-export', the sister of 'git fast-import' | Johannes Schindelin | 2007-12-02 |
* | | Merge branch 'jk/send-pack' | Junio C Hamano | 2007-11-24 |
|\ \ |
|
| * \ | Merge branch 'db/remote-builtin' into jk/send-pack | Junio C Hamano | 2007-11-14 |
| |\ \ |
|
| | * | | Build in ls-remote | Daniel Barkalow | 2007-11-05 |
| | * | | Build-in send-pack, with an API for other programs to call. | Daniel Barkalow | 2007-11-02 |