summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/wildmatch'Junio C Hamano2013-01-103-0/+250
|\
| * wildmatch: fix "**" special caseNguyễn Thái Ngọc Duy2013-01-011-1/+1
| * t3070: Disable some failing fnmatch testsRamsay Jones2012-12-151-3/+3
| * test-wildmatch: avoid Windows path manglingNguyễn Thái Ngọc Duy2012-11-201-5/+5
| * Support "**" wildcard in .gitignore and .gitattributesNguyễn Thái Ngọc Duy2012-10-152-0/+55
| * wildmatch: make /**/ match zero or more directoriesNguyễn Thái Ngọc Duy2012-10-151-1/+7
| * wildmatch: adjust "**" behaviorNguyễn Thái Ngọc Duy2012-10-151-2/+3
| * 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-152-165/+188
| * Import wildmatch from rsyncNguyễn Thái Ngọc Duy2012-10-151-0/+165
* | 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-109-40/+32
|\ \ \
| * | | learn to pick/revert into unborn branchMartin von Zweigbergk2012-12-232-0/+17
| * | | tests: move test_cmp_rev to test-lib-functionsMartin von Zweigbergk2012-12-227-40/+15
| |/ /
* | | Merge branch 'nd/maint-branch-desc-doc'Junio C Hamano2013-01-091-0/+42
|\ \ \
| * | | format-patch: pick up branch description when no ref is specifiedNguyễn Thái Ngọc Duy2013-01-031-0/+7
| * | | format-patch: pick up correct branch name from symbolic refNguyễn Thái Ngọc Duy2013-01-031-0/+14
| * | | t4014: a few more tests on cover letter using branch descriptionNguyễn Thái Ngọc Duy2013-01-031-0/+21
* | | | 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-091-0/+14
|\ \ \ \
| * | | | merge: Honor prepare-commit-msg return codeAntoine Pelisse2013-01-031-0/+14
* | | | | Merge branch 'maint'Junio C Hamano2013-01-081-2/+4
|\ \ \ \ \
| * | | | | t1402: work around shell quoting issue on NetBSDRené Scharfe2013-01-081-2/+4
| * | | | | Merge branch 'jc/test-portability' into maintJunio C Hamano2013-01-082-6/+10
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/test-cvs-no-init-in-existing-dir' into maintJunio C Hamano2013-01-081-1/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jc/maint-test-portability' into maintJunio C Hamano2013-01-083-6/+8
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'as/test-name-alias-uniquely'Junio C Hamano2013-01-081-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Use longer alias names in subdirectory testsAaron Schrab2012-12-281-6/+6
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'tb/test-t9810-no-sed-i'Junio C Hamano2013-01-081-10/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | t9810: Do not use sed -iTorsten Bögershausen2013-01-011-10/+14
| |/ / / / / / /
* | | | | | | | Merge branch 'tb/test-t9020-no-which'Junio C Hamano2013-01-081-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | t9020: which is not portableTorsten Bögershausen2013-01-011-2/+2
* | | | | | | | | Merge branch 'jk/pathspec-literal'Junio C Hamano2013-01-081-1/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t6130-pathspec-noglob: Windows does not allow a file named "f*"Johannes Sixt2013-01-061-1/+7
* | | | | | | | | | Merge branch 'wk/submodule-update-remote'Junio C Hamano2013-01-052-0/+32
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | submodule add: If --branch is given, record it in .gitmodulesW. Trevor King2012-12-191-0/+1
| * | | | | | | | | | submodule update: add --remote for submodule's upstream changesW. Trevor King2012-12-191-0/+31
* | | | | | | | | | | Merge branch 'jk/pathspec-literal'Junio C Hamano2013-01-051-0/+62
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | add global --literal-pathspecs optionJeff King2012-12-191-0/+62
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jc/format-color-auto'Junio C Hamano2013-01-051-4/+59
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | log --format: teach %C(auto,black) to respect color configJunio C Hamano2012-12-171-0/+55
| * | | | | | | | | | t6006: clean up whitespaceJunio C Hamano2012-12-171-4/+4
* | | | | | | | | | | Merge branch 'ja/directory-attrs'Junio C Hamano2013-01-051-0/+57
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add directory pattern matching to attributesJean-Noël AVILA2012-12-171-0/+57
* | | | | | | | | | | | Merge branch 'jk/mailmap-from-blob'Junio C Hamano2013-01-051-0/+98
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mailmap: default mailmap.blob in bare repositoriesJeff King2012-12-131-0/+25
| * | | | | | | | | | | | mailmap: support reading mailmap from blobsJeff King2012-12-121-0/+73
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jc/fetch-ignore-symref'Junio C Hamano2013-01-051-0/+42
|\ \ \ \ \ \ \ \ \ \ \ \