index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-6
/
+19
2017-02-03
completion: don't list 'HEAD' when trying refs completion outside of a repo
SZEDER Gábor
2
-3
/
+7
2017-02-03
completion: list refs from remote when remote's name matches a directory
SZEDER Gábor
2
-3
/
+28
2017-02-03
completion: respect 'git --git-dir=<path>' when listing remote refs
SZEDER Gábor
2
-7
/
+19
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
2
-0
/
+9
2017-02-03
completion tests: add tests for the __git_refs() helper function
SZEDER Gábor
1
-1
/
+264
2017-02-03
completion tests: check __gitdir()'s output in the error cases
SZEDER Gábor
1
-3
/
+5
2017-02-03
completion tests: consolidate getting path of current working directory
SZEDER Gábor
1
-23
/
+21
2017-02-03
completion tests: make the $cur variable local to the test helper functions
SZEDER Gábor
1
-2
/
+2
2017-02-03
completion tests: don't add test cruft to the test repository
SZEDER Gábor
1
-3
/
+3
2017-02-03
completion: improve __git_refs()'s in-code documentation
SZEDER Gábor
1
-3
/
+5
2017-02-03
Git 2.12-rc0
Junio C Hamano
2
-7
/
+30
2017-02-03
Merge branch 'cw/log-updates-for-all-refs-really'
Junio C Hamano
15
-30
/
+133
2017-02-03
Merge branch 'pl/complete-diff-submodule-diff'
Junio C Hamano
1
-1
/
+1
2017-02-03
Merge branch 'rs/object-id'
Junio C Hamano
7
-10
/
+10
2017-02-03
Merge branch 'js/re-running-failed-tests'
Junio C Hamano
1
-0
/
+6
2017-02-03
Merge branch 'sb/submodule-update-initial-runs-custom-script'
Junio C Hamano
2
-1
/
+16
2017-02-03
Merge branch 'sb/submodule-recursive-absorb'
Junio C Hamano
4
-41
/
+105
2017-02-03
Merge branch 'sb/unpack-trees-super-prefix'
Junio C Hamano
5
-676
/
+702
2017-02-02
Sync with v2.11.1
Junio C Hamano
1
-0
/
+3
2017-02-02
Ninth batch for 2.12; almost ready for -rc0
Junio C Hamano
1
-21
/
+50
2017-02-02
Merge branch 'nd/log-graph-configurable-colors'
Junio C Hamano
6
-5
/
+97
2017-02-02
Merge branch 'ep/commit-static-buf-cleanup'
Junio C Hamano
1
-17
/
+14
2017-02-02
Merge branch 'bc/use-asciidoctor-opt'
Junio C Hamano
5
-13
/
+88
2017-02-02
Merge branch 'sg/mailmap-self'
Junio C Hamano
1
-0
/
+1
2017-02-02
Merge branch 'js/mingw-hooks-with-exe-suffix'
Junio C Hamano
1
-1
/
+7
2017-02-02
Merge branch 'rs/receive-pack-cleanup'
Junio C Hamano
1
-2
/
+1
2017-02-02
Merge branch 'mm/reset-facl-before-umask-test'
Junio C Hamano
1
-0
/
+3
2017-02-02
Merge branch 'hv/mingw-help-is-executable'
Junio C Hamano
1
-3
/
+18
2017-02-02
Merge branch 'gv/mingw-p4-mapuser'
Junio C Hamano
1
-1
/
+1
2017-02-02
Merge branch 'rs/absolute-pathdup'
Junio C Hamano
6
-4
/
+18
2017-02-02
Merge branch 'js/unzip-in-usr-bin-workaround'
Junio C Hamano
1
-1
/
+3
2017-02-02
Merge branch 'cw/doc-sign-off'
Junio C Hamano
1
-7
/
+6
2017-02-02
Merge branch 'js/status-pre-rebase-i'
Junio C Hamano
2
-4
/
+29
2017-02-02
Merge branch 'js/retire-relink'
Junio C Hamano
5
-206
/
+0
2017-02-02
Merge branch 'sb/submodule-add-force'
Junio C Hamano
2
-2
/
+22
2017-02-02
Git 2.11.1
Junio C Hamano
1
-0
/
+3
2017-02-02
Merge branch 'ws/request-pull-code-cleanup' into maint
Junio C Hamano
1
-3
/
+0
2017-02-02
Merge branch 'jk/execv-dashed-external' into maint
Junio C Hamano
3
-21
/
+35
2017-02-02
document behavior of empty color name
Jeff King
1
-0
/
+3
2017-02-01
doc: add note about ignoring '--no-create-reflog'
Cornelius Weig
2
-0
/
+6
2017-01-31
color_parse_mem: allow empty color spec
Jeff King
4
-4
/
+25
2017-01-31
.mailmap: update Gábor Szeder's email address
SZEDER Gábor
1
-0
/
+1
2017-01-31
Sync with maint
Junio C Hamano
1
-0
/
+45
2017-01-31
Ready for 2.11.1
Junio C Hamano
1
-0
/
+45
2017-01-31
Merge branch 'sb/in-core-index-doc' into maint
Junio C Hamano
3
-22
/
+32
2017-01-31
Merge branch 'js/mingw-isatty' into maint
Junio C Hamano
1
-7
/
+4
2017-01-31
Merge branch 'jk/coding-guidelines-update' into maint
Junio C Hamano
1
-5
/
+32
[next]