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-03-24
Merge branch 'jk/grep-no-index-fix' into maint
Junio C Hamano
2
-27
/
+121
2017-03-24
Merge branch 'jn/remote-helpers-with-git-dir' into maint
Junio C Hamano
4
-3
/
+22
2017-03-24
Merge branch 'sb/submodule-config-parse-ignore-fix' into maint
Junio C Hamano
1
-1
/
+1
2017-03-24
Merge branch 'jk/push-deadlock-regression-fix' into maint
Junio C Hamano
2
-11
/
+40
2017-03-24
pack.h: define largest possible encoded object size
Jeff King
2
-2
/
+10
2017-03-24
encode_in_pack_object_header: respect output buffer length
Jeff King
5
-10
/
+16
2017-03-24
fast-import: use xsnprintf for formatting headers
Jeff King
1
-3
/
+1
2017-03-24
fast-import: use xsnprintf for writing sha1s
Jeff King
1
-1
/
+1
2017-03-24
mailmap: use Michael J Gruber's new address
Michael J Gruber
1
-1
/
+2
2017-03-24
tag: add tests for --with and --without
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2017-03-24
ref-filter: reflow recently changed branch/tag/for-each-ref docs
Ævar Arnfjörð Bjarmason
2
-10
/
+12
2017-03-24
ref-filter: add --no-contains option to tag/branch/for-each-ref
Ævar Arnfjörð Bjarmason
13
-25
/
+245
2017-03-24
tag: change --point-at to default to HEAD
Ævar Arnfjörð Bjarmason
3
-3
/
+12
2017-03-24
tag: implicitly supply --list given another list-like option
Ævar Arnfjörð Bjarmason
3
-17
/
+73
2017-03-24
tag: change misleading --list <pattern> documentation
Ævar Arnfjörð Bjarmason
2
-7
/
+33
2017-03-24
parse-options: add OPT_NONEG to the "contains" option
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2017-03-24
tag: add more incompatibles mode tests
Ævar Arnfjörð Bjarmason
1
-0
/
+16
2017-03-24
pager_in_use: use git_env_bool()
Jeff King
1
-3
/
+1
2017-03-24
name-hash: add test-lazy-init-name-hash to .gitignore
Ramsay Jones
1
-0
/
+1
2017-03-24
name-hash: add perf test for lazy_init_name_hash
Jeff Hostetler
1
-0
/
+19
2017-03-24
name-hash: add test-lazy-init-name-hash
Jeff Hostetler
3
-0
/
+266
2017-03-24
name-hash: perf improvement for lazy_init_name_hash
Jeff Hostetler
1
-7
/
+485
2017-03-24
log: if --decorate is not given, default to --decorate=auto
Alex Henrie
2
-2
/
+17
2017-03-24
t7004, t7030: fix here-doc syntax errors
Santiago Torres
2
-14
/
+10
2017-03-24
branch doc: update description for `--list`
Junio C Hamano
1
-2
/
+7
2017-03-23
branch doc: change `git branch <pattern>` to use `<branchname>`
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2017-03-23
tests: lint for run-away here-doc
Junio C Hamano
1
-3
/
+3
2017-03-23
completion: offer ctags symbol names for 'git log -S', '-G' and '-L:'
SZEDER Gábor
1
-0
/
+28
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
doc/config: grammar fixes for core.{editor,commentChar}
Kyle Meyer
1
-3
/
+3
2017-03-23
refs.c: use skip_prefix() in prettify_refname()
SZEDER Gábor
1
-5
/
+5
2017-03-23
Merge branch 'js/rebase-helper'
Junio C Hamano
1
-1
/
+1
2017-03-23
sequencer: fix missing newline
Brandon Williams
1
-1
/
+1
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
3
-14
/
+76
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
2
-11
/
+154
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
2
-4
/
+35
2017-03-23
completion: support completing fully qualified non-fast-forward refspecs
SZEDER Gábor
2
-1
/
+88
2017-03-23
completion: support completing full refs after '--option=refs/<TAB>'
SZEDER Gábor
2
-7
/
+45
2017-03-23
completion: wrap __git_refs() for better option parsing
SZEDER Gábor
2
-35
/
+173
2017-03-23
hashmap: document memihash_cont, hashmap_disallow_rehash api
Jeff Hostetler
1
-0
/
+22
2017-03-23
for-each-ref: partly change <object> to <commit> in help
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2017-03-23
tag tests: fix a typo in a test description
Ævar Arnfjörð Bjarmason
1
-1
/
+1
[prev]
[next]