529 Commits (9a8c2b67cd5a51666f2c0ce3fbbdb08b97b79b3d)

Author SHA1 Message Date
John Keeping 8fee872647 completion: add missing options for git-merge 11 years ago
John Keeping 6d2b06f02b completion: add a note that merge options are shared 11 years ago
Felipe Contreras 880111c11b completion: fix completing args of aliased "push", "fetch", etc. 11 years ago
Sup Yut Sum 4dd5c4709a completion: teach --recurse-submodules to fetch, pull and push 11 years ago
John Keeping 4310e328d4 completion: handle --[no-]fork-point options to git-rebase 11 years ago
John Keeping 85453fd1e3 completion: complete merge-base options 11 years ago
Ramkumar Ramachandra de06c13a94 completion: complete format.coverLetter 11 years ago
Ramkumar Ramachandra c39a2f1178 completion: fix remote.pushdefault 11 years ago
Ramkumar Ramachandra 422553df49 completion: fix branch.autosetup(merge|rebase) 11 years ago
Ramkumar Ramachandra f33c2c0f9e completion: introduce __gitcomp_nl_append () 11 years ago
Jonathan Nieder 11d62145b9 remove #!interpreter line from shell libraries 11 years ago
John Keeping 816b2c04c9 peek-remote: remove deprecated alias of ls-remote 11 years ago
John Keeping 7c4012812a lost-found: remove deprecated command 11 years ago
John Keeping 925ceccf05 tar-tree: remove deprecated command 11 years ago
John Keeping eb8e7e1d9a repo-config: remove deprecated alias for "git config" 11 years ago
Stefan Saasen c5f424fd01 mergetools/diffmerge: support DiffMerge as a git mergetool 11 years ago
SZEDER Gábor ea95c7b8f5 completion: improve untracked directory filtering for filename completion 11 years ago
Brandon Casey 5d5812f492 git-completion.bash: use correct Bash/Zsh array length syntax 12 years ago
Brandon Casey e78095c3d0 git-completion.bash: replace zsh notation that breaks bash 3.X 12 years ago
Ramsay Jones f66450ae94 cygwin: Remove the Win32 l/stat() implementation 12 years ago
Eric Sunshine 226ad3482a builtin: add git-check-mailmap command 12 years ago
John Keeping 66fb37d0c6 completion: learn about --man-path 12 years ago
John Keeping 776009d1b2 completion: handle unstuck form of base git options 12 years ago
SZEDER Gábor 511ad15904 bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir() 12 years ago
Ramkumar Ramachandra c0add3073a completion: complete diff --word-diff 12 years ago
Ramkumar Ramachandra 5269f7f8c6 completion: show can take both revlist and paths 12 years ago
Ramkumar Ramachandra d8517cc667 completion: difftool takes both revs and files 12 years ago
Felipe Contreras e832f5c096 completion: avoid ls-remote in certain scenarios 12 years ago
Felipe Contreras 737044517f completion: regression fix for zsh 12 years ago
Paul Walmsley a7b102302a git-svn: added an --include-path flag 12 years ago
Felipe Contreras 734b2f0532 completion: synchronize zsh wrapper 12 years ago
Felipe Contreras 2bcf694b18 completion: cleanup zsh wrapper 12 years ago
Ramkumar Ramachandra 7e6a0cc47d git-completion.bash: add remote.pushdefault to config list 12 years ago
Ramkumar Ramachandra 72f7507710 git-completion.bash: add branch.*.pushremote to config list 12 years ago
Ramkumar Ramachandra a05490edbf git-completion.bash: complete branch.*.rebase as boolean 12 years ago
Ramkumar Ramachandra 2651baaea9 git-completion.bash: add diff.submodule to config list 12 years ago
Ramkumar Ramachandra de7c201a10 git-completion.bash: lexical sorting for diff.statGraphWidth 12 years ago
Felipe Contreras ea57352182 completion: add missing format-patch options 12 years ago
Felipe Contreras c29e317994 completion: remove __git_index_file_list_filter() 12 years ago
Felipe Contreras fbe451182e completion: add space after completed filename 12 years ago
Felipe Contreras 3ffa4df4b2 completion: add hack to enable file mode in bash < 4 12 years ago
Felipe Contreras fda54ef1aa completion: refactor __git_complete_index_file() 12 years ago
Felipe Contreras f825972c38 completion: refactor diff_index wrappers 12 years ago
Felipe Contreras 0afe8e9e98 completion: use __gitcompadd for __gitcomp_file 12 years ago
Felipe Contreras 9ab8d18322 completion; remove unuseful comments 12 years ago
Mårten Kongstad 7612e61e33 completion: remove duplicate block for "git commit -c" 12 years ago
Felipe Contreras ddc996d767 completion: small optimization 12 years ago
Felipe Contreras b4cfbc969c completion: inline __gitcomp_1 to its sole callsite 12 years ago
Felipe Contreras 7d13e0a3af completion: get rid of compgen 12 years ago
Felipe Contreras 1ce23aad34 completion: add new __gitcompadd helper 12 years ago