| Commit message (Expand) | Author | Age | Files | Lines |
* | bash: offer only paths after '--' for 'git checkout' | SZEDER Gábor | 2008-07-24 | 1 | -0/+2 |
* | git-completion.bash: provide completion for 'show-branch' | Thomas Rast | 2008-07-23 | 1 | -1/+17 |
* | bash completion: Add long options for 'git rm' | Lee Marlow | 2008-07-23 | 1 | -0/+15 |
* | svnimport: newer libsvn wants us to ask for the root with "", not "/" | P. Christeas | 2008-07-23 | 1 | -1/+1 |
* | am --abort: Add to bash-completion and mention in git-rerere documentation | Stephan Beyer | 2008-07-23 | 1 | -1/+1 |
* | In perforce, RCS keywords are case-sensitive | Daniel Barkalow | 2008-07-23 | 1 | -1/+1 |
* | Don't cut off last character of commit descriptions. | Nikolaj Schumacher | 2008-07-21 | 1 | -1/+1 |
* | Rename .git/rebase to .git/rebase-apply | Johannes Schindelin | 2008-07-21 | 2 | -9/+9 |
* | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 | 1 | -2/+2 |
|\ |
|
* \ | Merge branch 'mv/merge-in-c' | Junio C Hamano | 2008-07-15 | 1 | -0/+554 |
|\ \ |
|
| * | | Build in merge | Miklos Vajna | 2008-07-07 | 1 | -0/+554 |
* | | | 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 |