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
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-29
t5520: test work tree fast-forward when fetch updates head
Paul Tan
1
-0
/
+21
2015-05-29
t5520: test for failure if index has unresolved entries
Paul Tan
1
-0
/
+19
2015-05-18
t5520: test no merge candidates cases
Paul Tan
1
-0
/
+55
2015-05-18
t5520: prevent field splitting in content comparisons
Paul Tan
1
-35
/
+35
2015-04-29
merge: deprecate 'git merge <message> HEAD <commit>' syntax
Junio C Hamano
4
-6
/
+6
2015-04-29
merge: handle FETCH_HEAD internally
Junio C Hamano
1
-5
/
+5
2015-04-29
t5520: test pulling an octopus into an unborn branch
Junio C Hamano
1
-0
/
+9
2015-04-29
t5520: style fixes
Junio C Hamano
1
-16
/
+6
2015-04-29
merge: test the top-level merge driver
Junio C Hamano
1
-0
/
+136
2015-01-12
Merge branch 'mg/add-ignore-errors' into maint
Junio C Hamano
1
-1
/
+7
2015-01-12
Merge branch 'jk/approxidate-avoid-y-d-m-over-future-dates' into maint
Junio C Hamano
1
-0
/
+3
2015-01-12
Merge branch 'jk/for-each-reflog-ent-reverse' into maint
Junio C Hamano
1
-0
/
+30
2015-01-07
Merge branch 'maint-2.1' into maint
Junio C Hamano
1
-0
/
+15
2015-01-07
Merge branch 'maint-2.0' into maint-2.1
Junio C Hamano
1
-0
/
+15
2015-01-07
Merge branch 'maint-1.9' into maint-2.0
Junio C Hamano
1
-0
/
+15
2015-01-07
Merge branch 'maint-1.8.5' into maint-1.9
Junio C Hamano
1
-0
/
+15
2015-01-07
Merge branch 'jk/dotgit-case-maint-1.8.5' into maint-1.8.5
Junio C Hamano
1
-0
/
+15
2014-12-29
is_hfs_dotgit: loosen over-eager match of \u{..47}
Jeff King
1
-0
/
+15
2014-12-22
Merge branch 'jk/no-perl-tests' into maint
Junio C Hamano
3
-4
/
+4
2014-12-22
Merge branch 'jk/push-simple' into maint
Junio C Hamano
1
-2
/
+30
2014-12-22
Merge branch 'mh/config-flip-xbit-back-after-checking' into maint
Junio C Hamano
1
-0
/
+7
2014-12-22
Merge branch 'jk/colors-fix' into maint
Junio C Hamano
1
-0
/
+8
2014-12-22
Merge branch 'jk/checkout-from-tree' into maint
Junio C Hamano
1
-0
/
+17
2014-12-17
Sync with v2.1.4
Junio C Hamano
3
-31
/
+102
2014-12-17
Sync with v2.0.5
Junio C Hamano
3
-31
/
+102
2014-12-17
Sync with v1.9.5
Junio C Hamano
3
-31
/
+102
2014-12-17
Sync with v1.8.5.6
Junio C Hamano
3
-31
/
+102
2014-12-17
Merge branch 'dotgit-case-maint-1.8.5' into maint-1.8.5
Junio C Hamano
3
-31
/
+102
2014-12-17
fsck: complain about NTFS ".git" aliases in trees
Johannes Schindelin
1
-2
/
+7
2014-12-17
read-cache: optionally disallow NTFS .git variants
Johannes Schindelin
1
-0
/
+13
2014-12-17
fsck: complain about HFS+ ".git" aliases in trees
Jeff King
1
-3
/
+5
2014-12-17
read-cache: optionally disallow HFS+ .git variants
Jeff King
2
-5
/
+25
2014-12-17
fsck: notice .git case-insensitively
Jeff King
1
-0
/
+1
2014-12-17
t1450: refactor ".", "..", and ".git" fsck tests
Jeff King
1
-30
/
+27
2014-12-17
verify_dotfile(): reject .git case-insensitively
Jeff King
1
-0
/
+1
2014-12-17
read-tree: add tests for confusing paths like ".." and ".git"
Jeff King
1
-0
/
+32
2014-12-05
for_each_reflog_ent_reverse: fix newlines on block boundaries
Jeff King
1
-0
/
+30
2014-11-30
push: truly use "simple" as default, not "upstream"
Jeff King
1
-2
/
+30
2014-11-21
add: ignore only ignored files
Michael J Gruber
1
-1
/
+7
2014-11-20
t4026: test "normal" color
Jeff King
1
-0
/
+8
2014-11-19
Merge branch 'tb/no-relative-file-url'
Junio C Hamano
1
-1
/
+1
2014-11-18
Merge branch 'da/difftool'
Junio C Hamano
1
-0
/
+5
2014-11-18
t960[34]: mark cvsimport tests as requiring perl
Jeff King
2
-3
/
+3
2014-11-18
t0090: mark add-interactive test with PERL prerequisite
Jeff King
1
-1
/
+1
2014-11-18
create_default_files(): don't set u+x bit on $GIT_DIR/config
Michael Haggerty
1
-0
/
+7
2014-11-14
difftool: honor --trust-exit-code for builtin tools
David Aguilar
1
-0
/
+5
2014-11-13
approxidate: allow ISO-like dates far in the future
Jeff King
1
-0
/
+3
2014-11-13
checkout $tree: do not throw away unchanged index entries
Jeff King
1
-0
/
+17
2014-11-13
t5705: the file:// URL should be absolute
Torsten Bögershausen
1
-1
/
+1
2014-11-12
Merge branch 'jk/fetch-reflog-df-conflict'
Junio C Hamano
1
-18
/
+18
[next]