index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
dir.c: refactor is_path_excluded()
Adam Spiers
2012-12-28
*
dir.c: refactor is_excluded()
Adam Spiers
2012-12-28
*
dir.c: refactor is_excluded_from_list()
Adam Spiers
2012-12-28
*
dir.c: rename excluded() to is_excluded()
Adam Spiers
2012-12-28
*
dir.c: rename excluded_from_list() to is_excluded_from_list()
Adam Spiers
2012-12-28
*
dir.c: rename path_excluded() to is_path_excluded()
Adam Spiers
2012-12-28
*
dir.c: rename cryptic 'which' variable to more consistent name
Adam Spiers
2012-12-28
*
Improve documentation and comments regarding directory traversal API
Adam Spiers
2012-12-28
*
api-directory-listing.txt: update to match code
Adam Spiers
2012-12-28
*
attr: more matching optimizations from .gitignore
Nguyễn Thái Ngọc Duy
2012-10-15
*
gitignore: make pattern parsing code a separate function
Nguyễn Thái Ngọc Duy
2012-10-15
*
exclude: split pathname matching code into a separate function
Nguyễn Thái Ngọc Duy
2012-10-15
*
exclude: fix a bug in prefix compare optimization
Nguyễn Thái Ngọc Duy
2012-10-15
*
exclude: split basename matching code into a separate function
Nguyễn Thái Ngọc Duy
2012-10-15
*
exclude: stricten a length check in EXC_FLAG_ENDSWITH case
Nguyễn Thái Ngọc Duy
2012-10-15
*
Merge commit 'f9f6e2c' into nd/attr-match-optim-more
Junio C Hamano
2012-10-05
|
\
|
*
exclude: do strcmp as much as possible before fnmatch
Nguyễn Thái Ngọc Duy
2012-06-07
|
*
dir.c: get rid of the wildcard symbol set in no_wildcard()
Nguyễn Thái Ngọc Duy
2012-06-07
|
*
Unindent excluded_from_list()
Nguyễn Thái Ngọc Duy
2012-05-29
*
|
attr: avoid searching for basename on every match
Nguyễn Thái Ngọc Duy
2012-10-05
*
|
attr: avoid strlen() on every match
Nguyễn Thái Ngọc Duy
2012-10-05
*
|
Git 1.7.11.7
v1.7.11.7
Junio C Hamano
2012-09-14
*
|
Merge branch 'jk/maint-quiet-is-synonym-to-s-in-log' into maint-1.7.11
Junio C Hamano
2012-09-14
|
\
\
|
*
|
log: fix --quiet synonym for -s
Jeff King
2012-08-28
*
|
|
Merge branch 'jc/maint-ident-missing-human-name' into maint-1.7.11
Junio C Hamano
2012-09-14
|
\
\
\
|
*
|
|
split_ident_line(): make best effort when parsing author/committer line
Junio C Hamano
2012-08-31
|
|
/
/
*
|
|
Merge branch 'rj/test-regex' into maint-1.7.11
Junio C Hamano
2012-09-14
|
\
\
\
|
*
|
|
test-regex: Add a test to check for a bug in the regex routines
Ramsay Jones
2012-09-02
*
|
|
|
Merge branch 'da/gitk-reload-tag-contents' into maint-1.7.11
Junio C Hamano
2012-09-14
|
\
\
\
\
|
*
|
|
|
gitk: Rename 'tagcontents' to 'cached_tagcontent'
David Aguilar
2012-09-08
|
*
|
|
|
gitk: Teach "Reread references" to reload tags
David Aguilar
2012-09-08
|
*
|
|
|
gitk: Avoid Meta1-F5
Felipe Contreras
2012-04-25
*
|
|
|
|
Merge branch 'jc/maint-checkout-fileglob-doc' into maint-1.7.11
Junio C Hamano
2012-09-14
|
\
\
\
\
\
|
*
|
|
|
|
gitcli: contrast wildcard given to shell and to git
Junio C Hamano
2012-09-10
|
*
|
|
|
|
gitcli: formatting fix
Junio C Hamano
2012-09-10
|
*
|
|
|
|
Document file-glob for "git checkout -- '*.c'"
Junio C Hamano
2012-09-04
*
|
|
|
|
|
Merge branch 'jc/apply-binary-p0' into maint-1.7.11
Junio C Hamano
2012-09-12
|
\
\
\
\
\
\
|
*
|
|
|
|
|
apply: compute patch->def_name correctly under -p0
Junio C Hamano
2012-08-24
*
|
|
|
|
|
|
Merge branch 'jc/dotdot-is-parent-directory' into maint-1.7.11
Junio C Hamano
2012-09-12
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
specifying ranges: we did not mean to make ".." an empty set
Junio C Hamano
2012-08-23
*
|
|
|
|
|
|
|
Merge branch 'jc/maint-doc-checkout-b-always-takes-branch-name' into maint-1....
Junio C Hamano
2012-09-12
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
doc: "git checkout -b/-B/--orphan" always takes a branch name
Junio C Hamano
2012-08-26
|
|
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'jk/maint-http-half-auth-push' into maint-1.7.11
Junio C Hamano
2012-09-12
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
http: prompt for credentials on failed POST
Jeff King
2012-08-27
|
*
|
|
|
|
|
|
|
http: factor out http error code handling
Jeff King
2012-08-27
|
*
|
|
|
|
|
|
|
t: test http access to "half-auth" repositories
Jeff King
2012-08-27
|
*
|
|
|
|
|
|
|
t: test basic smart-http authentication
Jeff King
2012-08-27
|
*
|
|
|
|
|
|
|
t/lib-httpd: recognize */smart/* repos as smart-http
Jeff King
2012-08-27
|
*
|
|
|
|
|
|
|
t/lib-httpd: only route auth/dumb to dumb repos
Jeff King
2012-08-27
|
*
|
|
|
|
|
|
|
t5550: factor out http auth setup
Jeff King
2012-08-27
[next]