| Commit message (Expand) | Author | Age |
* | build-in git-mktree | Junio C Hamano | 2009-05-10 |
* | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 2009-05-01 |
* | Fix typos / spelling in comments | Mike Ralphson | 2009-04-22 |
* | Merge branch 'cc/bisect-filter' | Junio C Hamano | 2009-04-12 |
|\ |
|
| * | bisect--helper: implement "git bisect--helper" | Christian Couder | 2009-04-05 |
* | | add --html-path to get the location of installed HTML docs | Markus Heidelberg | 2009-04-04 |
|/ |
|
* | Merge branch 'jk/maint-cleanup-after-exec-failure' | Junio C Hamano | 2009-02-03 |
|\ |
|
| * | git: use run_command() to execute dashed externals | Jeff King | 2009-01-28 |
| * | git: s/run_command/run_builtin/ | Jeff King | 2009-01-28 |
* | | git_extract_argv0_path(): Move check for valid argv0 from caller to callee | Steffen Prohaska | 2009-01-26 |
* | | Refactor git_set_argv0_path() to git_extract_argv0_path() | Steve Haslam | 2009-01-26 |
* | | 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 |