| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge" | Johannes Schindelin | 2008-07-15 | 2 | -14/+14 |
* | bash completion: Remove dashed command completion support | Shawn O. Pearce | 2008-07-14 | 1 | -54/+0 |
* | Merge branch 'sp/maint-bash-completion-optim' | Junio C Hamano | 2008-07-14 | 1 | -3/+34 |
|\ |
|
| * | bash completion: Resolve git show ref:path<tab> losing ref: portion | Shawn O. Pearce | 2008-07-14 | 1 | -2/+25 |
| * | bash completion: Append space after file names have been completed | Shawn O. Pearce | 2008-07-13 | 1 | -1/+9 |
* | | bash: Add long option completion for 'git send-email' | Teemu Likonen | 2008-07-14 | 1 | -0/+20 |
* | | Merge branch 'sp/maint-bash-completion-optim' | Junio C Hamano | 2008-07-13 | 1 | -15/+16 |
|\ \
| |/ |
|
| * | bash completion: Don't offer "a.." as a completion for "a." | Shawn O. Pearce | 2008-07-13 | 1 | -3/+0 |
| * | bash completion: Improve responsiveness of git-log completion | Shawn O. Pearce | 2008-07-13 | 1 | -12/+16 |
* | | Merge branch 'sg/stash-k-i' | Junio C Hamano | 2008-07-13 | 1 | -1/+12 |
|\ \ |
|
| * | | stash: introduce 'stash save --keep-index' option | SZEDER Gábor | 2008-07-05 | 1 | -1/+12 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-07-09 | 1 | -0/+30 |
|\ \ \
| | |/
| |/| |
|
| * | | bash: offer only paths after '--' | SZEDER Gábor | 2008-07-08 | 1 | -0/+30 |
* | | | Git.pm: Add remote_refs() git-ls-remote frontend | Petr Baudis | 2008-07-08 | 1 | -4/+1 |
* | | | completion: add branch options --contains --merged --no-merged | Eric Raible | 2008-07-08 | 1 | -1/+1 |
* | | | Merge branch 'js/import-zip' | Junio C Hamano | 2008-07-07 | 1 | -0/+72 |
|\ \ \ |
|
| * | | | Add another fast-import example, this time for .zip files | Johannes Schindelin | 2008-07-01 | 1 | -0/+72 |
| | |/
| |/| |
|
* | | | completion.bash: add 'skip' and 'run' to git-bisect | Dmitry Potapov | 2008-07-07 | 1 | -2/+2 |
* | | | hg-to-git: use git init instead of git init-db | Miklos Vajna | 2008-07-05 | 1 | -1/+1 |
* | | | hg-to-git: rewrite "git-frotz" to "git frotz" | Miklos Vajna | 2008-07-05 | 1 | -10/+10 |
* | | | hg-to-git: abort if the project directory is not a hg repo | Miklos Vajna | 2008-07-05 | 1 | -1/+4 |
* | | | hg-to-git: avoid raising a string exception | Miklos Vajna | 2008-07-05 | 1 | -1/+1 |
|/ / |
|
* | | Documentation: remove {show,whatchanged}.difftree config options | Olivier Marin | 2008-06-28 | 1 | -2/+0 |
* | | Add 'git-p4.allowSubmit' to git-p4 | Jing Xue | 2008-06-26 | 1 | -0/+4 |
* | | bash: Add more option completions for 'git log' | Teemu Likonen | 2008-06-20 | 1 | -0/+3 |
* | | Add a helper script to send patches with Mozilla Thunderbird | Lukas Sandström | 2008-06-19 | 2 | -0/+75 |
|/ |
|
* | completion: add --graph to log command completion | Dan McGee | 2008-06-19 | 1 | -0/+1 |
* | completion: add more 'git add' options | SZEDER Gábor | 2008-06-14 | 1 | -1/+4 |
* | Revert "git.el: Set process-environment instead of invoking env" | Karl Hasselström | 2008-06-02 | 1 | -4/+7 |
* | hg-to-git: add --verbose option | Johannes Schindelin | 2008-05-26 | 1 | -5/+13 |
* | Ignore no-op changes in paranoid update hook | Shawn O. Pearce | 2008-05-25 | 1 | -0/+1 |
* | Don't load missing ACL files in paranoid update hook | Shawn O. Pearce | 2008-05-25 | 1 | -0/+1 |
* | Don't diff empty tree on branch creation in paranoid update hook | Shawn O. Pearce | 2008-05-25 | 1 | -8/+6 |
* | Merge branch 'db/clone-in-c' | Junio C Hamano | 2008-05-25 | 1 | -0/+525 |
|\ |
|
| * | Build in clone | Daniel Barkalow | 2008-05-04 | 1 | -0/+523 |
* | | Merge branch 'sg/merge-options' (early part) | Junio C Hamano | 2008-05-08 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | merge, pull: add '--(no-)log' command line option | SZEDER Gábor | 2008-04-12 | 1 | -1/+1 |
| * | merge, pull: introduce '--(no-)stat' option | SZEDER Gábor | 2008-04-12 | 1 | -1/+1 |
* | | bash: Add completion for gitk --merge | Richard Quirk | 2008-04-27 | 1 | -1/+6 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-04-22 | 2 | -1/+3 |
|\ \ |
|
| * | | post-receive-email: fix accidental removal of a trailing space in signature line | Andy Parkins | 2008-04-21 | 1 | -1/+2 |
| * | | bash: Add completion for git diff --base --ours --theirs | Teemu Likonen | 2008-04-21 | 1 | -0/+1 |
| |/ |
|
* | | completion: remove use of dashed git commands | Dan McGee | 2008-04-21 | 1 | -4/+4 |
* | | completion: allow 'git remote' subcommand completion | Dan McGee | 2008-04-21 | 1 | -0/+1 |
* | | git.el: Set process-environment instead of invoking env | Clifford Caoile | 2008-04-21 | 1 | -7/+4 |
* | | contrib/hooks: add an example pre-auto-gc hook | Miklos Vajna | 2008-04-09 | 1 | -0/+36 |
|/ |
|
* | Add prefix oriented completions for diff and format-patch commands. | Pascal Obry | 2008-04-06 | 1 | -1/+4 |
* | Add interactive option in rebase command completion list. | Pascal Obry | 2008-04-06 | 1 | -1/+1 |
* | Allow git-cvsserver database table name prefix to be specified. | Josh Elsasser | 2008-03-30 | 1 | -1/+2 |
* | git-p4: Handle Windows EOLs properly after removal of p4 submit template hand... | Marius Storm-Olsen | 2008-03-28 | 1 | -13/+15 |