| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sp/complete-ext-alias' | Junio C Hamano | 2014-06-25 | 1 | -0/+10 |
|\ |
|
| * | completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliasessp/complete-ext-alias | Steffen Prohaska | 2014-06-13 | 1 | -0/+10 |
* | | completion: add missing options for git-mergejk/complete-merge-pull | John Keeping | 2014-05-27 | 1 | -1/+4 |
* | | completion: add a note that merge options are shared | John Keeping | 2014-05-27 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' | Junio C Hamano | 2014-05-19 | 1 | -17/+39 |
|\ |
|
| * | git-prompt.sh: don't assume the shell expands the value of PS1rh/prompt-pcmode-avoid-eval-on-refname | Richard Hansen | 2014-05-19 | 1 | -17/+39 |
* | | Merge branch 'fc/prompt-zsh-read-from-file' | Junio C Hamano | 2014-05-13 | 1 | -8/+8 |
|\ \ |
|
| * | | contrib: completion: fix 'eread()' namespacefc/prompt-zsh-read-from-file | Felipe Contreras | 2014-05-13 | 1 | -8/+8 |
* | | | Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' | Junio C Hamano | 2014-05-02 | 1 | -2/+32 |
|\ \ \
| | |/
| |/| |
|
| * | | git-prompt.sh: don't put unsanitized branch names in $PS1 | Richard Hansen | 2014-04-22 | 1 | -2/+32 |
* | | | Merge branch 'fc/complete-aliased-push' | Junio C Hamano | 2014-04-18 | 2 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | completion: fix completing args of aliased "push", "fetch", etc.fc/complete-aliased-push | Felipe Contreras | 2014-04-09 | 2 | -0/+2 |
* | | | prompt: fix missing file errors in zsh | Felipe Contreras | 2014-04-14 | 1 | -7/+14 |
|/ / |
|
* | | Merge branch 'ss/completion-rec-sub-fetch-push' | Junio C Hamano | 2014-03-14 | 1 | -1/+18 |
|\ \ |
|
| * | | completion: teach --recurse-submodules to fetch, pull and pushss/completion-rec-sub-fetch-push | Sup Yut Sum | 2014-02-11 | 1 | -1/+18 |
* | | | Merge branch 'jk/complete-merge-base' | Junio C Hamano | 2014-01-27 | 1 | -1/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | completion: handle --[no-]fork-point options to git-rebasejk/complete-merge-base | John Keeping | 2014-01-13 | 1 | -1/+1 |
| * | | completion: complete merge-base options | John Keeping | 2014-01-13 | 1 | -0/+6 |
* | | | Merge branch 'rr/completion-format-coverletter' | Junio C Hamano | 2014-01-13 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | completion: complete format.coverLetterrr/completion-format-coverletter | Ramkumar Ramachandra | 2014-01-07 | 1 | -0/+1 |
* | | | completion: fix remote.pushdefaultrr/completion-branch-config | Ramkumar Ramachandra | 2014-01-06 | 1 | -0/+1 |
* | | | completion: fix branch.autosetup(merge|rebase) | Ramkumar Ramachandra | 2014-01-06 | 1 | -0/+1 |
* | | | completion: introduce __gitcomp_nl_append () | Ramkumar Ramachandra | 2014-01-06 | 2 | -4/+26 |
* | | | zsh completion: find matching custom bash completion | Ramkumar Ramachandra | 2014-01-06 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'jn/scripts-updates' | Junio C Hamano | 2013-12-12 | 2 | -4/+0 |
|\ \ |
|
| * | | remove #!interpreter line from shell librariesjn/scripts-updates | Jonathan Nieder | 2013-11-26 | 2 | -4/+0 |
| |/ |
|
* | | peek-remote: remove deprecated alias of ls-remote | John Keeping | 2013-11-12 | 1 | -1/+0 |
* | | lost-found: remove deprecated command | John Keeping | 2013-11-12 | 1 | -1/+0 |
* | | tar-tree: remove deprecated command | John Keeping | 2013-11-12 | 1 | -1/+0 |
* | | repo-config: remove deprecated alias for "git config" | John Keeping | 2013-11-12 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'sg/prompt-svn-remote-fix' | Junio C Hamano | 2013-10-28 | 1 | -1/+1 |
|\ |
|
| * | bash prompt: don't use '+=' operator in show upstream code pathsg/prompt-svn-remote-fix | SZEDER Gábor | 2013-10-15 | 1 | -1/+1 |
* | | git-prompt.sh: optionally show upstream branch namejc/prompt-upstream | Julien Carsique | 2013-10-14 | 1 | -1/+6 |
* | | mergetools/diffmerge: support DiffMerge as a git mergetool | Stefan Saasen | 2013-10-13 | 1 | -1/+1 |
* | | completion: improve untracked directory filtering for filename completionsg/complete-untracked-filter | SZEDER Gábor | 2013-09-19 | 1 | -2/+2 |
|/ |
|
* | contrib/git-prompt.sh: handle missing 'printf -v' more gracefullybc/completion-for-bash-3.0 | Brandon Casey | 2013-08-22 | 1 | -1/+5 |
* | git-completion.bash: use correct Bash/Zsh array length syntax | Brandon Casey | 2013-08-21 | 1 | -1/+1 |
* | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat' | Junio C Hamano | 2013-08-02 | 1 | -1/+0 |
|\ |
|
| * | cygwin: Remove the Win32 l/stat() implementationrj/cygwin-clarify-use-of-cheating-lstat | Ramsay Jones | 2013-07-18 | 1 | -1/+0 |
* | | Merge branch 'bc/completion-for-bash-3.0' | Junio C Hamano | 2013-07-30 | 1 | -1/+1 |
|\ \ |
|
| * | | git-completion.bash: replace zsh notation that breaks bash 3.X | Brandon Casey | 2013-07-24 | 1 | -1/+1 |
* | | | Merge branch 'es/check-mailmap' | Junio C Hamano | 2013-07-22 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | builtin: add git-check-mailmap command | Eric Sunshine | 2013-07-13 | 1 | -0/+1 |
* | | | Merge branch 'jk/bash-completion' | Junio C Hamano | 2013-07-11 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | completion: learn about --man-path | John Keeping | 2013-06-30 | 1 | -0/+1 |
| * | | | completion: handle unstuck form of base git options | John Keeping | 2013-06-30 | 1 | -1/+2 |
| |/ / |
|
* | | | Merge branch 'ed/color-prompt' | Junio C Hamano | 2013-07-01 | 1 | -70/+41 |
|\ \ \ |
|
| * | | | git-prompt.sh: add missing information in comments | Eduardo R. D'Avila | 2013-06-26 | 1 | -11/+15 |
| * | | | git-prompt.sh: do not print duplicate clean color code | Eduardo R. D'Avila | 2013-06-26 | 1 | -1/+1 |
| * | | | git-prompt.sh: refactor colored prompt code | Eduardo R. D'Avila | 2013-06-26 | 1 | -59/+26 |
| |/ / |
|