summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)AuthorFilesLines
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-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-06-30completion: learn about --man-pathJohn Keeping1-0/+1
2013-06-30completion: handle unstuck form of base git optionsJohn Keeping1-1/+2
2013-06-24bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()SZEDER Gábor1-2/+0
2013-06-21Sync with maintJunio C Hamano1-1/+1
2013-06-21completion: complete diff --word-diffRamkumar Ramachandra1-1/+1
2013-06-14Merge branch 'rr/complete-difftool-fixup'Junio C Hamano1-2/+2
2013-06-11Merge branch 'fc/completion-less-ls-remote'Junio C Hamano1-8/+2
2013-06-09completion: show can take both revlist and pathsRamkumar Ramachandra1-1/+1
2013-06-03completion: difftool takes both revs and filesRamkumar Ramachandra1-1/+1
2013-06-02completion: avoid ls-remote in certain scenariosFelipe Contreras1-8/+2
2013-06-02Merge branch 'fc/completion'Junio C Hamano1-115/+30
2013-06-02Merge branch 'fc/zsh-leftover-bits'Junio C Hamano1-15/+7
2013-05-21completion: regression fix for zshFelipe Contreras1-1/+1
2013-05-09git-svn: added an --include-path flagPaul Walmsley1-1/+1
2013-05-08completion: synchronize zsh wrapperFelipe Contreras1-2/+2
2013-05-08completion: cleanup zsh wrapperFelipe Contreras1-13/+5
2013-04-29git-completion.bash: add remote.pushdefault to config listRamkumar Ramachandra1-0/+5
2013-04-29git-completion.bash: add branch.*.pushremote to config listRamkumar Ramachandra1-2/+2
2013-04-29Merge branch 'maint'Junio C Hamano1-1/+10
2013-04-29git-completion.bash: complete branch.*.rebase as booleanRamkumar Ramachandra1-0/+4
2013-04-29git-completion.bash: add diff.submodule to config listRamkumar Ramachandra1-0/+5
2013-04-29git-completion.bash: lexical sorting for diff.statGraphWidthRamkumar Ramachandra1-1/+1
2013-04-27completion: add missing format-patch optionsFelipe Contreras1-1/+2
2013-04-27completion: remove __git_index_file_list_filter()Felipe Contreras1-20/+8
2013-04-27completion: add space after completed filenameFelipe Contreras1-1/+1
2013-04-27completion: add hack to enable file mode in bash < 4Felipe Contreras1-36/+7
2013-04-27completion: refactor __git_complete_index_file()Felipe Contreras1-6/+3
2013-04-27completion: refactor diff_index wrappersFelipe Contreras1-55/+16
2013-04-27completion: use __gitcompadd for __gitcomp_fileFelipe Contreras1-1/+1
2013-04-27completion; remove unuseful commentsFelipe Contreras1-2/+0
2013-04-24Sync with maintJunio C Hamano1-7/+0
2013-04-24completion: remove duplicate block for "git commit -c"Mårten Kongstad1-7/+0
2013-04-14completion: small optimizationFelipe Contreras1-4/+4
2013-04-14completion: inline __gitcomp_1 to its sole callsiteFelipe Contreras1-15/+11
2013-04-14completion: get rid of compgenFelipe Contreras1-5/+10
2013-04-14completion: add new __gitcompadd helperFelipe Contreras1-5/+8
2013-04-12completion: get rid of empty COMPREPLY assignmentsFelipe Contreras1-21/+0
2013-04-12completion: add more cherry-pick optionsFelipe Contreras1-1/+6
2013-03-25Merge branch 'jl/submodule-deinit'Junio C Hamano1-1/+1
2013-03-11Merge branch 'mp/complete-paths'Junio C Hamano1-5/+11