summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* t0060: add test for prefix_path when path == work treeMartin Erik Werner2014-02-041-0/+6
* t0060: add test for prefix_path on symlinks via absolute pathsMartin Erik Werner2014-02-041-0/+5
* t3004: add test for ls-files on symlinks via absolute pathsJunio C Hamano2014-02-041-0/+17
* Merge branch 'mm/mv-file-to-no-such-dir-with-slash' into maintJunio C Hamano2014-01-131-0/+29
|\
| * mv: let 'git mv file no-such-dir/' error outMatthieu Moy2013-12-041-0/+29
* | Merge branch 'jk/rev-parse-double-dashes' into maintJunio C Hamano2014-01-131-0/+24
|\ \
| * | rev-parse: correctly diagnose revision errors before "--"Jeff King2013-12-091-0/+24
| |/
* | Merge branch 'jk/cat-file-regression-fix' into maintJunio C Hamano2014-01-131-0/+22
|\ \
| * | cat-file: handle --batch format with missing type/sizejk/cat-file-regression-fixJeff King2013-12-121-0/+22
* | | Merge branch 'jk/two-way-merge-corner-case-fix' into maintJunio C Hamano2013-12-172-89/+104
|\ \ \
| * | | t1005: add test for "read-tree --reset -u A B"jk/two-way-merge-corner-case-fixJunio C Hamano2013-11-041-0/+15
| * | | t1005: reindentJunio C Hamano2013-11-042-89/+89
* | | | Merge branch 'sb/sha1-loose-object-info-check-existence' into maintJunio C Hamano2013-12-171-0/+6
|\ \ \ \
| * | | | sha1_loose_object_info(): do not return success on missing objectsb/sha1-loose-object-info-check-existenceJunio C Hamano2013-11-061-0/+6
* | | | | Merge branch 'nd/magic-pathspec' into maintJunio C Hamano2013-12-171-0/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | diff: restrict pathspec limitations to diff b/f case onlynd/magic-pathspecNguyễn Thái Ngọc Duy2013-11-201-0/+6
* | | | | Sync with 1.8.4.5Junio C Hamano2013-12-021-0/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | submodule: do not copy unknown update mode from .gitmodulesJunio C Hamano2013-12-021-0/+15
| * | | | Merge branch 'jn/test-prereq-perl-doc' into maintJunio C Hamano2013-11-081-4/+11
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/upload-pack-send-symref' into maintJunio C Hamano2013-11-083-12/+17
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/http-auth-redirects' into maintJunio C Hamano2013-11-083-1/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'mm/checkout-auto-track-fix' into maintJunio C Hamano2013-11-072-0/+27
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/split-broken-ident' into maintJunio C Hamano2013-11-071-2/+7
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jc/revision-range-unpeel' into maintJunio C Hamano2013-11-071-0/+8
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | t5570: Update for clone-progress-to-stderr branchBrian Gernhardt2013-10-301-2/+1
* | | | | | | | | | Merge branch 'nd/literal-pathspecs'Junio C Hamano2013-11-181-0/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesnd/literal-pathspecsnd/liteal-pathspecsNguyễn Thái Ngọc Duy2013-10-281-0/+7
* | | | | | | | | | | Merge branch 'jx/branch-vv-always-compare-with-upstream'Junio C Hamano2013-11-181-11/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | branch: fix --verbose output column alignmentjx/branch-vv-always-compare-with-upstreamTorstein Hegge2013-11-181-11/+13
* | | | | | | | | | | | Merge branch 'fc/trivial'Junio C Hamano2013-11-064-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t: replace pulls with mergesFelipe Contreras2013-10-314-4/+4
* | | | | | | | | | | | | Merge branch 'bw/solaris-sed-tr-test-portability'Junio C Hamano2013-11-042-14/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t4015: simplify sed command that is not even seen by sedbw/solaris-sed-tr-test-portabilityJunio C Hamano2013-11-041-1/+0
| * | | | | | | | | | | | | Avoid difference in tr semantics between System V and BSDBen Walton2013-10-301-12/+18
| * | | | | | | | | | | | | Change sed i\ usage to something Solaris' sed can handleBen Walton2013-10-281-2/+4
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jk/duplicate-objects-in-packs'Junio C Hamano2013-11-041-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix '\%o' for printf from coreutilsjk/duplicate-objects-in-packsKacper Kornet2013-10-311-4/+4
* | | | | | | | | | | | | | Merge branch 'jk/wrap-perl-used-in-tests'Junio C Hamano2013-11-0429-54/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t: use perl instead of "$PERL_PATH" where applicablejk/wrap-perl-used-in-testsJeff King2013-10-2928-50/+50
| * | | | | | | | | | | | | | t: provide a perl() function which uses $PERL_PATHJeff King2013-10-292-4/+12
* | | | | | | | | | | | | | | Merge branch 'jn/test-prereq-perl-doc'Junio C Hamano2013-11-041-4/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | t/README: tests can use perl even with NO_PERLjn/test-prereq-perl-docJonathan Nieder2013-10-281-4/+11
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'js/tests-windows-port-fix'Junio C Hamano2013-11-016-14/+72
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | tests: undo special treatment of CRLF for Windowsjs/tests-windows-port-fixJohannes Sixt2013-10-283-9/+0
| * | | | | | | | | | | | | | Windows: a test_cmp that is agnostic to random LF <> CRLF conversionsJohannes Sixt2013-10-282-0/+67
| * | | | | | | | | | | | | | t5300-pack-object: do not compare binary data using test_cmpJohannes Sixt2013-10-281-5/+5
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'js/test-help-format-windows-port-fix'Junio C Hamano2013-11-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t3200: do not open a HTML manual page when DEFAULT_MAN_FORMAT is htmljs/test-help-format-windows-port-fixJohannes Sixt2013-10-301-1/+1
* | | | | | | | | | | | | | | Merge branch 'jk/reset-p-current-head-fix'Junio C Hamano2013-11-012-6/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | reset: pass real rev name to add--interactivejk/reset-p-current-head-fixJeff King2013-10-252-6/+9
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |