summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | Merge branch 'jk/enable-test-lint-by-default'Junio C Hamano2013-01-091-0/+1
|\ \ \ \ \ \ \
| * | | | | | | tests: turn on test-lint by defaultJeff King2013-01-031-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'ap/merge-stop-at-prepare-commit-msg-failure'Junio C Hamano2013-01-092-2/+17
|\ \ \ \ \ \ \
| * | | | | | | merge: Honor prepare-commit-msg return codeAntoine Pelisse2013-01-032-2/+17
* | | | | | | | Merge branch 'fc/remote-bzr'Junio C Hamano2013-01-092-0/+868
|\ \ \ \ \ \ \ \
| * | | | | | | | remote-bzr: detect local repositoriesFelipe Contreras2013-01-021-20/+28
| * | | | | | | | remote-bzr: add support for older versions of bzrFelipe Contreras2013-01-021-5/+9
| * | | | | | | | remote-bzr: add support to push special modesFelipe Contreras2013-01-021-17/+43
| * | | | | | | | remote-bzr: add support for fecthing special modesFelipe Contreras2013-01-022-11/+59
| * | | | | | | | remote-bzr: add simple testsFelipe Contreras2013-01-021-0/+111
| * | | | | | | | remote-bzr: update working tree upon pushingFelipe Contreras2012-12-131-0/+2
| * | | | | | | | remote-bzr: add support for remote repositoriesFelipe Contreras2012-11-281-2/+24
| * | | | | | | | remote-bzr: add support for pushingFelipe Contreras2012-11-281-0/+295