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
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-01-30
Completion: Add support for --submodule=diff
Peter Law
1
-1
/
+1
2016-12-27
Merge branch 'cp/merge-continue'
Junio C Hamano
1
-1
/
+1
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-11
rebase: add --quit to cleanup rebase, leave everything else untouched
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-10-10
Merge branch 'cp/completion-negative-refs'
Junio C Hamano
1
-3
/
+4
2016-08-24
completion: support excluding refs
Chris Packham
1
-3
/
+4
2016-08-12
Merge branch 'vs/completion-branch-fully-spelled-d-m-r'
Junio C Hamano
1
-3
/
+3
2016-08-10
Merge branch 'jk/completion-diff-submodule'
Junio C Hamano
1
-0
/
+19
2016-08-10
Merge branch 'jt/format-patch-from-config'
Junio C Hamano
1
-0
/
+1
2016-08-10
Merge branch 'cp/completion-clone-recurse-submodules' into maint
Junio C Hamano
1
-0
/
+1
2016-08-09
completion: add completion for --submodule=* diff option
Jacob Keller
1
-0
/
+19
2016-08-09
completion: complete --delete, --move, and --remotes for git branch
Ville Skyttä
1
-3
/
+3
2016-08-08
Merge branch 'cp/completion-clone-recurse-submodules'
Junio C Hamano
1
-0
/
+1
2016-08-01
format-patch: format.from gives the default for --from
Josh Triplett
1
-0
/
+1
2016-07-28
Merge branch 'nd/worktree-lock'
Junio C Hamano
1
-1
/
+4
2016-07-27
completion: add option '--recurse-submodules' to 'git clone'
Chris Packham
1
-0
/
+1
2016-07-08
worktree: add "unlock" command
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-07-08
worktree: add "lock" command
Nguyễn Thái Ngọc Duy
1
-1
/
+4
2016-07-06
Merge branch 'nd/worktree-cleanup-post-head-protection'
Junio C Hamano
1
-0
/
+23
2016-07-06
Merge branch 'vs/prompt-avoid-unset-variable' into maint
Junio C Hamano
1
-3
/
+3
2016-06-27
Merge branch 'tb/complete-status'
Junio C Hamano
1
-1
/
+97
2016-06-27
Merge branch 'vs/prompt-avoid-unset-variable'
Junio C Hamano
1
-3
/
+3
[next]