index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
diff-delta.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
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-15
Git 1.7.11.7
v1.7.11.7
Junio C Hamano
4
-3
/
+50
2012-09-11
Git 1.7.11.6
v1.7.11.6
Junio C Hamano
3
-35
/
+58
2012-09-11
Almost 1.7.11.6
Junio C Hamano
1
-1
/
+29
2012-09-10
gitcli: contrast wildcard given to shell and to git
Junio C Hamano
1
-0
/
+17
2012-09-10
gitcli: formatting fix
Junio C Hamano
1
-1
/
+1
2012-09-09
gitk: Rename 'tagcontents' to 'cached_tagcontent'
David Aguilar
1
-7
/
+7
2012-09-09
gitk: Teach "Reread references" to reload tags
David Aguilar
1
-1
/
+2
2012-09-04
Document file-glob for "git checkout -- '*.c'"
Junio C Hamano
1
-0
/
+12
2012-09-03
test-regex: Add a test to check for a bug in the regex routines
Ramsay Jones
4
-0
/
+27
2012-08-31
split_ident_line(): make best effort when parsing author/committer line
Junio C Hamano
2
-3
/
+20
2012-08-29
log: fix --quiet synonym for -s
Jeff King
2
-1
/
+13
2012-08-27
http: prompt for credentials on failed POST
Jeff King
2
-9
/
+16
2012-08-27
http: factor out http error code handling
Jeff King
2
-23
/
+29
2012-08-27
t: test http access to "half-auth" repositories
Jeff King
3
-0
/
+28
2012-08-27
t: test basic smart-http authentication
Jeff King
2
-0
/
+25
2012-08-27
t/lib-httpd: recognize */smart/* repos as smart-http
Jeff King
1
-9
/
+7
2012-08-27
t/lib-httpd: only route auth/dumb to dumb repos
Jeff King
1
-1
/
+1
2012-08-27
t5550: factor out http auth setup
Jeff King
3
-54
/
+55
2012-08-27
t5550: put auth-required repo in auth/dumb
Jeff King
1
-9
/
+9
2012-08-26
doc: "git checkout -b/-B/--orphan" always takes a branch name
Junio C Hamano
1
-3
/
+3
2012-08-25
apply: compute patch->def_name correctly under -p0
Junio C Hamano
2
-46
/
+76
2012-08-24
Prepare for 1.7.11.6
Junio C Hamano
2
-1
/
+35
2012-08-24
Make 'git submodule update --force' always check out submodules.
Stefan Zager
3
-2
/
+21
2012-08-24
mergetool: style fixes
Junio C Hamano
1
-273
/
+308
2012-08-24
Make the ciabot scripts completely self-configuring in the normal case.
Eric S. Raymond
4
-37
/
+72
2012-08-24
Improved documentation for the ciabot scripts.
Eric S. Raymond
2
-2
/
+50
2012-08-23
specifying ranges: we did not mean to make ".." an empty set
Junio C Hamano
5
-4
/
+56
2012-08-22
contrib/ciabot: Get ciabot configuration from git variables
Eric S. Raymond
2
-118
/
+156
2012-08-21
for-each-ref: Fix sort with multiple keys
Kacper Kornet
2
-2
/
+4
2012-08-21
t6300: test sort with multiple keys
Kacper Kornet
1
-0
/
+10
2012-08-19
git-config doc: unconfuse an example
Junio C Hamano
1
-1
/
+1
2012-08-18
git-config.txt: fix example
Michael Haggerty
1
-1
/
+1
2012-08-17
stash: invoke rerere in case of conflict
Phil Hord
2
-1
/
+2
[next]