summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)Author
2013-12-12Merge branch 'jn/scripts-updates'Junio C Hamano
2013-11-26remove #!interpreter line from shell librariesJonathan Nieder
2013-11-12peek-remote: remove deprecated alias of ls-remoteJohn Keeping
2013-11-12lost-found: remove deprecated commandJohn Keeping
2013-11-12tar-tree: remove deprecated commandJohn Keeping
2013-11-12repo-config: remove deprecated alias for "git config"John Keeping
2013-10-28Merge branch 'sg/prompt-svn-remote-fix'Junio C Hamano
2013-10-15bash prompt: don't use '+=' operator in show upstream code pathSZEDER Gábor
2013-10-14git-prompt.sh: optionally show upstream branch nameJulien Carsique
2013-10-13mergetools/diffmerge: support DiffMerge as a git mergetoolStefan Saasen
2013-09-19completion: improve untracked directory filtering for filename completionSZEDER Gábor
2013-08-22contrib/git-prompt.sh: handle missing 'printf -v' more gracefullyBrandon Casey
2013-08-21git-completion.bash: use correct Bash/Zsh array length syntaxBrandon Casey
2013-08-02Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano
2013-07-30Merge branch 'bc/completion-for-bash-3.0'Junio C Hamano
2013-07-24git-completion.bash: replace zsh notation that breaks bash 3.XBrandon Casey
2013-07-22Merge branch 'es/check-mailmap'Junio C Hamano
2013-07-18cygwin: Remove the Win32 l/stat() implementationRamsay Jones
2013-07-13builtin: add git-check-mailmap commandEric Sunshine
2013-07-11Merge branch 'jk/bash-completion'Junio C Hamano
2013-07-01Merge branch 'ed/color-prompt'Junio C Hamano
2013-06-30completion: learn about --man-pathJohn Keeping
2013-06-30completion: handle unstuck form of base git optionsJohn Keeping
2013-06-26git-prompt.sh: add missing information in commentsEduardo R. D'Avila
2013-06-26git-prompt.sh: do not print duplicate clean color codeEduardo R. D'Avila
2013-06-26git-prompt.sh: refactor colored prompt codeEduardo R. D'Avila
2013-06-24bash prompt: mention that PROMPT_COMMAND mode is fasterSZEDER Gábor
2013-06-24bash prompt: avoid command substitution when finalizing gitstringSZEDER Gábor
2013-06-24bash prompt: avoid command substitution when checking for untracked filesSZEDER Gábor
2013-06-24bash prompt: use bash builtins to check stash stateSZEDER Gábor
2013-06-24bash prompt: use bash builtins to check for unborn branch for dirty stateSZEDER Gábor
2013-06-24bash prompt: combine 'git rev-parse' for detached headSZEDER Gábor
2013-06-24bash prompt: combine 'git rev-parse' executions in the main code pathSZEDER Gábor
2013-06-24bash prompt: use bash builtins to find out current branchSZEDER Gábor
2013-06-24bash prompt: use bash builtins to find out rebase stateSZEDER Gábor
2013-06-24bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()SZEDER Gábor
2013-06-24bash prompt: return early from __git_ps1() when not in a git repositorySZEDER Gábor
2013-06-24bash prompt: print unique detached HEAD abbreviated object nameSZEDER Gábor
2013-06-23Merge branch 'rr/prompt-rebase-breakage-fix'Junio C Hamano
2013-06-21Sync with maintJunio C Hamano
2013-06-21completion: complete diff --word-diffRamkumar Ramachandra
2013-06-14Merge branch 'rr/complete-difftool-fixup'Junio C Hamano
2013-06-14prompt: squelch error output from catRamkumar Ramachandra
2013-06-11Merge branch 'fc/completion-less-ls-remote'Junio C Hamano
2013-06-09completion: show can take both revlist and pathsRamkumar Ramachandra
2013-06-06Merge branch 'fc/show-branch-in-rebase-am'Junio C Hamano
2013-06-05Merge branch 'tg/maint-zsh-svn-remote-prompt'Junio C Hamano
2013-06-05Merge branch 'rr/zsh-color-prompt'Junio C Hamano
2013-06-03completion: difftool takes both revs and filesRamkumar Ramachandra
2013-06-02completion: avoid ls-remote in certain scenariosFelipe Contreras