summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)Author
2015-01-14Merge branch 'tf/prompt-preserve-exit-status'Junio C Hamano
2015-01-14Merge branch 'rh/hide-prompt-in-ignored-directory'Junio C Hamano
2015-01-14Merge branch 'mm/complete-rebase-autostash'Junio C Hamano
2015-01-14git-prompt: preserve value of $? in all casesTony Finch
2015-01-07Merge branch 'tf/prompt-preserve-exit-status'Junio C Hamano
2015-01-07Merge branch 'pd/completion-filenames-fix'Junio C Hamano
2015-01-07git-completion: add --autostash for 'git rebase'Matthieu Moy
2015-01-07git-prompt.sh: allow to hide prompt for ignored pwdJess Austin
2015-01-07git-prompt.sh: if pc mode, immediately set PS1 to a plain promptRichard Hansen
2014-12-22Merge branch 'jg/prompt-localize-temporary'Junio C Hamano
2014-12-22Merge branch 'rt/completion-tag'Junio C Hamano
2014-12-22git-prompt: preserve value of $? inside shell promptTony Finch
2014-12-15Update documentation occurrences of filename .shPeter van der Does
2014-12-12git-prompt.sh: make $f local to __git_eread()Justin Guenther
2014-12-04completion: add git-tag optionsRalf Thielow
2014-11-25git-send-email: add --transfer-encoding optionPaolo Bonzini
2014-10-29Merge branch 'oc/mergetools-beyondcompare'Junio C Hamano
2014-10-21Merge branch 'js/completion-hide-not-a-repo'Junio C Hamano
2014-10-21mergetool: rename bc3 to bcJunio C Hamano
2014-10-16Merge branch 'jc/completion-no-chdir'Junio C Hamano
2014-10-14completion: silence "fatal: Not a git repository" errorJohn Szakmeister
2014-10-09completion: use "git -C $there" instead of (cd $there && git ...)Junio C Hamano
2014-10-07completion: add --show-signature for log and showDavid Aguilar
2014-09-19Merge branch 'jk/prompt-stash-could-be-packed' into maintJunio C Hamano
2014-09-19Merge branch 'tb/complete-diff-ignore-blank-lines'Junio C Hamano
2014-09-09Merge branch 'jk/prompt-stash-could-be-packed'Junio C Hamano
2014-09-03completion: Add --ignore-blank-lines for diffThomas Braun
2014-08-25git-prompt: do not look for refs/stash in $GIT_DIRJeff King
2014-07-30Merge branch 'jk/more-push-completion'Junio C Hamano
2014-07-22completion: complete `git push --force-with-lease=`John Keeping
2014-07-22completion: add some missing options to `git push`John Keeping
2014-07-22completion: complete "unstuck" `git push --recurse-submodules`John Keeping
2014-06-25Merge branch 'sp/complete-ext-alias'Junio C Hamano
2014-06-13completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliasesSteffen Prohaska
2014-05-27completion: add missing options for git-mergeJohn Keeping
2014-05-27completion: add a note that merge options are sharedJohn Keeping
2014-05-19Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'Junio C Hamano
2014-05-19git-prompt.sh: don't assume the shell expands the value of PS1Richard Hansen
2014-05-13Merge branch 'fc/prompt-zsh-read-from-file'Junio C Hamano
2014-05-13contrib: completion: fix 'eread()' namespaceFelipe Contreras
2014-05-02Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'Junio C Hamano
2014-04-22git-prompt.sh: don't put unsanitized branch names in $PS1Richard Hansen
2014-04-18Merge branch 'fc/complete-aliased-push'Junio C Hamano
2014-04-14prompt: fix missing file errors in zshFelipe Contreras
2014-04-09completion: fix completing args of aliased "push", "fetch", etc.Felipe Contreras
2014-03-14Merge branch 'ss/completion-rec-sub-fetch-push'Junio C Hamano
2014-02-11completion: teach --recurse-submodules to fetch, pull and pushSup Yut Sum
2014-01-27Merge branch 'jk/complete-merge-base'Junio C Hamano
2014-01-13completion: handle --[no-]fork-point options to git-rebaseJohn Keeping
2014-01-13completion: complete merge-base optionsJohn Keeping