summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ss/completion-rec-sub-fetch-push'Junio C Hamano2014-03-141-1/+18
|\
| * completion: teach --recurse-submodules to fetch, pull and pushss/completion-rec-sub-fetch-pushSup Yut Sum2014-02-111-1/+18
* | Merge branch 'jk/complete-merge-base'Junio C Hamano2014-01-271-1/+7
|\ \ | |/ |/|
| * completion: handle --[no-]fork-point options to git-rebasejk/complete-merge-baseJohn Keeping2014-01-131-1/+1
| * completion: complete merge-base optionsJohn Keeping2014-01-131-0/+6
* | Merge branch 'rr/completion-format-coverletter'Junio C Hamano2014-01-131-0/+1
|\ \ | |/ |/|
| * completion: complete format.coverLetterrr/completion-format-coverletterRamkumar Ramachandra2014-01-071-0/+1
* | completion: fix remote.pushdefaultrr/completion-branch-configRamkumar Ramachandra2014-01-061-0/+1
* | completion: fix branch.autosetup(merge|rebase)Ramkumar Ramachandra2014-01-061-0/+1
* | completion: introduce __gitcomp_nl_append ()Ramkumar Ramachandra2014-01-062-4/+26
* | zsh completion: find matching custom bash completionRamkumar Ramachandra2014-01-061-1/+1
|/
* Merge branch 'jn/scripts-updates'Junio C Hamano2013-12-122-4/+0
|\
| * remove #!interpreter line from shell librariesjn/scripts-updatesJonathan Nieder2013-11-262-4/+0
* | peek-remote: remove deprecated alias of ls-remoteJohn Keeping2013-11-121-1/+0
* | lost-found: remove deprecated commandJohn Keeping2013-11-121-1/+0
* | tar-tree: remove deprecated commandJohn Keeping2013-11-121-1/+0
* | repo-config: remove deprecated alias for "git config"John Keeping2013-11-121-1/+0
|/
* Merge branch 'sg/prompt-svn-remote-fix'Junio C Hamano2013-10-281-1/+1
|\
| * bash prompt: don't use '+=' operator in show upstream code pathsg/prompt-svn-remote-fixSZEDER Gábor2013-10-151-1/+1
* | git-prompt.sh: optionally show upstream branch namejc/prompt-upstreamJulien Carsique2013-10-141-1/+6
* | mergetools/diffmerge: support DiffMerge as a git mergetoolStefan Saasen2013-10-131-1/+1
* | completion: improve untracked directory filtering for filename completionsg/complete-untracked-filterSZEDER Gábor2013-09-191-2/+2
|/
* contrib/git-prompt.sh: handle missing 'printf -v' more gracefullybc/completion-for-bash-3.0Brandon Casey2013-08-221-1/+5
* git-completion.bash: use correct Bash/Zsh array length syntaxBrandon Casey2013-08-211-1/+1
* Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano2013-08-021-1/+0
|\
| * cygwin: Remove the Win32 l/stat() implementationrj/cygwin-clarify-use-of-cheating-lstatRamsay Jones2013-07-181-1/+0
* | Merge branch 'bc/completion-for-bash-3.0'Junio C Hamano2013-07-301-1/+1
|\ \
| * | git-completion.bash: replace zsh notation that breaks bash 3.XBrandon Casey2013-07-241-1/+1
* | | Merge branch 'es/check-mailmap'Junio C Hamano2013-07-221-0/+1
|\ \ \ | |_|/ |/| |
| * | builtin: add git-check-mailmap commandEric Sunshine2013-07-131-0/+1
* | | 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
|\ \