Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'mp/complete-paths' | Junio C Hamano | 2013-03-11 | 1 | -5/+11 | |
|\ \ | ||||||
| * | | git-completion.bash: zsh does not implement function redirection correctly | Matthieu Moy | 2013-03-11 | 1 | -5/+11 | |
* | | | Merge branch 'mp/diff-algo-config' | Junio C Hamano | 2013-02-17 | 1 | -1/+13 | |
|\ \ \ | ||||||
| * | | | diff: Introduce --diff-algorithm command line option | Michal Privoznik | 2013-01-16 | 1 | -0/+11 | |
| * | | | config: Introduce diff.algorithm variable | Michal Privoznik | 2013-01-16 | 1 | -0/+1 | |
| * | | | git-completion.bash: Autocomplete --minimal and --histogram for git-diff | Michal Privoznik | 2013-01-14 | 1 | -1/+1 | |
* | | | | completion: support 'git config --local' | Matthieu Moy | 2013-02-12 | 1 | -2/+2 | |
* | | | | Merge branch 'mp/complete-paths' | Junio C Hamano | 2013-02-08 | 1 | -15/+240 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | git-completion.bash: add support for path completion | Manlio Perillo | 2013-01-11 | 1 | -15/+240 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'jc/do-not-let-random-file-interfere-with-completion-tests' | Junio C Hamano | 2013-02-01 | 1 | -1/+10 | |
|\ \ \ | ||||||
| * | | | t9902: protect test from stray build artifacts | Junio C Hamano | 2013-01-24 | 1 | -1/+10 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'bc/fix-array-syntax-for-3.0-in-completion-bash' | Junio C Hamano | 2013-01-28 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | git-completion.bash: replace zsh notation that breaks bash 3.X | Brandon Casey | 2013-01-18 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge branch 'as/check-ignore' | Junio C Hamano | 2013-01-23 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | add git-check-ignore sub-command | Adam Spiers | 2013-01-06 | 1 | -0/+1 | |
* | | | | Merge branch 'ds/completion-silence-in-tree-path-probe' | Junio C Hamano | 2013-01-18 | 1 | -1/+1 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | git-completion.bash: silence "not a valid object" errors | Dylan Smith | 2013-01-11 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | completion: complete refs for "git commit -c" | Jeff King | 2012-12-15 | 1 | -0/+7 | |
| |/ |/| | ||||||
* | | completion: fix warning for zsh | Felipe Contreras | 2012-11-29 | 1 | -0/+2 | |
* | | Merge branch 'maint' | Junio C Hamano | 2012-11-28 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | completion: add options --single-branch and --branch to "git clone" | Ralf Thielow | 2012-11-28 | 1 | -0/+2 | |
* | | | Merge branch 'fc/zsh-completion' | Junio C Hamano | 2012-11-28 | 1 | -43/+61 | |
|\ \ \ | ||||||
| * | | | completion: start moving to the new zsh completion | Felipe Contreras | 2012-11-19 | 1 | -43/+61 | |
* | | | | Merge branch 'sg/complete-help-undup' | Junio C Hamano | 2012-11-25 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | completion: remove 'help' duplicate from porcelain commands | SZEDER Gábor | 2012-11-14 | 1 | -1/+1 | |
* | | | | | Sync with 1.8.0.1 | Junio C Hamano | 2012-11-25 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | ||||||
| * | | | Completion must sort before using uniq | Marc Khouzam | 2012-11-24 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | completion: add format-patch options to send-email | Felipe Contreras | 2012-10-16 | 1 | -17/+18 | |
|/ / | ||||||
* | | Merge branch 'maint' | Junio C Hamano | 2012-09-25 | 1 | -8/+1 | |
|\ \ | ||||||
| * | | Revert "completion: fix shell expansion of items" | Jeff King | 2012-09-25 | 1 | -8/+1 | |
* | | | Merge branch 'maint' | Junio C Hamano | 2012-09-20 | 1 | -1/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'nd/maint-remote-remove' into maint | Junio C Hamano | 2012-09-20 | 1 | -2/+2 | |
| |\ \ | ||||||
| * | | | completion: fix shell expansion of items | Felipe Contreras | 2012-09-20 | 1 | -1/+8 | |
* | | | | Merge branch 'maint' | Junio C Hamano | 2012-09-17 | 1 | -1/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | completion: add --no-edit to git-commit | Yacine Belkadi | 2012-09-16 | 1 | -1/+2 | |
* | | | | Merge branch 'cn/branch-set-upstream-to' | Junio C Hamano | 2012-09-14 | 1 | -1/+5 | |
|\ \ \ \ | ||||||
| * | | | | completion: complete branch name for "branch --set-upstream-to=" | Michael J Gruber | 2012-09-11 | 1 | -0/+3 | |
| * | | | | completion: add --set-upstream-to and --unset-upstream | Carlos Martín Nieto | 2012-09-11 | 1 | -1/+2 | |
| |/ / / | ||||||
* | | | | Merge branch 'nd/maint-remote-remove' | Junio C Hamano | 2012-09-12 | 1 | -2/+2 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | remote: prefer subcommand name 'remove' to 'rm' | Nguyễn Thái Ngọc Duy | 2012-09-06 | 1 | -2/+2 | |
| |/ / | ||||||
* | | | Merge branch 'da/difftool-updates' | Junio C Hamano | 2012-08-27 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Add Code Compare v2.80.4 as a merge / diff tool for Windows | Sebastian Schuberth | 2012-08-10 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge branch 'fc/git-prompt-script' | Junio C Hamano | 2012-06-28 | 1 | -255/+7 | |
|\ \ | |/ |/| | ||||||
| * | completion: respect $GIT_DIR | SZEDER Gábor | 2012-06-19 | 1 | -0/+3 | |
| * | completion: warn people about duplicated function | Junio C Hamano | 2012-06-10 | 1 | -0/+2 | |
| * | completion: split __git_ps1 into a separate script | Felipe Contreras | 2012-05-22 | 1 | -255/+2 | |
| * | completion: remove executable mode | Felipe Contreras | 2012-05-22 | 1 | -0/+0 | |
* | | Merge branch 'fc/git-complete-helper-fix' | Junio C Hamano | 2012-06-13 | 1 | -7/+7 | |
|\ \ | ||||||
| * | | completion: put main git and gitk completion functions back into git namespace | SZEDER Gábor | 2012-06-13 | 1 | -7/+7 | |
* | | | completion: remove credential helpers from porcelain commands | SZEDER Gábor | 2012-06-13 | 1 | -0/+2 |