Age | Commit message (Expand) | Author | Files | Lines |
2012-05-25 | Merge branch 'fc/git-complete-helper-fix' | Junio C Hamano | 1 | -5/+17 |
2012-05-20 | completion: add support for backwards compatibility | Felipe Contreras | 1 | -0/+12 |
2012-05-20 | completion: rename internal helpers _git and _gitk | Felipe Contreras | 1 | -5/+5 |
2012-05-17 | Merge branch 'fc/git-complete-helper' | Junio C Hamano | 1 | -37/+33 |
2012-05-14 | Merge branch 'fc/simplify-complete-revlist-file' | Junio C Hamano | 1 | -4/+2 |
2012-05-14 | completion: add new __git_complete helper | Felipe Contreras | 1 | -37/+33 |
2012-05-07 | completion: simplify __git_complete_revlist_file | Felipe Contreras | 1 | -4/+2 |
2012-04-21 | completion: fix completion after 'git --option <TAB>' | SZEDER Gábor | 1 | -1/+2 |
2012-04-21 | completion: avoid trailing space for --exec-path | Jonathan Nieder | 1 | -0/+1 |
2012-04-21 | completion: add missing general options | Felipe Contreras | 1 | -0/+2 |
2012-04-21 | completion: simplify by using $prev | Felipe Contreras | 1 | -2/+2 |
2012-04-21 | completion: simplify __gitcomp_1 | Felipe Contreras | 1 | -6/+6 |
2012-03-23 | Merge branch 'am/completion-zsh-fix' | Junio C Hamano | 1 | -1/+2 |
2012-03-21 | contrib/completion: "local var=()" is misinterpreted as func-decl by zsh | Alex Merry | 1 | -1/+2 |
2012-03-06 | Merge branch 'zj/diff-stat-dyncol' | Junio C Hamano | 1 | -0/+1 |
2012-03-01 | diff --stat: add config option to limit graph width | Zbigniew Jędrzejewski-Szmek | 1 | -0/+1 |
2012-02-28 | Merge branch 'pj/completion-remote-set-url-branches' | Junio C Hamano | 1 | -14/+18 |
2012-02-22 | Sync with 1.7.9.2 | Junio C Hamano | 1 | -16/+4 |
2012-02-22 | completion: normalize increment/decrement style | Philip Jägenstedt | 1 | -12/+10 |
2012-02-22 | completion: remote set-* <name> and <branch> | Philip Jägenstedt | 1 | -3/+9 |
2012-02-22 | completion: use tabs for indentation | Philip Jägenstedt | 1 | -4/+4 |
2012-02-22 | completion: remove stale "to submit patches" documentation | Philip Jägenstedt | 1 | -12/+0 |
2012-02-21 | Merge branch 'master' of git://bogomips.org/git-svn | Junio C Hamano | 1 | -1/+1 |
2012-02-21 | Merge branch 'fc/zsh-completion' into maint | Junio C Hamano | 1 | -56/+11 |
2012-02-21 | completion: add --interactive option to git svn dcommit | Frederic Heitzmann | 1 | -1/+1 |
2012-02-21 | completion: Allow dash as the first character for __git_ps1 | Christian Hammerl | 1 | -1/+1 |
2012-02-16 | Sync with maint | Junio C Hamano | 1 | -1/+1 |
2012-02-16 | completion: --list option for git-branch | Ralf Thielow | 1 | -1/+1 |
2012-02-16 | Merge branch 'rt/completion-branch-edit-desc' into maint | Junio C Hamano | 1 | -1/+1 |
2012-02-12 | Merge branch 'fc/zsh-completion' | Junio C Hamano | 1 | -56/+11 |
2012-02-07 | Merge branch 'rt/completion-branch-edit-desc' | Junio C Hamano | 1 | -1/+1 |
2012-02-06 | completion: simplify __gitcomp and __gitcomp_nl implementations | Felipe Contreras | 1 | -16/+3 |
2012-02-06 | completion: use ls -1 instead of rolling a loop to do that ourselves | Felipe Contreras | 1 | -37/+2 |
2012-02-06 | completion: work around zsh option propagation bug | Felipe Contreras | 1 | -3/+6 |
2012-02-06 | completion: --edit and --no-edit for git-merge | Adrian Weimann | 1 | -1/+1 |
2012-01-30 | completion: --edit and --no-edit for git-merge | Adrian Weimann | 1 | -1/+1 |
2012-01-29 | completion: --edit-description option for git-branch | Ralf Thielow | 1 | -1/+1 |
2012-01-26 | git-completion: workaround zsh COMPREPLY bug | Felipe Contreras | 1 | -0/+8 |
2011-12-21 | bash completion: use read -r everywhere | Thomas Rast | 1 | -6/+6 |
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 |