Age | Commit message (Expand) | Author | Files | Lines |
2013-08-21 | git-completion.bash: use correct Bash/Zsh array length syntax | Brandon Casey | 1 | -1/+1 |
2013-08-02 | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat' | Junio C Hamano | 1 | -1/+0 |
2013-07-30 | Merge branch 'bc/completion-for-bash-3.0' | Junio C Hamano | 1 | -1/+1 |
2013-07-24 | git-completion.bash: replace zsh notation that breaks bash 3.X | Brandon Casey | 1 | -1/+1 |
2013-07-22 | Merge branch 'es/check-mailmap' | Junio C Hamano | 1 | -0/+1 |
2013-07-18 | cygwin: Remove the Win32 l/stat() implementation | Ramsay Jones | 1 | -1/+0 |
2013-07-13 | builtin: add git-check-mailmap command | Eric Sunshine | 1 | -0/+1 |
2013-07-11 | Merge branch 'jk/bash-completion' | Junio C Hamano | 1 | -1/+3 |
2013-06-30 | completion: learn about --man-path | John Keeping | 1 | -0/+1 |
2013-06-30 | completion: handle unstuck form of base git options | John Keeping | 1 | -1/+2 |
2013-06-24 | bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir() | SZEDER Gábor | 1 | -2/+0 |
2013-06-21 | Sync with maint | Junio C Hamano | 1 | -1/+1 |
2013-06-21 | completion: complete diff --word-diff | Ramkumar Ramachandra | 1 | -1/+1 |
2013-06-14 | Merge branch 'rr/complete-difftool-fixup' | Junio C Hamano | 1 | -2/+2 |
2013-06-11 | Merge branch 'fc/completion-less-ls-remote' | Junio C Hamano | 1 | -8/+2 |
2013-06-09 | completion: show can take both revlist and paths | Ramkumar Ramachandra | 1 | -1/+1 |
2013-06-03 | completion: difftool takes both revs and files | Ramkumar Ramachandra | 1 | -1/+1 |
2013-06-02 | completion: avoid ls-remote in certain scenarios | Felipe Contreras | 1 | -8/+2 |
2013-06-02 | Merge branch 'fc/completion' | Junio C Hamano | 1 | -115/+30 |
2013-06-02 | Merge branch 'fc/zsh-leftover-bits' | Junio C Hamano | 1 | -15/+7 |
2013-05-21 | completion: regression fix for zsh | Felipe Contreras | 1 | -1/+1 |
2013-05-09 | git-svn: added an --include-path flag | Paul Walmsley | 1 | -1/+1 |
2013-05-08 | completion: synchronize zsh wrapper | Felipe Contreras | 1 | -2/+2 |
2013-05-08 | completion: cleanup zsh wrapper | Felipe Contreras | 1 | -13/+5 |
2013-04-29 | git-completion.bash: add remote.pushdefault to config list | Ramkumar Ramachandra | 1 | -0/+5 |
2013-04-29 | git-completion.bash: add branch.*.pushremote to config list | Ramkumar Ramachandra | 1 | -2/+2 |
2013-04-29 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+10 |
2013-04-29 | git-completion.bash: complete branch.*.rebase as boolean | Ramkumar Ramachandra | 1 | -0/+4 |
2013-04-29 | git-completion.bash: add diff.submodule to config list | Ramkumar Ramachandra | 1 | -0/+5 |
2013-04-29 | git-completion.bash: lexical sorting for diff.statGraphWidth | Ramkumar Ramachandra | 1 | -1/+1 |
2013-04-27 | completion: add missing format-patch options | Felipe Contreras | 1 | -1/+2 |
2013-04-27 | completion: remove __git_index_file_list_filter() | Felipe Contreras | 1 | -20/+8 |
2013-04-27 | completion: add space after completed filename | Felipe Contreras | 1 | -1/+1 |
2013-04-27 | completion: add hack to enable file mode in bash < 4 | Felipe Contreras | 1 | -36/+7 |
2013-04-27 | completion: refactor __git_complete_index_file() | Felipe Contreras | 1 | -6/+3 |
2013-04-27 | completion: refactor diff_index wrappers | Felipe Contreras | 1 | -55/+16 |
2013-04-27 | completion: use __gitcompadd for __gitcomp_file | Felipe Contreras | 1 | -1/+1 |
2013-04-27 | completion; remove unuseful comments | Felipe Contreras | 1 | -2/+0 |
2013-04-24 | Sync with maint | Junio C Hamano | 1 | -7/+0 |
2013-04-24 | completion: remove duplicate block for "git commit -c" | Mårten Kongstad | 1 | -7/+0 |
2013-04-14 | completion: small optimization | Felipe Contreras | 1 | -4/+4 |
2013-04-14 | completion: inline __gitcomp_1 to its sole callsite | Felipe Contreras | 1 | -15/+11 |
2013-04-14 | completion: get rid of compgen | Felipe Contreras | 1 | -5/+10 |
2013-04-14 | completion: add new __gitcompadd helper | Felipe Contreras | 1 | -5/+8 |
2013-04-12 | completion: get rid of empty COMPREPLY assignments | Felipe Contreras | 1 | -21/+0 |
2013-04-12 | completion: add more cherry-pick options | Felipe Contreras | 1 | -1/+6 |
2013-03-25 | Merge branch 'jl/submodule-deinit' | Junio C Hamano | 1 | -1/+1 |
2013-03-11 | Merge branch 'mp/complete-paths' | Junio C Hamano | 1 | -5/+11 |
2013-03-11 | git-completion.bash: zsh does not implement function redirection correctly | Matthieu Moy | 1 | -5/+11 |
2013-03-04 | submodule: add 'deinit' command | Jens Lehmann | 1 | -1/+1 |