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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-23
completion: extract completing ctags symbol names into helper function
SZEDER Gábor
1
-4
/
+29
2017-03-23
completion: put matching ctags symbol names directly into COMPREPLY
SZEDER Gábor
1
-3
/
+10
2017-03-23
completion: speed up branch and tag completion
SZEDER Gábor
1
-6
/
+19
2017-03-23
completion: fill COMPREPLY directly when completing fetch refspecs
SZEDER Gábor
1
-3
/
+3
2017-03-23
completion: fill COMPREPLY directly when completing refs
SZEDER Gábor
2
-14
/
+49
2017-03-23
completion: let 'for-each-ref' sort remote branches for 'checkout' DWIMery
SZEDER Gábor
1
-1
/
+2
2017-03-23
completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMery
SZEDER Gábor
1
-9
/
+3
2017-03-23
completion: let 'for-each-ref' strip the remote name from remote branches
SZEDER Gábor
1
-4
/
+3
2017-03-23
completion: let 'for-each-ref' and 'ls-remote' filter matching refs
SZEDER Gábor
1
-11
/
+30
2017-03-23
completion: don't disambiguate short refs
SZEDER Gábor
1
-3
/
+3
2017-03-23
completion: don't disambiguate tags and branches
SZEDER Gábor
1
-2
/
+2
2017-03-23
completion: support excluding full refs
SZEDER Gábor
1
-4
/
+4
2017-03-23
completion: support completing fully qualified non-fast-forward refspecs
SZEDER Gábor
1
-1
/
+20
2017-03-23
completion: support completing full refs after '--option=refs/<TAB>'
SZEDER Gábor
1
-7
/
+14
2017-03-23
completion: wrap __git_refs() for better option parsing
SZEDER Gábor
1
-35
/
+67
2017-02-13
completion: remove redundant __gitcomp_nl() options from _git_commit()
SZEDER Gábor
1
-1
/
+1
2017-02-13
completion: restore removed line continuating backslash
SZEDER Gábor
1
-1
/
+1
2017-02-03
completion: cache the path to the repository
SZEDER Gábor
1
-17
/
+29
2017-02-03
completion: extract repository discovery from __gitdir()
SZEDER Gábor
1
-16
/
+26
2017-02-03
completion: don't guard git executions with __gitdir()
SZEDER Gábor
1
-21
/
+11
2017-02-03
completion: consolidate silencing errors from git commands
SZEDER Gábor
1
-16
/
+12
2017-02-03
completion: don't use __gitdir() for git commands
SZEDER Gábor
1
-29
/
+31
2017-02-03
completion: respect 'git -C <path>'
SZEDER Gábor
1
-5
/
+14
2017-02-03
completion: fix completion after 'git -C <path>'
SZEDER Gábor
1
-4
/
+4
2017-02-03
completion: don't offer commands when 'git --opt' needs an argument
SZEDER Gábor
1
-0
/
+11
2017-02-03
completion: list short refs from a remote given as a URL
SZEDER Gábor
1
-3
/
+16
2017-02-03
completion: don't list 'HEAD' when trying refs completion outside of a repo
SZEDER Gábor
1
-2
/
+6
2017-02-03
completion: list refs from remote when remote's name matches a directory
SZEDER Gábor
1
-2
/
+18
2017-02-03
completion: respect 'git --git-dir=<path>' when listing remote refs
SZEDER Gábor
1
-5
/
+17
2017-02-03
completion: fix most spots not respecting 'git --git-dir=<path>'
SZEDER Gábor
1
-5
/
+7
2017-02-03
completion: ensure that the repository path given on the command line exists
SZEDER Gábor
1
-0
/
+1
2017-02-03
completion: improve __git_refs()'s in-code documentation
SZEDER Gábor
1
-3
/
+5
2017-02-03
Merge branch 'pl/complete-diff-submodule-diff'
Junio C Hamano
1
-1
/
+1
2017-02-02
Merge branch 'rs/absolute-pathdup'
Junio C Hamano
1
-0
/
+6
2017-01-31
Merge branch 'js/difftool-builtin'
Junio C Hamano
1
-0
/
+481
2017-01-31
Merge branch 'sb/retire-convert-objects-from-contrib'
Junio C Hamano
2
-358
/
+0
2017-01-30
Completion: Add support for --submodule=diff
Peter Law
1
-1
/
+1
2017-01-26
abspath: add absolute_pathdup()
René Scharfe
1
-0
/
+6
2017-01-19
contrib: remove git-convert-objects
Stefan Beller
2
-358
/
+0
2017-01-19
difftool: retire the scripted version
Johannes Schindelin
1
-0
/
+470
2017-01-18
Merge branch 'sb/remove-gitview'
Junio C Hamano
2
-1362
/
+0
2017-01-07
contrib: remove gitview
Stefan Beller
2
-1362
/
+0
2016-12-27
Merge branch 'ls/filter-process'
Junio C Hamano
1
-2
/
+6
2016-12-27
Merge branch 'cp/merge-continue'
Junio C Hamano
1
-1
/
+1
2016-12-19
Merge branch 'bb/unicode-9.0'
Junio C Hamano
3
-0
/
+56
2016-12-19
Merge branch 'nd/rebase-forget'
Junio C Hamano
1
-2
/
+2
2016-12-14
completion: add --continue option for merge
Chris Packham
1
-1
/
+1
2016-12-14
update_unicode.sh: remove the plane filter
Beat Bolli
1
-2
/
+1
2016-12-14
update_unicode.sh: automatically download newer definition files
Beat Bolli
1
-6
/
+2
2016-12-13
update_unicode.sh: pin the uniset repo to a known good commit
Beat Bolli
1
-1
/
+2
[next]