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
2015-06-29
rebase -i: do not leave a CHERRY_PICK_HEAD file behind
Johannes Schindelin
2
-2
/
+6
2015-06-29
t3404: demonstrate CHERRY_PICK_HEAD bug
Johannes Schindelin
1
-0
/
+21
2015-01-12
Git 2.2.2
Junio C Hamano
3
-2
/
+33
2015-01-12
Merge branch 'jk/read-packed-refs-without-path-max' into maint
Junio C Hamano
1
-21
/
+25
2015-01-12
Merge branch 'mg/add-ignore-errors' into maint
Junio C Hamano
2
-2
/
+8
2015-01-12
Merge branch 'mh/find-uniq-abbrev' into maint
Junio C Hamano
1
-1
/
+1
2015-01-12
Merge branch 'jk/approxidate-avoid-y-d-m-over-future-dates' into maint
Junio C Hamano
2
-9
/
+15
2015-01-12
Merge branch 'rw/apply-does-not-take-ignore-date' into maint
Junio C Hamano
1
-1
/
+0
2015-01-12
Merge branch 'jk/for-each-reflog-ent-reverse' into maint
Junio C Hamano
2
-12
/
+67
2015-01-07
Merge branch 'maint-2.1' into maint
Junio C Hamano
2
-12
/
+35
2015-01-07
Merge branch 'maint-2.0' into maint-2.1
Junio C Hamano
2
-12
/
+35
2015-01-07
Merge branch 'maint-1.9' into maint-2.0
Junio C Hamano
2
-12
/
+35
2015-01-07
Merge branch 'maint-1.8.5' into maint-1.9
Junio C Hamano
2
-12
/
+35
2015-01-07
Merge branch 'jk/dotgit-case-maint-1.8.5' into maint-1.8.5
Junio C Hamano
2
-12
/
+35
2014-12-29
is_hfs_dotgit: loosen over-eager match of \u{..47}
Jeff King
2
-12
/
+35
2014-12-22
Prepare for 2.2.2
Junio C Hamano
2
-1
/
+34
2014-12-22
Merge branch 'jk/rebuild-perl-scripts-with-no-perl-seting-change' into maint
Junio C Hamano
1
-4
/
+10
2014-12-22
Merge branch 'jk/no-perl-tests' into maint
Junio C Hamano
3
-4
/
+4
2014-12-22
Merge branch 'po/everyday-doc' into maint
Junio C Hamano
1
-1
/
+1
2014-12-22
Merge branch 'jk/push-simple' into maint
Junio C Hamano
2
-6
/
+34
2014-12-22
Merge branch 'mh/config-flip-xbit-back-after-checking' into maint
Junio C Hamano
2
-1
/
+9
2014-12-22
Merge branch 'jk/gitweb-with-newer-cgi-multi-param' into maint
Junio C Hamano
1
-1
/
+5
2014-12-22
Merge branch 'rs/receive-pack-use-labs' into maint
Junio C Hamano
1
-1
/
+1
2014-12-22
Merge branch 'rs/maint-config-use-labs' into maint
Junio C Hamano
1
-2
/
+2
2014-12-22
Merge branch 'js/windows-open-eisdir-error' into maint
Junio C Hamano
1
-1
/
+1
2014-12-22
Merge branch 'jk/colors-fix' into maint
Junio C Hamano
3
-14
/
+25
2014-12-22
Merge branch 'jk/checkout-from-tree' into maint
Junio C Hamano
2
-0
/
+35
2014-12-22
clean: typofix
Alexander Kuleshov
1
-1
/
+1
2014-12-17
Git 2.2.1
Junio C Hamano
4
-3
/
+38
2014-12-17
Sync with v2.1.4
Junio C Hamano
19
-42
/
+406
2014-12-17
Git 2.1.4
Junio C Hamano
4
-3
/
+38
2014-12-17
Sync with v2.0.5
Junio C Hamano
18
-41
/
+370
2014-12-17
Git 2.0.5
Junio C Hamano
4
-3
/
+38
2014-12-17
Sync with v1.9.5
Junio C Hamano
17
-40
/
+334
2014-12-17
Git 1.9.5
Junio C Hamano
4
-3
/
+38
2014-12-17
Sync with v1.8.5.6
Junio C Hamano
16
-39
/
+297
2014-12-17
Git 1.8.5.6
Junio C Hamano
4
-3
/
+38
2014-12-17
Merge branch 'dotgit-case-maint-1.8.5' into maint-1.8.5
Junio C Hamano
14
-38
/
+261
2014-12-17
fsck: complain about NTFS ".git" aliases in trees
Johannes Schindelin
2
-3
/
+9
2014-12-17
read-cache: optionally disallow NTFS .git variants
Johannes Schindelin
7
-0
/
+34
2014-12-17
path: add is_ntfs_dotgit() helper
Johannes Schindelin
2
-0
/
+34
2014-12-17
fsck: complain about HFS+ ".git" aliases in trees
Jeff King
2
-4
/
+7
2014-12-17
read-cache: optionally disallow HFS+ .git variants
Jeff King
8
-5
/
+45
2014-12-17
utf8: add is_hfs_dotgit() helper
Jeff King
2
-0
/
+72
2014-12-17
fsck: notice .git case-insensitively
Jeff King
2
-1
/
+2
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
2
-2
/
+4
2014-12-17
read-tree: add tests for confusing paths like ".." and ".git"
Jeff King
1
-0
/
+32
2014-12-17
unpack-trees: propagate errors adding entries to the index
Jeff King
1
-4
/
+6
2014-12-10
read_packed_refs: use skip_prefix instead of static array
Jeff King
1
-3
/
+2
[next]