aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* wildmatch: remove unnecessary functionsNguyễn Thái Ngọc Duy2012-10-15
* Import wildmatch from rsyncNguyễn Thái Ngọc Duy2012-10-15
* ctype: support iscntrl, ispunct, isxdigit and isprintNguyễn Thái Ngọc Duy2012-10-15
* ctype: make sane_ctype[] const arrayNguyễn Thái Ngọc Duy2012-10-15
* attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy2012-10-15
* gitignore: make pattern parsing code a separate functionNguyễn Thái Ngọc Duy2012-10-15
* exclude: split pathname matching code into a separate functionNguyễn Thái Ngọc Duy2012-10-15
* exclude: fix a bug in prefix compare optimizationNguyễn Thái Ngọc Duy2012-10-15
* exclude: split basename matching code into a separate functionNguyễn Thái Ngọc Duy2012-10-15
* exclude: stricten a length check in EXC_FLAG_ENDSWITH caseNguyễn Thái Ngọc Duy2012-10-15
* Merge commit 'f9f6e2c' into nd/attr-match-optim-moreJunio C Hamano2012-10-05
|\
| * exclude: do strcmp as much as possible before fnmatchNguyễn Thái Ngọc Duy2012-06-07
| * dir.c: get rid of the wildcard symbol set in no_wildcard()Nguyễn Thái Ngọc Duy2012-06-07
| * Unindent excluded_from_list()Nguyễn Thái Ngọc Duy2012-05-29
* | attr: avoid searching for basename on every matchNguyễn Thái Ngọc Duy2012-10-05
* | attr: avoid strlen() on every matchNguyễn Thái Ngọc Duy2012-10-05
* | Git 1.7.11.7v1.7.11.7Junio C Hamano2012-09-14
* | Merge branch 'jk/maint-quiet-is-synonym-to-s-in-log' into maint-1.7.11Junio C Hamano2012-09-14
|\ \
| * | log: fix --quiet synonym for -sJeff King2012-08-28
* | | Merge branch 'jc/maint-ident-missing-human-name' into maint-1.7.11Junio C Hamano2012-09-14
|\ \ \
| * | | split_ident_line(): make best effort when parsing author/committer lineJunio C Hamano2012-08-31
| |/ /
* | | Merge branch 'rj/test-regex' into maint-1.7.11Junio C Hamano2012-09-14
|\ \ \
| * | | test-regex: Add a test to check for a bug in the regex routinesRamsay Jones2012-09-02
* | | | Merge branch 'da/gitk-reload-tag-contents' into maint-1.7.11Junio C Hamano2012-09-14
|\ \ \ \
| * | | | gitk: Rename 'tagcontents' to 'cached_tagcontent'David Aguilar2012-09-08
| * | | | gitk: Teach "Reread references" to reload tagsDavid Aguilar2012-09-08
| * | | | gitk: Avoid Meta1-F5Felipe Contreras2012-04-25
* | | | | Merge branch 'jc/maint-checkout-fileglob-doc' into maint-1.7.11Junio C Hamano2012-09-14
|\ \ \ \ \
| * | | | | gitcli: contrast wildcard given to shell and to gitJunio C Hamano2012-09-10
| * | | | | gitcli: formatting fixJunio C Hamano2012-09-10
| * | | | | Document file-glob for "git checkout -- '*.c'"Junio C Hamano2012-09-04
* | | | | | Merge branch 'jc/apply-binary-p0' into maint-1.7.11Junio C Hamano2012-09-12
|\ \ \ \ \ \
| * | | | | | apply: compute patch->def_name correctly under -p0Junio C Hamano2012-08-24
* | | | | | | Merge branch 'jc/dotdot-is-parent-directory' into maint-1.7.11Junio C Hamano2012-09-12
|\ \ \ \ \ \ \
| * | | | | | | specifying ranges: we did not mean to make ".." an empty setJunio C Hamano2012-08-23
* | | | | | | | Merge branch 'jc/maint-doc-checkout-b-always-takes-branch-name' into maint-1....Junio C Hamano2012-09-12
|\ \ \ \ \ \ \ \
| * | | | | | | | doc: "git checkout -b/-B/--orphan" always takes a branch nameJunio C Hamano2012-08-26
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/maint-http-half-auth-push' into maint-1.7.11Junio C Hamano2012-09-12
|\ \ \ \ \ \ \ \
| * | | | | | | | http: prompt for credentials on failed POSTJeff King2012-08-27
| * | | | | | | | http: factor out http error code handlingJeff King2012-08-27
| * | | | | | | | t: test http access to "half-auth" repositoriesJeff King2012-08-27
| * | | | | | | | t: test basic smart-http authenticationJeff King2012-08-27
| * | | | | | | | t/lib-httpd: recognize */smart/* repos as smart-httpJeff King2012-08-27
| * | | | | | | | t/lib-httpd: only route auth/dumb to dumb reposJeff King2012-08-27
| * | | | | | | | t5550: factor out http auth setupJeff King2012-08-27
| * | | | | | | | t5550: put auth-required repo in auth/dumbJeff King2012-08-27
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'kk/maint-for-each-ref-multi-sort' into maint-1.7.11Junio C Hamano2012-09-12
|\ \ \ \ \ \ \ \
| * | | | | | | | for-each-ref: Fix sort with multiple keysKacper Kornet2012-08-21
| * | | | | | | | t6300: test sort with multiple keysKacper Kornet2012-08-21
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Git 1.7.11.6v1.7.11.6Junio C Hamano2012-09-11