summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'as/dir-c-cleanup'Junio C Hamano2013-01-107-62/+171
|\
| * dir.c: rename free_excludes() to clear_exclude_list()Adam Spiers2012-12-283-3/+7
| * dir.c: refactor is_path_excluded()Adam Spiers2012-12-282-9/+41
| * dir.c: refactor is_excluded()Adam Spiers2012-12-281-9/+29
| * dir.c: refactor is_excluded_from_list()Adam Spiers2012-12-281-9/+28
| * dir.c: rename excluded() to is_excluded()Adam Spiers2012-12-283-8/+8
| * dir.c: rename excluded_from_list() to is_excluded_from_list()Adam Spiers2012-12-283-10/+13
| * dir.c: rename path_excluded() to is_path_excluded()Adam Spiers2012-12-285-6/+6
| * dir.c: rename cryptic 'which' variable to more consistent nameAdam Spiers2012-12-282-7/+7
| * Improve documentation and comments regarding directory traversal APIAdam Spiers2012-12-283-6/+37
| * api-directory-listing.txt: update to match codeAdam Spiers2012-12-281-6/+6
* | Merge branch 'jk/config-uname'Junio C Hamano2013-01-102-542/+540
|\ \
| * | Makefile: hoist uname autodetection to config.mak.unameJeff King2013-01-032-542/+540
* | | Merge branch 'nd/wildmatch'Junio C Hamano2013-01-1013-9/+564
|\ \ \
| * | | wildmatch: replace variable 'special' with better named onesNguyễn Thái Ngọc Duy2013-01-011-9/+9
| * | | compat/fnmatch: respect NO_FNMATCH* even on glibcNguyễn Thái Ngọc Duy2013-01-011-1/+2
| * | | wildmatch: fix "**" special caseNguyễn Thái Ngọc Duy2013-01-012-2/+3
| * | | t3070: Disable some failing fnmatch testsRamsay Jones2012-12-151-3/+3
| * | | test-wildmatch: avoid Windows path manglingNguyễn Thái Ngọc Duy2012-11-202-5/+13
| * | | Support "**" wildcard in .gitignore and .gitattributesNguyễn Thái Ngọc Duy2012-10-154-1/+77
| * | | wildmatch: make /**/ match zero or more directoriesNguyễn Thái Ngọc Duy2012-10-152-1/+19
| * | | wildmatch: adjust "**" behaviorNguyễn Thái Ngọc Duy2012-10-153-8/+16
| * | | wildmatch: fix case-insensitive matchingNguyễn Thái Ngọc Duy2012-10-151-0/+2
| * | | wildmatch: remove static variable force_lower_caseNguyễn Thái Ngọc Duy2012-10-153-20/+8
| * | | wildmatch: make wildmatch's return value compatible with fnmatchNguyễn Thái Ngọc Duy2012-10-152-11/+14
| * | | t3070: disable unreliable fnmatch testsNguyễn Thái Ngọc Duy2012-10-151-43/+43
| * | | Integrate wildmatch to gitNguyễn Thái Ngọc Duy2012-10-156-166/+210
| * | | wildmatch: follow Git's coding conventionNguyễn Thái Ngọc Duy2012-10-151-146/+146
| * | | wildmatch: remove unnecessary functionsNguyễn Thái Ngọc Duy2012-10-152-156/+10
| * | | Import wildmatch from rsyncNguyễn Thái Ngọc Duy2012-10-153-0/+539
| * | | ctype: support iscntrl, ispunct, isxdigit and isprintNguyễn Thái Ngọc Duy2012-10-152-5/+21
| * | | ctype: make sane_ctype[] const arrayNguyễn Thái Ngọc Duy2012-10-152-2/+2
| | |/ | |/|
* | | Merge branch 'tb/test-shell-lint'Junio C Hamano2013-01-102-2/+33
|\ \ \
| * | | test: Add check-non-portable-shell.plTorsten Bögershausen2013-01-022-2/+33
* | | | Merge branch 'mz/pick-unborn'Junio C Hamano2013-01-1010-48/+44
|\ \ \ \
| * | | | learn to pick/revert into unborn branchMartin von Zweigbergk2012-12-233-8/+29
| * | | | tests: move test_cmp_rev to test-lib-functionsMartin von Zweigbergk2012-12-227-40/+15
* | | | | Merge branch 'aw/rebase-am-failure-detection'Junio C Hamano2013-01-101-6/+43
|\ \ \ \ \
| * | | | | rebase: Handle cases where format-patch failsAndrew Wong2012-10-111-6/+43
* | | | | | Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit'Junio C Hamano2013-01-103-8/+17
|\ \ \ \ \ \
| * | | | | | merge --no-edit: do not credit people involved in the side branchJunio C Hamano2012-12-283-8/+17
* | | | | | | Update draft release notes to 1.8.2Junio C Hamano2013-01-091-11/+53
* | | | | | | Merge branch 'master' of git://github.com/git-l10n/git-poJunio C Hamano2013-01-091-242/+242
|\ \ \ \ \ \ \
| * | | | | | | l10n: de.po: address the user formallyRalf Thielow2013-01-071-242/+242
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'nd/maint-branch-desc-doc'Junio C Hamano2013-01-094-14/+72
|\ \ \ \ \ \ \
| * | | | | | | format-patch: pick up branch description when no ref is specifiedNguyễn Thái Ngọc Duy2013-01-032-3/+23
| * | | | | | | format-patch: pick up correct branch name from symbolic refNguyễn Thái Ngọc Duy2013-01-032-12/+23
| * | | | | | | t4014: a few more tests on cover letter using branch descriptionNguyễn Thái Ngọc Duy2013-01-031-0/+21
| * | | | | | | branch: delete branch description if it's emptyNguyễn Thái Ngọc Duy2013-01-031-1/+1
| * | | | | | | config.txt: a few lines about branch.<name>.descriptionNguyễn Thái Ngọc Duy2013-01-011-0/+6