index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
completion
/
git-completion.bash
Age
Commit message (
Expand
)
Author
Lines
2021-06-02
contrib/completion: fix zsh completion regression from 59d85a2a05
David Aguilar
-1
/
+1
2021-05-16
Merge branch 'dd/mailinfo-quoted-cr'
Junio C Hamano
-0
/
+5
2021-05-10
am: learn to process quoted lines that ends with CRLF
Đoàn Trần Công Danh
-0
/
+5
2021-05-07
Merge branch 'si/zsh-complete-comment-fix'
Junio C Hamano
-2
/
+3
2021-05-07
Merge branch 'dl/complete-stash-updates'
Junio C Hamano
-47
/
+51
2021-05-07
Merge branch 'dl/complete-stash'
Junio C Hamano
-62
/
+60
2021-05-04
work around zsh comment in __git_complete_worktree_paths
Sardorbek Imomaliev
-2
/
+3
2021-04-30
Merge branch 'vs/completion-with-set-u'
Junio C Hamano
-1
/
+1
2021-04-27
git-completion.bash: consolidate cases in _git_stash()
Denton Liu
-19
/
+2
2021-04-27
git-completion.bash: use $__git_cmd_idx in more places
Denton Liu
-12
/
+14
2021-04-27
git-completion.bash: rename to $__git_cmd_idx
Denton Liu
-10
/
+10
2021-04-20
git-completion.bash: separate some commands onto their own line
Denton Liu
-9
/
+28
2021-04-16
completion: avoid aliased command lookup error in nounset mode
Ville Skyttä
-1
/
+1
2021-04-15
Merge branch 'ab/complete-cherry-pick-head'
Junio C Hamano
-1
/
+1
2021-04-13
Merge branch 'vs/completion-with-set-u'
Junio C Hamano
-3
/
+3
2021-04-08
completion: audit and guard $GIT_* against unset use
Ville Skyttä
-3
/
+3
2021-04-07
bash completion: complete CHERRY_PICK_HEAD
Ævar Arnfjörð Bjarmason
-1
/
+1
2021-03-24
git-completion.bash: use __gitcomp_builtin() in _git_stash()
Denton Liu
-22
/
+20
2021-03-24
git-completion.bash: extract from else in _git_stash()
Denton Liu
-36
/
+37
2021-03-24
git-completion.bash: pass $__git_subcommand_idx from __git_main()
Denton Liu
-12
/
+11
2021-03-22
Merge branch 'dl/stash-show-untracked'
Junio C Hamano
-1
/
+1
2021-03-05
stash show: teach --include-untracked and --only-untracked
Denton Liu
-1
/
+1
2021-02-12
Merge branch 'jk/complete-branch-force-delete'
Junio C Hamano
-2
/
+4
2021-02-03
completion: handle other variants of "branch -m"
Jeff King
-2
/
+4
2021-02-02
completion: treat "branch -D" the same way as "branch -d"
Jeff King
-1
/
+1
2021-01-04
completion: add proper public __git_complete
Felipe Contreras
-7
/
+33
2021-01-04
completion: bash: improve function detection
Felipe Contreras
-1
/
+1
2021-01-04
completion: bash: add __git_have_func helper
Felipe Contreras
-3
/
+7
2020-12-08
Merge branch 'fc/zsh-completion'
Junio C Hamano
-1
/
+1
2020-12-07
completion: bash: fix gitk alias regression
Felipe Contreras
-1
/
+1
2020-11-17
completion: bash: improve alias loop detection
Felipe Contreras
-4
/
+5
2020-11-09
completion: bash: check for alias loop
Felipe Contreras
-3
/
+8
2020-11-09
completion: bash: support recursive aliases
Felipe Contreras
-19
/
+31
2020-11-09
Merge branch 'fc/zsh-completion'
Junio C Hamano
-103
/
+10
2020-11-02
Merge branch 'dl/diff-merge-base'
Junio C Hamano
-9
/
+6
2020-10-28
completion: bash: remove old compat wrappers
Felipe Contreras
-12
/
+0
2020-10-28
completion: bash: cleanup cygwin check
Felipe Contreras
-2
/
+2
2020-10-28
completion: bash: trivial cleanup
Felipe Contreras
-7
/
+6
2020-10-28
completion: bash: remove zsh wrapper
Felipe Contreras
-90
/
+2
2020-10-28
completion: bash: synchronize zsh wrapper
Felipe Contreras
-0
/
+8
2020-10-27
Merge branch 'dl/checkout-guess'
Junio C Hamano
-9
/
+16
2020-10-26
completion: zsh: fix __gitcomp_direct()
Felipe Contreras
-1
/
+1
2020-10-08
checkout: learn to respect checkout.guess
Denton Liu
-9
/
+16
2020-10-07
git-completion.bash: stash-show: complete $__git_diff_common_options
Robert Karszniewicz
-1
/
+4
2020-10-07
git-completion.bash: __git_diff_common_options: add --[no-]patch
Robert Karszniewicz
-3
/
+2
2020-09-26
completion: complete refs after 'git restore -s'
Ákos Uzonyi
-0
/
+7
2020-09-26
completion: use "prev" variable instead of introducing "prevword"
Ákos Uzonyi
-34
/
+32
2020-09-21
contrib/completion: complete `git diff --merge-base`
Denton Liu
-1
/
+1
2020-09-17
contrib/completion: complete options that take refs for format-patch
Denton Liu
-0
/
+4
2020-09-17
contrib/completion: extract common diff/difftool options
Denton Liu
-9
/
+6
[next]