| Commit message (Expand) | Author | Age |
* | Merge branch 'da/difftool' | Junio C Hamano | 2009-04-17 |
|\ |
|
| * | bash completion: add git-difftool | David Aguilar | 2009-04-07 |
| * | difftool: move 'git-difftool' out of contrib | David Aguilar | 2009-04-07 |
| * | difftool/mergetool: add diffuse as merge and diff tool | Sebastian Pipping | 2009-04-07 |
| * | difftool: add a -y shortcut for --no-prompt | David Aguilar | 2009-04-07 |
| * | difftool: use perl built-ins when testing for msys | David Aguilar | 2009-04-07 |
| * | difftool: remove the backup file feature | David Aguilar | 2009-04-07 |
| * | difftool: remove merge options for opendiff, tkdiff, kdiff3 and xxdiff | David Aguilar | 2009-04-07 |
| * | git-mergetool/difftool: make (g)vimdiff workable under Windows | Markus Heidelberg | 2009-04-07 |
* | | Merge branch 'mh/html-path' | Junio C Hamano | 2009-04-07 |
|\ \
| |/
|/| |
|
| * | add --html-path to get the location of installed HTML docs | Markus Heidelberg | 2009-04-04 |
* | | bash completion: Update 'git am' options | Todd Zullinger | 2009-04-05 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2009-03-30 |
|\ |
|
| * | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-03-30 |
| |\ |
|
| | * | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-03-30 |
| | |\ |
|
| | | * | Fix bash completion in path with spaces | Daniel Cheng (aka SDiZ) | 2009-03-30 |
| | | * | bash completion: only show 'log --merge' if merging | Thomas Rast | 2009-03-30 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2009-03-29 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-03-29 |
| |\ \ \
| | |/ / |
|
| | * | | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-03-29 |
| | |\ \
| | | |/ |
|
| | | * | import-zips: fix thinko | Johannes Schindelin | 2009-03-29 |
* | | | | completion: add --thread=deep/shallow to format-patch | Stephen Boyd | 2009-03-24 |
* | | | | completion: add --cc and --no-attachment option to format-patch | Stephen Boyd | 2009-03-24 |
* | | | | completion: add --annotate option to send-email | Stephen Boyd | 2009-03-24 |
* | | | | bash completion: add options for 'git fsck' | Arto Jonsson | 2009-03-22 |
* | | | | Add --staged to bash completion for git diff | Kevin McConnell | 2009-03-22 |
* | | | | import-tars: separate author from committer | Giuseppe Bilotta | 2009-03-20 |
* | | | | Merge branch 'js/remote-improvements' | Junio C Hamano | 2009-03-17 |
|\ \ \ \ |
|
| * | | | | builtin-remote: add set-head subcommand | Jay Soffian | 2009-02-27 |
| |/ / / |
|
* | | | | contrib/difftool: use a separate config namespace for difftool commands | David Aguilar | 2009-03-11 |
* | | | | git-p4: remove tabs from usermap file | Pete Wyckoff | 2009-03-07 |
* | | | | bash completion: teach fetch, pull, and push to complete their options | Jay Soffian | 2009-03-07 |
* | | | | bash completion: refactor --strategy completion | Jay Soffian | 2009-03-07 |
* | | | | bash completion: fix completion issues with fetch, pull, and push | Jay Soffian | 2009-03-07 |
* | | | | Merge branch 'ns/pretty-format' | Junio C Hamano | 2009-03-05 |
|\ \ \ \ |
|
| * | | | | bash completion: add --format= and --oneline options for "git log" | Teemu Likonen | 2009-02-27 |
* | | | | | Merge branch 'tp/completion' | Junio C Hamano | 2009-03-05 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Fixup: Add bare repository indicator for __git_ps1 | Marius Storm-Olsen | 2009-02-24 |
| * | | | | Add bare repository indicator for __git_ps1 | Marius Storm-Olsen | 2009-02-23 |
| * | | | | completion: More fixes to prevent unbound variable errors | Ted Pavlic | 2009-02-11 |
| * | | | | completion: Better __git_ps1 support when not in working directory | Ted Pavlic | 2009-02-11 |
| * | | | | completion: Use consistent if [...] convention, not "test" | Ted Pavlic | 2009-02-11 |
| * | | | | completion: For consistency, change "git rev-parse" to __gitdir calls | Ted Pavlic | 2009-02-11 |
* | | | | | Fix typo in contrib/examples/git-svnimport.txt | Michael J Gruber | 2009-02-25 |
* | | | | | Convert git-* invocations to "git *" in the svnimport example. | Abhijit Menon-Sen | 2009-02-24 |
| |/ / /
|/| | | |
|
* | | | | git-p4: avoid syncing duplicate changes | Pete Wyckoff | 2009-02-23 |
* | | | | Add a README in the contrib/emacs directory. | Alexandre Julliard | 2009-02-21 |
* | | | | git.el: Improve the confirmation message on remove and revert. | Alexandre Julliard | 2009-02-21 |
* | | | | git.el: Make sure that file lists are sorted as they are created. | Alexandre Julliard | 2009-02-21 |
* | | | | bash completion: only show 'log --merge' if merging | Thomas Rast | 2009-02-18 |