aboutsummaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAge
...
* | | bash prompt: avoid command substitution when checking for untracked filesSZEDER Gábor2013-06-24
* | | bash prompt: use bash builtins to check stash stateSZEDER Gábor2013-06-24
* | | bash prompt: use bash builtins to check for unborn branch for dirty stateSZEDER Gábor2013-06-24
* | | bash prompt: combine 'git rev-parse' for detached headSZEDER Gábor2013-06-24
* | | bash prompt: combine 'git rev-parse' executions in the main code pathSZEDER Gábor2013-06-24
* | | bash prompt: use bash builtins to find out current branchSZEDER Gábor2013-06-24
* | | bash prompt: use bash builtins to find out rebase stateSZEDER Gábor2013-06-24
* | | bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()SZEDER Gábor2013-06-24
* | | bash prompt: return early from __git_ps1() when not in a git repositorySZEDER Gábor2013-06-24
* | | bash prompt: print unique detached HEAD abbreviated object nameSZEDER Gábor2013-06-24
|/ /
* | Merge branch 'rr/prompt-rebase-breakage-fix'Junio C Hamano2013-06-23
|\ \
| * | prompt: squelch error output from catRamkumar Ramachandra2013-06-14
* | | Sync with maintJunio C Hamano2013-06-21
|\ \ \
| * | | completion: complete diff --word-diffRamkumar Ramachandra2013-06-21
* | | | Merge branch 'rr/complete-difftool-fixup'Junio C Hamano2013-06-14
|\ \ \ \ | |_|/ / |/| | |
| * | | completion: show can take both revlist and pathsRamkumar Ramachandra2013-06-09
| * | | completion: difftool takes both revs and filesRamkumar Ramachandra2013-06-03
| |/ /
* | | Merge branch 'fc/completion-less-ls-remote'Junio C Hamano2013-06-11
|\ \ \
| * | | completion: avoid ls-remote in certain scenariosFelipe Contreras2013-06-02
| |/ /
* | | Merge branch 'fc/show-branch-in-rebase-am'Junio C Hamano2013-06-06
|\ \ \
| * | | prompt: fix for simple rebaseFelipe Contreras2013-05-29
| |/ /
* | | Merge branch 'tg/maint-zsh-svn-remote-prompt'Junio C Hamano2013-06-05
|\ \ \
| * | | prompt: fix show upstream with svn and zshThomas Gummerer2013-05-22
* | | | Merge branch 'rr/zsh-color-prompt'Junio C Hamano2013-06-05
|\ \ \ \
| * | | | prompt: colorize ZSH promptRamkumar Ramachandra2013-05-17
| * | | | prompt: factor out gitstring coloring logicRamkumar Ramachandra2013-05-17
| * | | | prompt: introduce GIT_PS1_STATESEPARATORRamkumar Ramachandra2013-05-17
* | | | | 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