Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'as/dir-c-cleanup' | Junio C Hamano | 2013-01-10 | 7 | -62/+171 |
|\ | |||||
| * | dir.c: rename free_excludes() to clear_exclude_list() | Adam Spiers | 2012-12-28 | 3 | -3/+7 |
| * | dir.c: refactor is_path_excluded() | Adam Spiers | 2012-12-28 | 2 | -9/+41 |
| * | dir.c: refactor is_excluded() | Adam Spiers | 2012-12-28 | 1 | -9/+29 |
| * | dir.c: refactor is_excluded_from_list() | Adam Spiers | 2012-12-28 | 1 | -9/+28 |
| * | dir.c: rename excluded() to is_excluded() | Adam Spiers | 2012-12-28 | 3 | -8/+8 |
| * | dir.c: rename excluded_from_list() to is_excluded_from_list() | Adam Spiers | 2012-12-28 | 3 | -10/+13 |
| * | dir.c: rename path_excluded() to is_path_excluded() | Adam Spiers | 2012-12-28 | 5 | -6/+6 |
| * | dir.c: rename cryptic 'which' variable to more consistent name | Adam Spiers | 2012-12-28 | 2 | -7/+7 |
| * | Improve documentation and comments regarding directory traversal API | Adam Spiers | 2012-12-28 | 3 | -6/+37 |
| * | api-directory-listing.txt: update to match code | Adam Spiers | 2012-12-28 | 1 | -6/+6 |
* | | Merge branch 'jk/config-uname' | Junio C Hamano | 2013-01-10 | 2 | -542/+540 |
|\ \ | |||||
| * | | Makefile: hoist uname autodetection to config.mak.uname | Jeff King | 2013-01-03 | 2 | -542/+540 |
* | | | Merge branch 'nd/wildmatch' | Junio C Hamano | 2013-01-10 | 13 | -9/+564 |
|\ \ \ | |||||
| * | | | wildmatch: replace variable 'special' with better named ones | Nguyễn Thái Ngọc Duy | 2013-01-01 | 1 | -9/+9 |
| * | | | compat/fnmatch: respect NO_FNMATCH* even on glibc | Nguyễn Thái Ngọc Duy | 2013-01-01 | 1 | -1/+2 |
| * | | | wildmatch: fix "**" special case | Nguyễn Thái Ngọc Duy | 2013-01-01 | 2 | -2/+3 |
| * | | | t3070: Disable some failing fnmatch tests | Ramsay Jones | 2012-12-15 | 1 | -3/+3 |
| * | | | test-wildmatch: avoid Windows path mangling | Nguyễn Thái Ngọc Duy | 2012-11-20 | 2 | -5/+13 |
| * | | | Support "**" wildcard in .gitignore and .gitattributes | Nguyễn Thái Ngọc Duy | 2012-10-15 | 4 | -1/+77 |
| * | | | wildmatch: make /**/ match zero or more directories | Nguyễn Thái Ngọc Duy | 2012-10-15 | 2 | -1/+19 |
| * | | | wildmatch: adjust "**" behavior | Nguyễn Thái Ngọc Duy | 2012-10-15 | 3 | -8/+16 |
| * | | | wildmatch: fix case-insensitive matching | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -0/+2 |
| * | | | wildmatch: remove static variable force_lower_case | Nguyễn Thái Ngọc Duy | 2012-10-15 | 3 | -20/+8 |
| * | | | wildmatch: make wildmatch's return value compatible with fnmatch | Nguyễn Thái Ngọc Duy | 2012-10-15 | 2 | -11/+14 |
| * | | | t3070: disable unreliable fnmatch tests | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -43/+43 |
| * | | | Integrate wildmatch to git | Nguyễn Thái Ngọc Duy | 2012-10-15 | 6 | -166/+210 |
| * | | | wildmatch: follow Git's coding convention | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -146/+146 |
| * | | | wildmatch: remove unnecessary functions | Nguyễn Thái Ngọc Duy | 2012-10-15 | 2 | -156/+10 |
| * | | | Import wildmatch from rsync | Nguyễn Thái Ngọc Duy | 2012-10-15 | 3 | -0/+539 |
| * | | | ctype: support iscntrl, ispunct, isxdigit and isprint | Nguyễn Thái Ngọc Duy | 2012-10-15 | 2 | -5/+21 |
| * | | | ctype: make sane_ctype[] const array | Nguyễn Thái Ngọc Duy | 2012-10-15 | 2 | -2/+2 |
| | |/ | |/| | |||||
* | | | Merge branch 'tb/test-shell-lint' | Junio C Hamano | 2013-01-10 | 2 | -2/+33 |
|\ \ \ | |||||
| * | | | test: Add check-non-portable-shell.pl | Torsten Bögershausen | 2013-01-02 | 2 | -2/+33 |
* | | | | Merge branch 'mz/pick-unborn' | Junio C Hamano | 2013-01-10 | 10 | -48/+44 |
|\ \ \ \ | |||||
| * | | | | learn to pick/revert into unborn branch | Martin von Zweigbergk | 2012-12-23 | 3 | -8/+29 |
| * | | | | tests: move test_cmp_rev to test-lib-functions | Martin von Zweigbergk | 2012-12-22 | 7 | -40/+15 |
* | | | | | Merge branch 'aw/rebase-am-failure-detection' | Junio C Hamano | 2013-01-10 | 1 | -6/+43 |
|\ \ \ \ \ | |||||
| * | | | | | rebase: Handle cases where format-patch fails | Andrew Wong | 2012-10-11 | 1 | -6/+43 |
* | | | | | | Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit' | Junio C Hamano | 2013-01-10 | 3 | -8/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | merge --no-edit: do not credit people involved in the side branch | Junio C Hamano | 2012-12-28 | 3 | -8/+17 |
* | | | | | | | Update draft release notes to 1.8.2 | Junio C Hamano | 2013-01-09 | 1 | -11/+53 |
* | | | | | | | Merge branch 'master' of git://github.com/git-l10n/git-po | Junio C Hamano | 2013-01-09 | 1 | -242/+242 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | l10n: de.po: address the user formally | Ralf Thielow | 2013-01-07 | 1 | -242/+242 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'nd/maint-branch-desc-doc' | Junio C Hamano | 2013-01-09 | 4 | -14/+72 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | format-patch: pick up branch description when no ref is specified | Nguyễn Thái Ngọc Duy | 2013-01-03 | 2 | -3/+23 |
| * | | | | | | | format-patch: pick up correct branch name from symbolic ref | Nguyễn Thái Ngọc Duy | 2013-01-03 | 2 | -12/+23 |
| * | | | | | | | t4014: a few more tests on cover letter using branch description | Nguyễn Thái Ngọc Duy | 2013-01-03 | 1 | -0/+21 |
| * | | | | | | | branch: delete branch description if it's empty | Nguyễn Thái Ngọc Duy | 2013-01-03 | 1 | -1/+1 |
| * | | | | | | | config.txt: a few lines about branch.<name>.description | Nguyễn Thái Ngọc Duy | 2013-01-01 | 1 | -0/+6 |