summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* cygwin: Remove the Win32 l/stat() implementationrj/cygwin-clarify-use-of-cheating-lstatRamsay Jones2013-07-181-1/+0
* Merge branch 'jk/bash-completion'Junio C Hamano2013-07-111-1/+3
|\
| * completion: learn about --man-pathJohn Keeping2013-06-301-0/+1
| * completion: handle unstuck form of base git optionsJohn Keeping2013-06-301-1/+2
* | Merge branch 'ed/color-prompt'Junio C Hamano2013-07-011-70/+41
|\ \
| * | git-prompt.sh: add missing information in commentsEduardo R. D'Avila2013-06-261-11/+15
| * | git-prompt.sh: do not print duplicate clean color codeEduardo R. D'Avila2013-06-261-1/+1
| * | git-prompt.sh: refactor colored prompt codeEduardo R. D'Avila2013-06-261-59/+26
| |/
* | bash prompt: mention that PROMPT_COMMAND mode is fasterSZEDER Gábor2013-06-241-5/+5
* | bash prompt: avoid command substitution when finalizing gitstringSZEDER Gábor2013-06-241-1/+5
* | bash prompt: avoid command substitution when checking for untracked filesSZEDER Gábor2013-06-241-1/+1
* | bash prompt: use bash builtins to check stash stateSZEDER Gábor2013-06-241-2/+3
* | bash prompt: use bash builtins to check for unborn branch for dirty stateSZEDER Gábor2013-06-241-1/+1
* | bash prompt: combine 'git rev-parse' for detached headSZEDER Gábor2013-06-241-4/+12
* | bash prompt: combine 'git rev-parse' executions in the main code pathSZEDER Gábor2013-06-241-5/+13
* | bash prompt: use bash builtins to find out current branchSZEDER Gábor2013-06-241-18/+33
* | bash prompt: use bash builtins to find out rebase stateSZEDER Gábor2013-06-241-6/+6
* | bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()SZEDER Gábor2013-06-242-27/+1
* | bash prompt: return early from __git_ps1() when not in a git repositorySZEDER Gábor2013-06-241-100/+101
* | bash prompt: print unique detached HEAD abbreviated object nameSZEDER Gábor2013-06-241-1/+1
|/
* Merge branch 'rr/prompt-rebase-breakage-fix'Junio C Hamano2013-06-231-6/+6
|\
| * prompt: squelch error output from catRamkumar Ramachandra2013-06-141-6/+6
* | Sync with maintJunio C Hamano2013-06-211-1/+1
|\ \
| * | completion: complete diff --word-diffRamkumar Ramachandra2013-06-211-1/+1
* | | Merge branch 'rr/complete-difftool-fixup'Junio C Hamano2013-06-141-2/+2
|\ \ \ | |_|/ |/| |
| * | completion: show can take both revlist and pathsRamkumar Ramachandra2013-06-091-1/+1
| * | completion: difftool takes both revs and filesRamkumar Ramachandra2013-06-031-1/+1
| |/
* | Merge branch 'fc/completion-less-ls-remote'Junio C Hamano2013-06-111-8/+2
|\ \
| * | completion: avoid ls-remote in certain scenariosFelipe Contreras2013-06-021-8/+2
| |/
* | Merge branch 'fc/show-branch-in-rebase-am'Junio C Hamano2013-06-061-0/+2
|\ \
| * | prompt: fix for simple rebaseFelipe Contreras2013-05-291-0/+2
| |/
* | Merge branch 'tg/maint-zsh-svn-remote-prompt'Junio C Hamano2013-06-051-3/+4
|\ \
| * | prompt: fix show upstream with svn and zshThomas Gummerer2013-05-221-3/+4
* | | Merge branch 'rr/zsh-color-prompt'Junio C Hamano2013-06-051-39/+85
|\ \ \
| * | | prompt: colorize ZSH promptRamkumar Ramachandra2013-05-171-1/+39
| * | | prompt: factor out gitstring coloring logicRamkumar Ramachandra2013-05-171-36/+43
| * | | prompt: introduce GIT_PS1_STATESEPARATORRamkumar Ramachandra2013-05-171-3/+4
* | | | Merge branch 'fc/completion'Junio C Hamano2013-06-021-115/+30
|\ \ \ \
| * | | | completion: remove __git_index_file_list_filter()Felipe Contreras2013-04-271-20/+8
| * | | | completion: add space after completed filenameFelipe Contreras2013-04-271-1/+1
| * | | | completion: add hack to enable file mode in bash < 4Felipe Contreras2013-04-271-36/+7
| * | | | completion: refactor __git_complete_index_file()Felipe Contreras2013-04-271-6/+3
| * | | | completion: refactor diff_index wrappersFelipe Contreras2013-04-271-55/+16
| * | | | completion: use __gitcompadd for __gitcomp_fileFelipe Contreras2013-04-271-1/+1
| * | | | completion; remove unuseful commentsFelipe Contreras2013-04-271-2/+0
* | | | | Merge branch 'fc/zsh-leftover-bits'Junio C Hamano2013-06-022-23/+26
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | completion: zsh: improve bash script loadingFelipe Contreras2013-05-291-8/+19
| * | | | completion: synchronize zsh wrapperFelipe Contreras2013-05-081-2/+2
| * | | | completion: cleanup zsh wrapperFelipe Contreras2013-05-081-13/+5
* | | | | completion: regression fix for zshFelipe Contreras2013-05-211-1/+1
| |_|/ / |/| | |