summaryrefslogtreecommitdiffstats
path: root/contrib/completion
AgeCommit message (Expand)AuthorLines
2014-09-19Merge branch 'jk/prompt-stash-could-be-packed' into maintJunio C Hamano-1/+2
2014-08-25git-prompt: do not look for refs/stash in $GIT_DIRJeff King-1/+2
2014-07-30Merge branch 'jk/more-push-completion'Junio C Hamano-1/+27
2014-07-22completion: complete `git push --force-with-lease=`John Keeping-1/+21
2014-07-22completion: add some missing options to `git push`John Keeping-0/+1
2014-07-22completion: complete "unstuck" `git push --recurse-submodules`John Keeping-0/+5
2014-06-25Merge branch 'sp/complete-ext-alias'Junio C Hamano-0/+10
2014-06-13completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliasesSteffen Prohaska-0/+10
2014-05-27completion: add missing options for git-mergeJohn Keeping-1/+4
2014-05-27completion: add a note that merge options are sharedJohn Keeping-0/+1
2014-05-19Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'Junio C Hamano-17/+39
2014-05-19git-prompt.sh: don't assume the shell expands the value of PS1Richard Hansen-17/+39
2014-05-13Merge branch 'fc/prompt-zsh-read-from-file'Junio C Hamano-8/+8
2014-05-13contrib: completion: fix 'eread()' namespaceFelipe Contreras-8/+8
2014-05-02Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'Junio C Hamano-2/+32
2014-04-22git-prompt.sh: don't put unsanitized branch names in $PS1Richard Hansen-2/+32
2014-04-18Merge branch 'fc/complete-aliased-push'Junio C Hamano-0/+2
2014-04-14prompt: fix missing file errors in zshFelipe Contreras-7/+14
2014-04-09completion: fix completing args of aliased "push", "fetch", etc.Felipe Contreras-0/+2
2014-03-14Merge branch 'ss/completion-rec-sub-fetch-push'Junio C Hamano-1/+18
2014-02-11completion: teach --recurse-submodules to fetch, pull and pushSup Yut Sum-1/+18
2014-01-27Merge branch 'jk/complete-merge-base'Junio C Hamano-1/+7
2014-01-13completion: handle --[no-]fork-point options to git-rebaseJohn Keeping-1/+1
2014-01-13completion: complete merge-base optionsJohn Keeping-0/+6
2014-01-13Merge branch 'rr/completion-format-coverletter'Junio C Hamano-0/+1
2014-01-07completion: complete format.coverLetterRamkumar Ramachandra-0/+1
2014-01-06completion: fix remote.pushdefaultRamkumar Ramachandra-0/+1
2014-01-06completion: fix branch.autosetup(merge|rebase)Ramkumar Ramachandra-0/+1
2014-01-06completion: introduce __gitcomp_nl_append ()Ramkumar Ramachandra-4/+26
2014-01-06zsh completion: find matching custom bash completionRamkumar Ramachandra-1/+1
2013-12-12Merge branch 'jn/scripts-updates'Junio C Hamano-4/+0
2013-11-26remove #!interpreter line from shell librariesJonathan Nieder-4/+0
2013-11-12peek-remote: remove deprecated alias of ls-remoteJohn Keeping-1/+0
2013-11-12lost-found: remove deprecated commandJohn Keeping-1/+0
2013-11-12tar-tree: remove deprecated commandJohn Keeping-1/+0
2013-11-12repo-config: remove deprecated alias for "git config"John Keeping-1/+0
2013-10-28Merge branch 'sg/prompt-svn-remote-fix'Junio C Hamano-1/+1
2013-10-15bash prompt: don't use '+=' operator in show upstream code pathSZEDER Gábor-1/+1
2013-10-14git-prompt.sh: optionally show upstream branch nameJulien Carsique-1/+6
2013-10-13mergetools/diffmerge: support DiffMerge as a git mergetoolStefan Saasen-1/+1
2013-09-19completion: improve untracked directory filtering for filename completionSZEDER Gábor-2/+2
2013-08-22contrib/git-prompt.sh: handle missing 'printf -v' more gracefullyBrandon Casey-1/+5
2013-08-21git-completion.bash: use correct Bash/Zsh array length syntaxBrandon Casey-1/+1
2013-08-02Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano-1/+0
2013-07-30Merge branch 'bc/completion-for-bash-3.0'Junio C Hamano-1/+1
2013-07-24git-completion.bash: replace zsh notation that breaks bash 3.XBrandon Casey-1/+1
2013-07-22Merge branch 'es/check-mailmap'Junio C Hamano-0/+1
2013-07-18cygwin: Remove the Win32 l/stat() implementationRamsay Jones-1/+0
2013-07-13builtin: add git-check-mailmap commandEric Sunshine-0/+1
2013-07-11Merge branch 'jk/bash-completion'Junio C Hamano-1/+3