summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)AuthorFilesLines
2014-01-27Merge branch 'jk/complete-merge-base'Junio C Hamano1-1/+7
2014-01-13completion: handle --[no-]fork-point options to git-rebaseJohn Keeping1-1/+1
2014-01-13completion: complete merge-base optionsJohn Keeping1-0/+6
2014-01-13Merge branch 'rr/completion-format-coverletter'Junio C Hamano1-0/+1
2014-01-07completion: complete format.coverLetterRamkumar Ramachandra1-0/+1
2014-01-06completion: fix remote.pushdefaultRamkumar Ramachandra1-0/+1
2014-01-06completion: fix branch.autosetup(merge|rebase)Ramkumar Ramachandra1-0/+1
2014-01-06completion: introduce __gitcomp_nl_append ()Ramkumar Ramachandra2-4/+26
2014-01-06zsh completion: find matching custom bash completionRamkumar Ramachandra1-1/+1
2013-12-12Merge branch 'jn/scripts-updates'Junio C Hamano2-4/+0
2013-11-26remove #!interpreter line from shell librariesJonathan Nieder2-4/+0
2013-11-12peek-remote: remove deprecated alias of ls-remoteJohn Keeping1-1/+0
2013-11-12lost-found: remove deprecated commandJohn Keeping1-1/+0
2013-11-12tar-tree: remove deprecated commandJohn Keeping1-1/+0
2013-11-12repo-config: remove deprecated alias for "git config"John Keeping1-1/+0
2013-10-28Merge branch 'sg/prompt-svn-remote-fix'Junio C Hamano1-1/+1
2013-10-15bash prompt: don't use '+=' operator in show upstream code pathSZEDER Gábor1-1/+1
2013-10-14git-prompt.sh: optionally show upstream branch nameJulien Carsique1-1/+6
2013-10-13mergetools/diffmerge: support DiffMerge as a git mergetoolStefan Saasen1-1/+1
2013-09-19completion: improve untracked directory filtering for filename completionSZEDER Gábor1-2/+2
2013-08-22contrib/git-prompt.sh: handle missing 'printf -v' more gracefullyBrandon Casey1-1/+5
2013-08-21git-completion.bash: use correct Bash/Zsh array length syntaxBrandon Casey1-1/+1
2013-08-02Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano1-1/+0
2013-07-30Merge branch 'bc/completion-for-bash-3.0'Junio C Hamano1-1/+1
2013-07-24git-completion.bash: replace zsh notation that breaks bash 3.XBrandon Casey1-1/+1
2013-07-22Merge branch 'es/check-mailmap'Junio C Hamano1-0/+1
2013-07-18cygwin: Remove the Win32 l/stat() implementationRamsay Jones1-1/+0
2013-07-13builtin: add git-check-mailmap commandEric Sunshine1-0/+1
2013-07-11Merge branch 'jk/bash-completion'Junio C Hamano1-1/+3
2013-07-01Merge branch 'ed/color-prompt'Junio C Hamano1-70/+41
2013-06-30completion: learn about --man-pathJohn Keeping1-0/+1
2013-06-30completion: handle unstuck form of base git optionsJohn Keeping1-1/+2
2013-06-26git-prompt.sh: add missing information in commentsEduardo R. D'Avila1-11/+15
2013-06-26git-prompt.sh: do not print duplicate clean color codeEduardo R. D'Avila1-1/+1
2013-06-26git-prompt.sh: refactor colored prompt codeEduardo R. D'Avila1-59/+26
2013-06-24bash prompt: mention that PROMPT_COMMAND mode is fasterSZEDER Gábor1-5/+5
2013-06-24bash prompt: avoid command substitution when finalizing gitstringSZEDER Gábor1-1/+5
2013-06-24bash prompt: avoid command substitution when checking for untracked filesSZEDER Gábor1-1/+1
2013-06-24bash prompt: use bash builtins to check stash stateSZEDER Gábor1-2/+3
2013-06-24bash prompt: use bash builtins to check for unborn branch for dirty stateSZEDER Gábor1-1/+1
2013-06-24bash prompt: combine 'git rev-parse' for detached headSZEDER Gábor1-4/+12
2013-06-24bash prompt: combine 'git rev-parse' executions in the main code pathSZEDER Gábor1-5/+13
2013-06-24bash prompt: use bash builtins to find out current branchSZEDER Gábor1-18/+33
2013-06-24bash prompt: use bash builtins to find out rebase stateSZEDER Gábor1-6/+6
2013-06-24bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()SZEDER Gábor2-27/+1
2013-06-24bash prompt: return early from __git_ps1() when not in a git repositorySZEDER Gábor1-100/+101
2013-06-24bash prompt: print unique detached HEAD abbreviated object nameSZEDER Gábor1-1/+1
2013-06-23Merge branch 'rr/prompt-rebase-breakage-fix'Junio C Hamano1-6/+6
2013-06-21Sync with maintJunio C Hamano1-1/+1
2013-06-21completion: complete diff --word-diffRamkumar Ramachandra1-1/+1