Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/alternate-push' | Shawn O. Pearce | 2008-09-25 | 1 | -0/+1 |
|\ | |||||
| * | receive-pack: make it a builtin | Junio C Hamano | 2008-09-09 | 1 | -0/+1 |
* | | Merge branch 'maint' | Shawn O. Pearce | 2008-09-25 | 1 | -0/+2 |
|\ \ | |||||
| * | | maint: check return of split_cmdline to avoid bad config strings | Deskin Miller | 2008-09-24 | 1 | -0/+2 |
* | | | Use xmalloc() and friends to catch allocation failures | Dotan Barak | 2008-09-09 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge branch 'ar/autospell' | Junio C Hamano | 2008-09-07 | 1 | -1/+3 |
|\ \ | |/ |/| | |||||
| * | git wrapper: DWIM mistyped commands | Johannes Schindelin | 2008-08-31 | 1 | -1/+3 |
| * | Revert "Build-in "git-shell"" | Junio C Hamano | 2008-08-25 | 1 | -1/+0 |
| * | Build-in "git-shell" | Junio C Hamano | 2008-08-20 | 1 | -0/+1 |
* | | diff*: fix worktree setup | Nguyễn Thái Ngọc Duy | 2008-08-28 | 1 | -1/+1 |
|/ | |||||
* | Record the command invocation path early | Johannes Sixt | 2008-07-25 | 1 | -3/+2 |
* | Revert "make git-status use a pager" | Junio C Hamano | 2008-07-21 | 1 | -1/+1 |
* | Merge branch 'mv/merge-in-c' | Junio C Hamano | 2008-07-15 | 1 | -53/+1 |
|\ | |||||
| * | Build in merge | Miklos Vajna | 2008-07-07 | 1 | -0/+1 |
| * | Move split_cmdline() to alias.c | Miklos Vajna | 2008-06-30 | 1 | -53/+0 |
* | | Allow per-command pager config | Jeff King | 2008-07-06 | 1 | -4/+47 |
* | | Merge branch 'j6t/mingw' | Junio C Hamano | 2008-07-02 | 1 | -3/+16 |
|\ \ | |||||
| * | | Windows: Strip ".exe" from the program name. | Johannes Sixt | 2008-06-23 | 1 | -3/+16 |
| |/ | |||||
* | | Prepare execv_git_cmd() for removal of builtins from the filesystem | Junio C Hamano | 2008-06-23 | 1 | -1/+31 |
|/ | |||||
* | Ignore .gitattributes in bare repositories | René Scharfe | 2008-06-09 | 1 | -1/+1 |
* | Print info about "git help COMMAND" on git's main usage pages | Teemu Likonen | 2008-06-06 | 1 | -0/+4 |
* | Merge branch 'jc/diff-no-no-index' | Junio C Hamano | 2008-05-26 | 1 | -1/+1 |
|\ | |||||
| * | diff-files: do not play --no-index games | Junio C Hamano | 2008-05-24 | 1 | -1/+1 |
* | | Build in clone | Daniel Barkalow | 2008-05-04 | 1 | -0/+1 |
|/ | |||||
* | make git-status use a pager | Bart Trojanowski | 2008-04-29 | 1 | -1/+1 |
* | Accept git aliases outside a git repository | Junio C Hamano | 2008-04-01 | 1 | -1/+2 |
* | Always set *nongit_ok in setup_git_directory_gently() | SZEDER Gábor | 2008-03-26 | 1 | -2/+2 |
* | shortlog: do not require to run from inside a git repository | Jonas Fonseca | 2008-03-15 | 1 | -1/+1 |
* | Make git-remote a builtin | Johannes Schindelin | 2008-03-01 | 1 | -0/+1 |
* | Merge branch 'db/checkout' | Junio C Hamano | 2008-02-27 | 1 | -0/+3 |
|\ | |||||
| * | Add merge-subtree back | Junio C Hamano | 2008-02-23 | 1 | -0/+1 |
| * | Build in checkout | Daniel Barkalow | 2008-02-16 | 1 | -0/+1 |
| * | Build-in merge-recursive | Daniel Barkalow | 2008-02-09 | 1 | -0/+1 |
* | | make alias lookup a public, procedural function | Jeff King | 2008-02-24 | 1 | -14/+3 |
* | | git.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -0/+2 |
|/ | |||||
* | Merge branch 'kh/commit' | Junio C Hamano | 2007-12-04 | 1 | -1/+2 |
|\ | |||||
| * | Port git commit to C. | Kristian Høgsberg | 2007-11-22 | 1 | -1/+2 |
* | | Trace and quote with argv: get rid of unneeded count argument. | Christian Couder | 2007-12-03 | 1 | -3/+3 |
* | | Add 'git fast-export', the sister of 'git fast-import' | Johannes Schindelin | 2007-12-02 | 1 | -0/+1 |
* | | Merge branch 'jk/send-pack' | Junio C Hamano | 2007-11-24 | 1 | -0/+3 |
|\ \ | |||||
| * \ | Merge branch 'db/remote-builtin' into jk/send-pack | Junio C Hamano | 2007-11-14 | 1 | -0/+3 |
| |\ \ | |||||
| | * | | Build in ls-remote | Daniel Barkalow | 2007-11-05 | 1 | -1/+2 |
| | * | | Build-in send-pack, with an API for other programs to call. | Daniel Barkalow | 2007-11-02 | 1 | -0/+1 |
| | * | | Build-in peek-remote, using transport infrastructure. | Daniel Barkalow | 2007-11-02 | 1 | -0/+1 |
* | | | | Merge branch 'sb/clean' | Junio C Hamano | 2007-11-24 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Make git-clean a builtin | Shawn Bohrer | 2007-11-18 | 1 | -0/+1 |
* | | | | | Merge branch 'js/mingw-fallouts' | Junio C Hamano | 2007-11-24 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | builtin run_command: do not exit with -1. | Johannes Sixt | 2007-11-14 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | git-merge-ours: make it a builtin. | Thomas Harning | 2007-11-22 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Merge branch 'ph/parseopt-sh' | Junio C Hamano | 2007-11-17 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | |