| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | bash completion: show-branch color support | Markus Heidelberg | 2009-04-25 | 1 | -1/+4 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2009-05-16 | 1 | -2/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | completion: add missing options to show-branch and show | Stephen Boyd | 2009-05-16 | 1 | -2/+2 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2009-05-16 | 1 | -10/+22 |
|\ \ \ \
| |/ / / |
|
| * | | | completion: enhance "current branch" display | Junio C Hamano | 2009-05-16 | 1 | -2/+13 |
| * | | | completion: simplify "current branch" in __git_ps1() | Junio C Hamano | 2009-05-16 | 1 | -7/+8 |
| * | | | completion: fix PS1 display during a merge on detached HEAD | Junio C Hamano | 2009-05-16 | 1 | -3/+3 |
| | |/
| |/| |
|
* | | | bash completion: complete variable names for "git config" with options | Stephen Boyd | 2009-05-13 | 1 | -0/+33 |
|/ / |
|
* | | completion: complete values for send-email | Stephen Boyd | 2009-05-05 | 1 | -3/+36 |
* | | completion: complete values for log.date | Stephen Boyd | 2009-05-05 | 1 | -3/+6 |
* | | completion: complete values for help.format | Stephen Boyd | 2009-05-05 | 1 | -0/+4 |
* | | completion: add {gui,diff,merge}tool, man, and pager config variables | Stephen Boyd | 2009-05-05 | 1 | -0/+45 |
* | | completion: add missing configuration variables to _git_config() | Stephen Boyd | 2009-05-05 | 1 | -0/+48 |
|/ |
|
* | Merge branch 'da/difftool' | Junio C Hamano | 2009-04-17 | 1 | -4/+22 |
|\ |
|
| * | bash completion: add git-difftool | David Aguilar | 2009-04-07 | 1 | -5/+22 |
| * | difftool/mergetool: add diffuse as merge and diff tool | Sebastian Pipping | 2009-04-07 | 1 | -1/+2 |
* | | Merge branch 'mh/html-path' | Junio C Hamano | 2009-04-07 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | add --html-path to get the location of installed HTML docs | Markus Heidelberg | 2009-04-04 | 1 | -0/+1 |
* | | bash completion: Update 'git am' options | Todd Zullinger | 2009-04-05 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2009-03-30 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-03-30 | 1 | -2/+2 |
| |\ |
|
| | * | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-03-30 | 1 | -2/+7 |
| | |\ |
|
| | | * | Fix bash completion in path with spaces | Daniel Cheng (aka SDiZ) | 2009-03-30 | 1 | -2/+2 |
| | | * | bash completion: only show 'log --merge' if merging | Thomas Rast | 2009-03-30 | 1 | -1/+6 |
* | | | | completion: add --thread=deep/shallow to format-patch | Stephen Boyd | 2009-03-24 | 1 | -1/+7 |
* | | | | completion: add --cc and --no-attachment option to format-patch | Stephen Boyd | 2009-03-24 | 1 | -2/+2 |
* | | | | completion: add --annotate option to send-email | Stephen Boyd | 2009-03-24 | 1 | -2/+2 |
* | | | | bash completion: add options for 'git fsck' | Arto Jonsson | 2009-03-22 | 1 | -0/+16 |
* | | | | Add --staged to bash completion for git diff | Kevin McConnell | 2009-03-22 | 1 | -1/+1 |
* | | | | Merge branch 'js/remote-improvements' | Junio C Hamano | 2009-03-17 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | builtin-remote: add set-head subcommand | Jay Soffian | 2009-02-27 | 1 | -1/+1 |
| |/ / / |
|
* | | | | bash completion: teach fetch, pull, and push to complete their options | Jay Soffian | 2009-03-07 | 1 | -5/+56 |
* | | | | bash completion: refactor --strategy completion | Jay Soffian | 2009-03-07 | 1 | -18/+20 |
* | | | | bash completion: fix completion issues with fetch, pull, and push | Jay Soffian | 2009-03-07 | 1 | -49/+60 |
* | | | | Merge branch 'ns/pretty-format' | Junio C Hamano | 2009-03-05 | 1 | -2/+12 |
|\ \ \ \ |
|
| * | | | | bash completion: add --format= and --oneline options for "git log" | Teemu Likonen | 2009-02-27 | 1 | -2/+12 |
| |/ / / |
|
* | | | | Merge branch 'tp/completion' | Junio C Hamano | 2009-03-05 | 1 | -38/+42 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fixup: Add bare repository indicator for __git_ps1 | Marius Storm-Olsen | 2009-02-24 | 1 | -7/+6 |
| * | | | Add bare repository indicator for __git_ps1 | Marius Storm-Olsen | 2009-02-23 | 1 | -2/+8 |
| * | | | completion: More fixes to prevent unbound variable errors | Ted Pavlic | 2009-02-11 | 1 | -4/+4 |
| * | | | completion: Better __git_ps1 support when not in working directory | Ted Pavlic | 2009-02-11 | 1 | -14/+22 |
| * | | | completion: Use consistent if [...] convention, not "test" | Ted Pavlic | 2009-02-11 | 1 | -20/+11 |
| * | | | completion: For consistency, change "git rev-parse" to __gitdir calls | Ted Pavlic | 2009-02-11 | 1 | -2/+2 |
* | | | | bash completion: only show 'log --merge' if merging | Thomas Rast | 2009-02-18 | 1 | -1/+6 |
* | | | | bash completion: refactor common log, shortlog and gitk options | Thomas Rast | 2009-02-18 | 1 | -15/+34 |
* | | | | bash: update 'git svn' options | SZEDER Gábor | 2009-02-16 | 1 | -6/+25 |
* | | | | bash: add missing 'git merge' options | SZEDER Gábor | 2009-02-16 | 1 | -0/+1 |
* | | | | bash: fix misspelled 'git svn' option | SZEDER Gábor | 2009-02-14 | 1 | -1/+1 |
* | | | | bash-completion: Complete the values of color.interactive, color.ui, color.pager | Matt Kraai | 2009-02-13 | 1 | -1/+5 |
|/ / / |
|
* | | | completion: Get rid of tabbed indentation in comments. Replace with spaces. | Ted Pavlic | 2009-02-08 | 1 | -5/+5 |