Age | Commit message (Expand) | Author | Files | Lines |
2011-12-09 | Merge branch 'sg/complete-refs' | Junio C Hamano | 1 | -91/+110 |
2011-11-09 | Merge branch 'sn/complete-bash-wo-process-subst' | Junio C Hamano | 1 | -1/+1 |
2011-11-09 | completion: don't leak variable from the prompt into environment | SZEDER Gábor | 1 | -1/+1 |
2011-10-30 | Merge branch 'jk/git-tricks' | Junio C Hamano | 1 | -0/+13 |
2011-10-26 | completion: fix issue with process substitution not working on Git for Windows | Stefan Naewe | 1 | -1/+2 |
2011-10-21 | completion: remove broken dead code from __git_heads() and __git_tags() | SZEDER Gábor | 1 | -20/+2 |
2011-10-21 | completion: fast initial completion for config 'remote.*.fetch' value | SZEDER Gábor | 1 | -0/+4 |
2011-10-21 | completion: improve ls-remote output filtering in __git_refs_remotes() | SZEDER Gábor | 1 | -9/+4 |
2011-10-21 | completion: query only refs/heads/ in __git_refs_remotes() | SZEDER Gábor | 1 | -8/+5 |
2011-10-21 | completion: support full refs from remote repositories | SZEDER Gábor | 1 | -8/+21 |
2011-10-21 | completion: improve ls-remote output filtering in __git_refs() | SZEDER Gábor | 1 | -7/+7 |
2011-10-21 | completion: make refs completion consistent for local and remote repos | SZEDER Gábor | 1 | -4/+2 |
2011-10-21 | completion: optimize refs completion | SZEDER Gábor | 1 | -45/+70 |
2011-10-21 | completion: document __gitcomp() | SZEDER Gábor | 1 | -2/+7 |
2011-10-21 | completion: match ctags symbol names in grep patterns | Jeff King | 1 | -0/+13 |
2011-10-17 | Merge branch 'sg/completion' | Junio C Hamano | 1 | -18/+6 |
2011-10-17 | Merge branch 'tm/completion-push-set-upstream' | Junio C Hamano | 1 | -1/+1 |
2011-10-17 | Merge branch 'tm/completion-commit-fixup-squash' | Junio C Hamano | 1 | -7/+4 |
2011-10-10 | completion: unite --format and --pretty for 'log' and 'show' | SZEDER Gábor | 1 | -14/+4 |
2011-10-10 | completion: unite --reuse-message and --reedit-message for 'notes' | SZEDER Gábor | 1 | -4/+2 |
2011-10-06 | completion: push --set-upstream | Teemu Matilainen | 1 | -1/+1 |
2011-10-06 | completion: commit --fixup and --squash | Teemu Matilainen | 1 | -2/+3 |
2011-10-06 | completion: unite --reuse-message and --reedit-message handling | Teemu Matilainen | 1 | -6/+2 |
2011-08-17 | Merge branch 'js/ref-namespaces' | Junio C Hamano | 1 | -1/+2 |
2011-07-11 | ref namespaces: documentation | Josh Triplett | 1 | -1/+1 |
2011-07-06 | ref namespaces: infrastructure | Josh Triplett | 1 | -0/+1 |
2011-06-26 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2011-06-24 | Merge branch 'maint-1.7.4' into maint | Junio C Hamano | 1 | -1/+1 |
2011-06-24 | completion: replace core.abbrevguard to core.abbrev | Namhyung Kim | 1 | -1/+1 |
2011-05-30 | Merge branch 'mk/grep-pcre' | Junio C Hamano | 1 | -1/+2 |
2011-05-16 | Merge branch 'sg/completion-updates' | Junio C Hamano | 1 | -4/+16 |
2011-05-10 | Merge branch 'fc/completion-zsh' into sg/completion-updates | Junio C Hamano | 1 | -0/+8 |
2011-05-10 | Revert "completion: don't declare 'local words' to make zsh happy" | Junio C Hamano | 1 | -6/+2 |
2011-05-10 | git-completion: fix regression in zsh support | Felipe Contreras | 1 | -0/+8 |
2011-05-09 | git-grep: Learn PCRE | Michał Kiedrowicz | 1 | -0/+1 |
2011-05-08 | completion: move private shopt shim for zsh to __git_ namespace | Jonathan Nieder | 1 | -4/+8 |
2011-05-06 | Merge branch 'sg/completion-cleanup' | Junio C Hamano | 1 | -161/+60 |
2011-05-05 | contrib/completion: --line-number to git grep | Michał Kiedrowicz | 1 | -1/+1 |
2011-05-02 | Merge branch 'jk/notes-ui-updates' | Junio C Hamano | 1 | -1/+1 |
2011-04-28 | completion: don't declare 'local words' to make zsh happy | SZEDER Gábor | 1 | -2/+6 |
2011-04-28 | completion: remove unnecessary _get_comp_words_by_ref() invocations | SZEDER Gábor | 1 | -105/+11 |
2011-04-28 | completion: don't modify the $cur variable in completion functions | SZEDER Gábor | 1 | -57/+50 |
2011-04-27 | Automatically autoload bashcompinit for ZSH, when needed | Marius Storm-Olsen | 1 | -8/+8 |
2011-04-14 | contrib/completion: --notes, --no-notes | Michael J Gruber | 1 | -1/+1 |
2011-03-26 | Merge branch 'mg/rev-list-n-parents' | Junio C Hamano | 1 | -0/+2 |
2011-03-26 | Merge branch 'jp/completion-help-alias' | Junio C Hamano | 1 | -1/+1 |
2011-03-23 | rev-list --min-parents,--max-parents: doc, test and completion | Michael J Gruber | 1 | -0/+2 |
2011-03-22 | Merge branch 'sg/complete-symmetric-diff' | Junio C Hamano | 1 | -14/+17 |
2011-03-22 | git-completion: Add git help completion for aliases | Jakob Pfender | 1 | -1/+1 |
2011-03-19 | Merge branch 'ss/mergetool--lib' | Junio C Hamano | 1 | -1/+1 |