aboutsummaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAge
* Merge branch 'fc/completion'Junio C Hamano2013-06-02
|\
| * completion: remove __git_index_file_list_filter()Felipe Contreras2013-04-27
| * completion: add space after completed filenameFelipe Contreras2013-04-27
| * completion: add hack to enable file mode in bash < 4Felipe Contreras2013-04-27
| * completion: refactor __git_complete_index_file()Felipe Contreras2013-04-27
| * completion: refactor diff_index wrappersFelipe Contreras2013-04-27
| * completion: use __gitcompadd for __gitcomp_fileFelipe Contreras2013-04-27
| * completion; remove unuseful commentsFelipe Contreras2013-04-27
* | Merge branch 'fc/zsh-leftover-bits'Junio C Hamano2013-06-02
|\ \
| * | completion: zsh: improve bash script loadingFelipe Contreras2013-05-29
| * | completion: synchronize zsh wrapperFelipe Contreras2013-05-08
| * | completion: cleanup zsh wrapperFelipe Contreras2013-05-08
* | | completion: regression fix for zshFelipe Contreras2013-05-21
* | | git-svn: added an --include-path flagPaul Walmsley2013-05-09
|/ /
* | Sync with maintJunio C Hamano2013-05-03
|\ \
| * | completion: zsh: don't override suffix on _detaultFelipe Contreras2013-05-03
* | | Merge branch 'zk/prompt-rebase-step'Junio C Hamano2013-05-01
|\ \ \
| * | | bash-prompt.sh: show where rebase is at when stoppedZoltan Klinger2013-04-25
* | | | git-completion.bash: add remote.pushdefault to config listRamkumar Ramachandra2013-04-29
* | | | git-completion.bash: add branch.*.pushremote to config listRamkumar Ramachandra2013-04-29
* | | | Merge branch 'maint'Junio C Hamano2013-04-29
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'fc/zsh-completion' into maintJunio C Hamano2013-04-29
| |\ \ \
| | * | | complete: zsh: use zsh completion for the main cmdFelipe Contreras2013-04-29
| | * | | complete: zsh: trivial simplificationFelipe Contreras2013-04-29
| * | | | git-completion.bash: complete branch.*.rebase as booleanRamkumar Ramachandra2013-04-29
| * | | | git-completion.bash: add diff.submodule to config listRamkumar Ramachandra2013-04-29
| * | | | git-completion.bash: lexical sorting for diff.statGraphWidthRamkumar Ramachandra2013-04-29
| |/ / /
| * | | Merge branch 'fc/untracked-zsh-prompt' into maintJunio C Hamano2013-04-26
| |\ \ \
* | | | | completion: add missing format-patch optionsFelipe Contreras2013-04-27
| |_|_|/ |/| | |
* | | | Sync with maintJunio C Hamano2013-04-24
|\ \ \ \ | |/ / /
| * | | completion: remove duplicate block for "git commit -c"MÃ¥rten Kongstad2013-04-24
| | |/ | |/|
* | | Merge branch 'fc/untracked-zsh-prompt'Junio C Hamano2013-04-23
|\ \ \ | | |/ | |/|
| * | prompt: fix untracked files for zshFelipe Contreras2013-04-21
* | | completion: small optimizationFelipe Contreras2013-04-14
* | | completion: inline __gitcomp_1 to its sole callsiteFelipe Contreras2013-04-14
* | | completion: get rid of compgenFelipe Contreras2013-04-14
* | | completion: add new __gitcompadd helperFelipe Contreras2013-04-14
* | | completion: get rid of empty COMPREPLY assignmentsFelipe Contreras2013-04-12
* | | completion: add more cherry-pick optionsFelipe Contreras2013-04-12
* | | Merge branch 'rr/prompt-revert-head'Junio C Hamano2013-04-03
|\ \ \ | | |/ | |/|
| * | bash: teach __git_ps1 about REVERT_HEADRobin Rosenberg2013-03-31
| |/
* | Merge branch 'jl/submodule-deinit'Junio C Hamano2013-03-25
|\ \ | |/ |/|
| * submodule: add 'deinit' commandJens Lehmann2013-03-04
* | Merge branch 'mp/complete-paths'Junio C Hamano2013-03-11
|\ \
| * | git-completion.bash: zsh does not implement function redirection correctlyMatthieu Moy2013-03-11
* | | Merge branch 'mp/complete-paths'Junio C Hamano2013-03-07
|\ \ \ | |/ /
| * | git-completion.zsh: define __gitcomp_file compatibility functionMatthieu Moy2013-03-05
* | | shell-prompt: clean up nested if-thenMartin Erik Werner2013-02-18
* | | Merge branch 'mp/diff-algo-config'Junio C Hamano2013-02-17
|\ \ \
| * | | diff: Introduce --diff-algorithm command line optionMichal Privoznik2013-01-16