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
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-11
Merge branch 'ab/drop-contrib-examples'
Junio C Hamano
27
-8137
/
+20
2018-04-10
Merge branch 'nd/parseopt-completion-more'
Junio C Hamano
1
-19
/
+56
2018-04-10
Merge branch 'jk/diff-highlight-graph-fix'
Junio C Hamano
2
-37
/
+129
2018-03-28
Merge branch 'nd/parseopt-completion'
Junio C Hamano
1
-0
/
+4
2018-03-26
Remove contrib/examples/*
Ævar Arnfjörð Bjarmason
27
-8137
/
+20
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-21
diff-highlight: detect --graph by indent
Jeff King
2
-15
/
+91
2018-03-21
diff-highlight: use flush() helper consistently
Jeff King
1
-4
/
+3
2018-03-21
diff-highlight: test graphs with --color
Jeff King
1
-0
/
+9
2018-03-21
diff-highlight: test interleaved parallel lines of history
Jeff King
1
-7
/
+15
2018-03-21
diff-highlight: prefer "echo" to "cat" in tests
Jeff King
1
-8
/
+4
2018-03-21
diff-highlight: use test_tick in graph test
Jeff King
1
-7
/
+11
2018-03-21
diff-highlight: correct test graph diagram
Jeff King
1
-2
/
+2
2018-03-19
completion: complete tags with git tag --delete/--verify
Todd Zullinger
1
-1
/
+1
2018-03-15
Merge branch 'ab/perl-fixes'
Junio C Hamano
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-14
Merge branch 'ab/pre-auto-gc-battery'
Junio C Hamano
1
-1
/
+1
2018-03-08
Merge branch 'sg/subtree-signed-commits'
Junio C Hamano
1
-6
/
+6
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 'bw/perl-timegm-timelocal-fix'
Junio C Hamano
1
-1
/
+1
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-1
/
+1
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-03-05
perl: move CPAN loader wrappers to another namespace
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-02-28
hooks/pre-auto-gc-battery: allow gc to run on non-laptops
Adam Borowski
1
-1
/
+1
2018-02-28
Merge branch 'nd/am-quit'
Junio C Hamano
1
-1
/
+1
2018-02-27
Merge branch 'rd/typofix'
Junio C Hamano
1
-1
/
+1
2018-02-23
perl: call timegm and timelocal with 4-digit year
Bernhard M. Wiedemann
1
-1
/
+1
2018-02-23
subtree: fix add and pull for GPG-signed commits
Stephen R Guglielmo
1
-6
/
+6
2018-02-15
Merge branch 'rs/cocci-strbuf-addf-to-addstr'
Junio C Hamano
1
-16
/
+1
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-1
/
+1
[next]