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-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
2018-04-02
commit-graph: create git-commit-graph builtin
Derrick Stolee
1
-0
/
+2
2018-03-28
Merge branch 'nd/parseopt-completion'
Junio C Hamano
1
-0
/
+4
2018-03-25
completion: use __gitcomp_builtin in _git_cherry
Nguyễn Thái Ngọc Duy
1
-0
/
+6
2018-03-25
completion: use __gitcomp_builtin in _git_ls_tree
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2018-03-25
completion: delete option-only completion commands
Nguyễn Thái Ngọc Duy
1
-15
/
+0
2018-03-25
completion: add --option completion for most builtin commands
Nguyễn Thái Ngọc Duy
1
-0
/
+28
2018-03-25
completion: factor out _git_xxx calling code
Nguyễn Thái Ngọc Duy
1
-4
/
+13
2018-03-25
completion: mention the oldest version we need to support
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2018-03-22
completion: clear cached --options when sourcing the completion script
SZEDER Gábor
1
-0
/
+4
2018-03-21
Merge branch 'tz/complete-tag-delete-tagname'
Junio C Hamano
1
-1
/
+1
2018-03-19
completion: complete tags with git tag --delete/--verify
Todd Zullinger
1
-1
/
+1
2018-03-15
Merge branch 'cl/send-email-reply-to'
Junio C Hamano
1
-1
/
+1
2018-03-14
Merge branch 'nd/parseopt-completion'
Junio C Hamano
1
-194
/
+112
2018-03-14
Merge branch 'nd/worktree-move'
Junio C Hamano
1
-1
/
+4
2018-03-07
completion: more subcommands in _git_notes()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-03-07
completion: complete --{reuse,reedit}-message= for all notes subcmds
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2018-03-07
completion: simplify _git_notes
Nguyễn Thái Ngọc Duy
1
-11
/
+3
2018-03-07
completion: don't set PARSE_OPT_NOCOMPLETE on --rerere-autoupdate
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-03-06
Merge branch 'nd/rebase-show-current-patch'
Junio C Hamano
1
-4
/
+4
2018-03-06
Merge branch 'ab/fetch-prune'
Junio C Hamano
1
-1
/
+1
2018-03-06
send-email: support separate Reply-To address
Christian Ludwig
1
-1
/
+1
2018-02-14
am: support --quit
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-02-12
rebase: introduce and use pseudo-ref REBASE_HEAD
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-02-12
rebase: add --show-current-patch
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-02-12
am: add --show-current-patch
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-02-12
worktree remove: new command
Nguyễn Thái Ngọc Duy
1
-1
/
+4
2018-02-12
worktree move: new command
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-02-09
fetch: add a --prune-tags option and fetch.pruneTags config
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-02-09
completion: use __gitcomp_builtin in _git_worktree
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2018-02-09
completion: use __gitcomp_builtin in _git_tag
Nguyễn Thái Ngọc Duy
1
-5
/
+1
2018-02-09
completion: use __gitcomp_builtin in _git_status
Nguyễn Thái Ngọc Duy
1
-5
/
+1
2018-02-09
completion: use __gitcomp_builtin in _git_show_branch
Nguyễn Thái Ngọc Duy
1
-6
/
+1
2018-02-09
completion: use __gitcomp_builtin in _git_rm
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-02-09
completion: use __gitcomp_builtin in _git_revert
Nguyễn Thái Ngọc Duy
1
-5
/
+5
2018-02-09
completion: use __gitcomp_builtin in _git_reset
Nguyễn Thái Ngọc Duy
1
-1
/
+1
[prev]
[next]