index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
completion
Commit message (
Expand
)
Author
Age
*
Merge branch 'fc/git-prompt-script'
Junio C Hamano
2012-06-28
|
\
|
*
completion: respect $GIT_DIR
SZEDER Gábor
2012-06-19
|
*
completion: warn people about duplicated function
Junio C Hamano
2012-06-10
|
*
completion: split __git_ps1 into a separate script
Felipe Contreras
2012-05-22
|
*
completion: remove executable mode
Felipe Contreras
2012-05-22
*
|
Merge branch 'fc/git-complete-helper-fix'
Junio C Hamano
2012-06-13
|
\
\
|
*
|
completion: put main git and gitk completion functions back into git namespace
SZEDER Gábor
2012-06-13
*
|
|
completion: remove credential helpers from porcelain commands
SZEDER Gábor
2012-06-13
*
|
|
Merge branch 'fc/git-complete-helper-fix'
Junio C Hamano
2012-05-25
|
\
\
\
|
|
/
/
|
*
|
completion: add support for backwards compatibility
Felipe Contreras
2012-05-20
|
*
|
completion: rename internal helpers _git and _gitk
Felipe Contreras
2012-05-20
|
|
/
*
|
Merge branch 'fc/git-complete-helper'
Junio C Hamano
2012-05-17
|
\
\
|
|
/
|
*
completion: add new __git_complete helper
Felipe Contreras
2012-05-14
*
|
Merge branch 'fc/simplify-complete-revlist-file'
Junio C Hamano
2012-05-14
|
\
\
|
|
/
|
/
|
|
*
completion: simplify __git_complete_revlist_file
Felipe Contreras
2012-05-07
*
|
completion: fix completion after 'git --option <TAB>'
SZEDER Gábor
2012-04-21
*
|
completion: avoid trailing space for --exec-path
Jonathan Nieder
2012-04-21
*
|
completion: add missing general options
Felipe Contreras
2012-04-21
*
|
completion: simplify by using $prev
Felipe Contreras
2012-04-21
*
|
completion: simplify __gitcomp_1
Felipe Contreras
2012-04-21
|
/
*
Merge branch 'am/completion-zsh-fix'
Junio C Hamano
2012-03-23
|
\
|
*
contrib/completion: "local var=()" is misinterpreted as func-decl by zsh
Alex Merry
2012-03-21
*
|
Merge branch 'zj/diff-stat-dyncol'
Junio C Hamano
2012-03-06
|
\
\
|
*
|
diff --stat: add config option to limit graph width
Zbigniew Jędrzejewski-Szmek
2012-03-01
*
|
|
Merge branch 'pj/completion-remote-set-url-branches'
Junio C Hamano
2012-02-28
|
\
\
\
|
*
|
|
completion: normalize increment/decrement style
Philip Jägenstedt
2012-02-22
|
*
|
|
completion: remote set-* <name> and <branch>
Philip Jägenstedt
2012-02-22
*
|
|
|
Sync with 1.7.9.2
Junio C Hamano
2012-02-22
|
\
\
\
\
|
|
/
/
/
|
*
|
|
completion: use tabs for indentation
Philip Jägenstedt
2012-02-22
|
*
|
|
completion: remove stale "to submit patches" documentation
Philip Jägenstedt
2012-02-22
*
|
|
|
Merge branch 'master' of git://bogomips.org/git-svn
Junio C Hamano
2012-02-21
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
completion: add --interactive option to git svn dcommit
Frederic Heitzmann
2012-02-21
|
*
|
|
Sync with maint
Junio C Hamano
2012-02-16
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge branch 'fc/zsh-completion'
Junio C Hamano
2012-02-12
|
|
\
\
\
|
*
\
\
\
Merge branch 'rt/completion-branch-edit-desc'
Junio C Hamano
2012-02-07
|
|
\
\
\
\
|
*
|
|
|
|
completion: --edit and --no-edit for git-merge
Adrian Weimann
2012-01-30
*
|
|
|
|
|
Merge branch 'fc/zsh-completion' into maint
Junio C Hamano
2012-02-21
|
\
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
completion: simplify __gitcomp and __gitcomp_nl implementations
Felipe Contreras
2012-02-06
|
*
|
|
|
|
completion: use ls -1 instead of rolling a loop to do that ourselves
Felipe Contreras
2012-02-06
|
*
|
|
|
|
completion: work around zsh option propagation bug
Felipe Contreras
2012-02-06
|
|
/
/
/
/
*
|
|
|
|
completion: Allow dash as the first character for __git_ps1
Christian Hammerl
2012-02-21
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
completion: --list option for git-branch
Ralf Thielow
2012-02-16
*
|
|
|
Merge branch 'rt/completion-branch-edit-desc' into maint
Junio C Hamano
2012-02-16
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
|
*
|
completion: --edit-description option for git-branch
Ralf Thielow
2012-01-29
|
|
/
*
|
completion: --edit and --no-edit for git-merge
Adrian Weimann
2012-02-06
|
/
*
git-completion: workaround zsh COMPREPLY bug
Felipe Contreras
2012-01-26
*
bash completion: use read -r everywhere
Thomas Rast
2011-12-21
*
Merge branch 'sg/complete-refs'
Junio C Hamano
2011-12-09
|
\
|
*
completion: remove broken dead code from __git_heads() and __git_tags()
SZEDER Gábor
2011-10-21
|
*
completion: fast initial completion for config 'remote.*.fetch' value
SZEDER Gábor
2011-10-21
[next]