aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'nd/wildmatch'Junio C Hamano2013-01-10
|\
| * wildmatch: replace variable 'special' with better named onesNguyễn Thái Ngọc Duy2013-01-01
| * compat/fnmatch: respect NO_FNMATCH* even on glibcNguyễn Thái Ngọc Duy2013-01-01
| * wildmatch: fix "**" special caseNguyễn Thái Ngọc Duy2013-01-01
| * t3070: Disable some failing fnmatch testsRamsay Jones2012-12-15
| * test-wildmatch: avoid Windows path manglingNguyễn Thái Ngọc Duy2012-11-20
| * Support "**" wildcard in .gitignore and .gitattributesNguyễn Thái Ngọc Duy2012-10-15
| * wildmatch: make /**/ match zero or more directoriesNguyễn Thái Ngọc Duy2012-10-15
| * wildmatch: adjust "**" behaviorNguyễn Thái Ngọc Duy2012-10-15
| * wildmatch: fix case-insensitive matchingNguyễn Thái Ngọc Duy2012-10-15
| * wildmatch: remove static variable force_lower_caseNguyễn Thái Ngọc Duy2012-10-15
| * wildmatch: make wildmatch's return value compatible with fnmatchNguyễn Thái Ngọc Duy2012-10-15
| * t3070: disable unreliable fnmatch testsNguyễn Thái Ngọc Duy2012-10-15
| * Integrate wildmatch to gitNguyễn Thái Ngọc Duy2012-10-15
| * wildmatch: follow Git's coding conventionNguyễn Thái Ngọc Duy2012-10-15
| * 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
* | Merge branch 'tb/test-shell-lint'Junio C Hamano2013-01-10
|\ \
| * | test: Add check-non-portable-shell.plTorsten Bögershausen2013-01-02
* | | Merge branch 'mz/pick-unborn'Junio C Hamano2013-01-10
|\ \ \
| * | | learn to pick/revert into unborn branchMartin von Zweigbergk2012-12-23
| * | | tests: move test_cmp_rev to test-lib-functionsMartin von Zweigbergk2012-12-22
* | | | Merge branch 'aw/rebase-am-failure-detection'Junio C Hamano2013-01-10
|\ \ \ \
| * | | | rebase: Handle cases where format-patch failsAndrew Wong2012-10-11
* | | | | Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit'Junio C Hamano2013-01-10
|\ \ \ \ \
| * | | | | merge --no-edit: do not credit people involved in the side branchJunio C Hamano2012-12-28
* | | | | | Update draft release notes to 1.8.2Junio C Hamano2013-01-09
* | | | | | Merge branch 'master' of git://github.com/git-l10n/git-poJunio C Hamano2013-01-09
|\ \ \ \ \ \
| * | | | | | l10n: de.po: address the user formallyRalf Thielow2013-01-07
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'nd/maint-branch-desc-doc'Junio C Hamano2013-01-09
|\ \ \ \ \ \
| * | | | | | format-patch: pick up branch description when no ref is specifiedNguyễn Thái Ngọc Duy2013-01-03
| * | | | | | format-patch: pick up correct branch name from symbolic refNguyễn Thái Ngọc Duy2013-01-03
| * | | | | | t4014: a few more tests on cover letter using branch descriptionNguyễn Thái Ngọc Duy2013-01-03
| * | | | | | branch: delete branch description if it's emptyNguyễn Thái Ngọc Duy2013-01-03
| * | | | | | config.txt: a few lines about branch.<name>.descriptionNguyễn Thái Ngọc Duy2013-01-01
* | | | | | | Merge branch 'jk/enable-test-lint-by-default'Junio C Hamano2013-01-09
|\ \ \ \ \ \ \
| * | | | | | | tests: turn on test-lint by defaultJeff King2013-01-03
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'ap/merge-stop-at-prepare-commit-msg-failure'Junio C Hamano2013-01-09
|\ \ \ \ \ \ \
| * | | | | | | merge: Honor prepare-commit-msg return codeAntoine Pelisse2013-01-03
* | | | | | | | Merge branch 'fc/remote-bzr'Junio C Hamano2013-01-09
|\ \ \ \ \ \ \ \
| * | | | | | | | remote-bzr: detect local repositoriesFelipe Contreras2013-01-02
| * | | | | | | | remote-bzr: add support for older versions of bzrFelipe Contreras2013-01-02
| * | | | | | | | remote-bzr: add support to push special modesFelipe Contreras2013-01-02
| * | | | | | | | remote-bzr: add support for fecthing special modesFelipe Contreras2013-01-02
| * | | | | | | | remote-bzr: add simple testsFelipe Contreras2013-01-02
| * | | | | | | | remote-bzr: update working tree upon pushingFelipe Contreras2012-12-13
| * | | | | | | | remote-bzr: add support for remote repositoriesFelipe Contreras2012-11-28
| * | | | | | | | remote-bzr: add support for pushingFelipe Contreras2012-11-28