index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
completion
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-13
range-diff: make --dual-color the default mode
Johannes Schindelin
1
-1
/
+1
2018-08-13
completion: support `git range-diff`
Johannes Schindelin
1
-0
/
+14
2018-06-28
Merge branch 'nd/completion-negation'
Junio C Hamano
1
-24
/
+37
2018-06-25
Merge branch 'ls/complete-remote-update-names'
Junio C Hamano
1
-1
/
+1
2018-06-25
Merge branch 'nd/complete-config-vars'
Junio C Hamano
1
-333
/
+29
2018-06-13
Merge branch 'sg/completion-zsh-workaround'
Junio C Hamano
2
-2
/
+5
2018-06-12
completion: correct zsh detection when run from git-completion.zsh
SZEDER Gábor
2
-2
/
+5
2018-06-11
completion: collapse extra --no-.. options
Nguyễn Thái Ngọc Duy
1
-0
/
+23
2018-06-01
Merge branch 'nd/command-list'
Junio C Hamano
1
-132
/
+16
2018-06-01
completion: complete remote names too
Łukasz Stelmach
1
-1
/
+1
2018-05-30
Merge branch 'sg/complete-paths'
Junio C Hamano
2
-26
/
+200
2018-05-29
completion: complete general config vars in two steps
Nguyễn Thái Ngọc Duy
1
-2
/
+7
2018-05-29
completion: support case-insensitive config vars
Nguyễn Thái Ngọc Duy
1
-1
/
+9
2018-05-29
completion: keep other config var completion in camelCase
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2018-05-29
completion: drop the hard coded list of config vars
Nguyễn Thái Ngọc Duy
1
-326
/
+9
2018-05-29
Merge branch 'nd/command-list' into nd/complete-config-vars
Junio C Hamano
1
-132
/
+16
2018-05-29
parse-options: option to let --git-completion-helper show negative form
Nguyễn Thái Ngọc Duy
1
-24
/
+14
2018-05-23
Merge branch 'fg/completion-external'
Junio C Hamano
1
-2
/
+9
2018-05-23
Merge branch 'nd/completion-aliasfiletype-typofix'
Junio C Hamano
1
-1
/
+1
2018-05-23
Merge branch 'js/rebase-recreate-merge'
Junio C Hamano
1
-2
/
+2
2018-05-21
completion: allow to customize the completable command list
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-05-21
completion: add and use --list-cmds=alias
Nguyễn Thái Ngọc Duy
1
-60
/
+15
2018-05-21
completion: add and use --list-cmds=nohelpers
Nguyễn Thái Ngọc Duy
1
-16
/
+4
2018-05-21
completion: let git provide the completable command list
Nguyễn Thái Ngọc Duy
1
-91
/
+28
2018-05-21
help: use command-list.txt for the source of guides
Nguyễn Thái Ngọc Duy
1
-5
/
+10
2018-05-21
completion: implement and use --list-cmds=main,others
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-05-21
git.c: convert --list-* to --list-cmds=*
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-05-21
completion: don't return with error from __gitcomp_file_direct()
SZEDER Gábor
1
-2
/
+4
2018-05-08
Merge branch 'tg/demote-stash-save-in-completion'
Junio C Hamano
1
-2
/
+10
2018-05-08
Merge branch 'sg/completion-clear-cached'
Junio C Hamano
1
-1
/
+5
2018-05-08
Merge branch 'ds/commit-graph'
Junio C Hamano
1
-0
/
+2
2018-05-07
completion: load completion file for external subcommand
Florian Gamböck
1
-0
/
+10
2018-05-06
completion: fix misspelled config key aliasesfiletype
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-04-26
pull: accept --rebase=merges to recreate the branch topology
Johannes Schindelin
1
-1
/
+1
2018-04-26
rebase: introduce the --rebase-merges option
Johannes Schindelin
1
-1
/
+1
2018-04-25
Merge branch 'cb/bash-completion-ls-files-processing'
Junio C Hamano
1
-6
/
+1
2018-04-20
completion: make stash -p and alias for stash push -p
Thomas Gummerer
1
-0
/
+3
2018-04-20
completion: stop showing 'save' for stash by default
Thomas Gummerer
1
-2
/
+7
2018-04-18
completion: reduce overhead of clearing cached --options
SZEDER Gábor
1
-1
/
+5
2018-04-17
completion: fill COMPREPLY directly when completing paths
SZEDER Gábor
2
-4
/
+39
2018-04-17
completion: improve handling quoted paths in 'git ls-files's output
SZEDER Gábor
1
-2
/
+64
2018-04-17
completion: remove repeated dirnames with 'awk' during path completion
SZEDER Gábor
1
-2
/
+6
2018-04-17
completion: use 'awk' to strip trailing path components
SZEDER Gábor
1
-7
/
+4
2018-04-17
completion: let 'ls-files' and 'diff-index' filter matching paths
SZEDER Gábor
1
-5
/
+6
2018-04-17
completion: improve handling quoted paths on the command line
SZEDER Gábor
1
-4
/
+72
2018-04-17
completion: support completing non-ASCII pathnames
SZEDER Gábor
1
-2
/
+4
2018-04-17
completion: simplify prefix path component handling during path completion
SZEDER Gábor
1
-4
/
+3
2018-04-17
completion: move __git_complete_index_file() next to its helpers
SZEDER Gábor
1
-20
/
+19
2018-04-10
Merge branch 'nd/parseopt-completion-more'
Junio C Hamano
1
-19
/
+56
2018-04-10
completion: improve ls-files filter performance
Clemens Buchacher
1
-6
/
+1
[next]