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
2013-01-01
wildmatch: support "no FNM_PATHNAME" mode
Nguyễn Thái Ngọc Duy
5
-7
/
+42
2013-01-01
wildmatch: make dowild() take arbitrary flags
Nguyễn Thái Ngọc Duy
1
-7
/
+6
2013-01-01
wildmatch: rename constants and update prototype
Nguyễn Thái Ngọc Duy
4
-55
/
+62
2013-01-01
wildmatch: replace variable 'special' with better named ones
Nguyễn Thái Ngọc Duy
1
-9
/
+9
2013-01-01
compat/fnmatch: respect NO_FNMATCH* even on glibc
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2013-01-01
wildmatch: fix "**" special case
Nguyễn Thái Ngọc Duy
2
-2
/
+3
2012-12-15
t3070: Disable some failing fnmatch tests
Ramsay Jones
1
-3
/
+3
2012-11-20
test-wildmatch: avoid Windows path mangling
Nguyễn Thái Ngọc Duy
2
-5
/
+13
2012-10-15
Support "**" wildcard in .gitignore and .gitattributes
Nguyễn Thái Ngọc Duy
4
-1
/
+77
2012-10-15
wildmatch: make /**/ match zero or more directories
Nguyễn Thái Ngọc Duy
2
-1
/
+19
2012-10-15
wildmatch: adjust "**" behavior
Nguyễn Thái Ngọc Duy
3
-8
/
+16
2012-10-15
wildmatch: fix case-insensitive matching
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2012-10-15
wildmatch: remove static variable force_lower_case
Nguyễn Thái Ngọc Duy
3
-20
/
+8
2012-10-15
wildmatch: make wildmatch's return value compatible with fnmatch
Nguyễn Thái Ngọc Duy
2
-11
/
+14
2012-10-15
t3070: disable unreliable fnmatch tests
Nguyễn Thái Ngọc Duy
1
-43
/
+43
2012-10-15
Integrate wildmatch to git
Nguyễn Thái Ngọc Duy
6
-166
/
+210
2012-10-15
wildmatch: follow Git's coding convention
Nguyễn Thái Ngọc Duy
1
-146
/
+146
2012-10-15
wildmatch: remove unnecessary functions
Nguyễn Thái Ngọc Duy
2
-156
/
+10
2012-10-15
Import wildmatch from rsync
Nguyễn Thái Ngọc Duy
3
-0
/
+539
2012-10-15
ctype: support iscntrl, ispunct, isxdigit and isprint
Nguyễn Thái Ngọc Duy
2
-5
/
+21
2012-10-15
ctype: make sane_ctype[] const array
Nguyễn Thái Ngọc Duy
2
-2
/
+2
2012-10-15
attr: more matching optimizations from .gitignore
Nguyễn Thái Ngọc Duy
5
-32
/
+64
2012-10-15
gitignore: make pattern parsing code a separate function
Nguyễn Thái Ngọc Duy
2
-23
/
+50
2012-10-15
exclude: split pathname matching code into a separate function
Nguyễn Thái Ngọc Duy
1
-32
/
+53
2012-10-15
exclude: fix a bug in prefix compare optimization
Nguyễn Thái Ngọc Duy
2
-1
/
+7
2012-10-15
exclude: split basename matching code into a separate function
Nguyễn Thái Ngọc Duy
1
-13
/
+24
2012-10-15
exclude: stricten a length check in EXC_FLAG_ENDSWITH case
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2012-10-05
Merge commit 'f9f6e2c' into nd/attr-match-optim-more
Junio C Hamano
2
-67
/
+78
2012-10-05
attr: avoid searching for basename on every match
Nguyễn Thái Ngọc Duy
1
-6
/
+9
2012-10-05
attr: avoid strlen() on every match
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2012-09-14
Git 1.7.11.7
Junio C Hamano
4
-3
/
+50
2012-09-14
Merge branch 'jk/maint-quiet-is-synonym-to-s-in-log' into maint-1.7.11
Junio C Hamano
2
-1
/
+13
2012-09-14
Merge branch 'jc/maint-ident-missing-human-name' into maint-1.7.11
Junio C Hamano
2
-3
/
+20
2012-09-14
Merge branch 'rj/test-regex' into maint-1.7.11
Junio C Hamano
4
-0
/
+27
2012-09-14
Merge branch 'da/gitk-reload-tag-contents' into maint-1.7.11
Junio C Hamano
1
-8
/
+9
2012-09-14
Merge branch 'jc/maint-checkout-fileglob-doc' into maint-1.7.11
Junio C Hamano
2
-1
/
+30
2012-09-12
Merge branch 'jc/apply-binary-p0' into maint-1.7.11
Junio C Hamano
2
-46
/
+76
2012-09-12
Merge branch 'jc/dotdot-is-parent-directory' into maint-1.7.11
Junio C Hamano
5
-4
/
+56
2012-09-12
Merge branch 'jc/maint-doc-checkout-b-always-takes-branch-name' into maint-1....
Junio C Hamano
1
-3
/
+3
2012-09-12
Merge branch 'jk/maint-http-half-auth-push' into maint-1.7.11
Junio C Hamano
9
-106
/
+171
2012-09-12
Merge branch 'kk/maint-for-each-ref-multi-sort' into maint-1.7.11
Junio C Hamano
2
-1
/
+13
2012-09-11
Git 1.7.11.6
Junio C Hamano
3
-35
/
+58
2012-09-11
Merge branch 'jc/maint-mergetool-style-fix' into maint-1.7.11
Junio C Hamano
1
-273
/
+308
2012-09-11
Merge branch 'sz/submodule-force-update' into maint-1.7.11
Junio C Hamano
3
-2
/
+21
2012-09-11
Merge branch 'ph/stash-rerere' into maint-1.7.11
Junio C Hamano
2
-0
/
+39
2012-09-11
Merge branch 'jc/maint-sane-execvp-notdir' into maint-1.7.11
Junio C Hamano
1
-0
/
+2
2012-09-11
Merge branch 'jc/maint-config-exit-status' into maint-1.7.11
Junio C Hamano
3
-6
/
+11
2012-09-11
Merge branch 'mh/maint-config-doc-proxy-command' into maint-1.7.11
Junio C Hamano
1
-2
/
+2
2012-09-11
Merge branch 'hv/submodule-path-unmatch' into maint-1.7.11
Junio C Hamano
2
-7
/
+52
2012-09-11
Merge branch 'mz/empty-rebase-test' into maint-1.7.11
Junio C Hamano
1
-1
/
+17
[next]