summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fc/fast-export-fixes'Junio C Hamano2013-01-053-10/+238
|\
| * fast-export: make sure updated refs get updatedFelipe Contreras2012-12-032-12/+23
| * fast-export: don't handle uninteresting refsFelipe Contreras2012-12-032-0/+38
| * fast-export: fix comparison in testsFelipe Contreras2012-11-291-3/+3
| * remote-testgit: exercise more featuresFelipe Contreras2012-11-291-0/+52
| * remote-testgit: cleanup testsFelipe Contreras2012-11-291-34/+29
| * remote-testgit: remove irrelevant testFelipe Contreras2012-11-291-13/+0
| * remote-testgit: remove non-local functionalityFelipe Contreras2012-11-291-29/+21
| * Add new simplified git-remote-testgitFelipe Contreras2012-11-291-0/+139
| * Rename git-remote-testgit to git-remote-testpyFelipe Contreras2012-11-291-7/+7
| * remote-helpers: fix failure messageFelipe Contreras2012-11-261-2/+2
| * fast-export: avoid importing blob marksFelipe Contreras2012-11-261-0/+14
* | Merge branch 'jk/fsck-dot-in-trees'Junio C Hamano2013-01-051-0/+31
|\ \
| * | fsck: warn about ".git" in treesJeff King2012-11-281-0/+15
| * | fsck: warn about '.' and '..' in treesJeff King2012-11-281-0/+16
* | | Merge branch 'as/test-tweaks'Junio C Hamano2013-01-032-59/+184
|\ \ \
| * | | tests: paint unexpectedly fixed known breakages in bold redAdam Spiers2012-12-202-10/+33
| * | | tests: test the test framework more thoroughlyAdam Spiers2012-12-201-0/+105
| * | | tests: refactor mechanics of testing in a sub test-libAdam Spiers2012-12-201-45/+40
| * | | tests: change info messages from yellow/brown to cyanAdam Spiers2012-12-201-3/+3
| * | | tests: paint skipped tests in blueAdam Spiers2012-12-201-1/+1
| * | | tests: paint known breakages in yellowAdam Spiers2012-12-201-2/+4
| * | | tests: test number comes first in 'not ok $count - $message'Adam Spiers2012-12-162-3/+3
* | | | Merge branch 'jc/test-portability'Junio C Hamano2013-01-022-6/+10
|\ \ \ \
| * | | | t9020: use configured Python to run the test helperJunio C Hamano2012-12-191-3/+7
| * | | | t3600: Avoid "cp -a", which is a GNUismJunio C Hamano2012-12-191-3/+3
| * | | | Merge branch 'jc/maint-test-portability' into 'jc/test-portability'Junio C Hamano2012-12-193-6/+8
| |\ \ \ \
* | \ \ \ \ Merge branch 'sp/shortlog-missing-lf'Junio C Hamano2013-01-021-0/+24
|\ \ \ \ \ \
| * | | | | | shortlog: fix wrapping lines of wraplenSteffen Prohaska2012-12-111-0/+24
* | | | | | | Merge branch 'nd/invalidate-i-t-a-cache-tree'Junio C Hamano2013-01-021-0/+20
|\ \ \ \ \ \ \
| * | | | | | | cache-tree: invalidate i-t-a paths after generating treesNguyễn Thái Ngọc Duy2012-12-151-0/+20
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'mk/maint-graph-infinity-loop'Junio C Hamano2013-01-021-0/+10
|\ \ \ \ \ \ \
| * | | | | | | graph.c: infinite loop in git whatchanged --graph -mMichał Kiedrowicz2012-09-251-0/+10
* | | | | | | | Merge branch 'jc/test-cvs-no-init-in-existing-dir'Junio C Hamano2013-01-021-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | t9200: let "cvs init" create the test repositoryJunio C Hamano2012-12-241-1/+2
* | | | | | | | | Merge branch 'jc/maint-test-portability'Junio C Hamano2013-01-023-6/+8
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | t4014: fix arguments to grepJunio C Hamano2012-12-191-3/+3
| * | | | | | | | t9502: do not assume GNU tarJunio C Hamano2012-12-191-1/+1
| * | | | | | | | t0200: "locale" may not existJunio C Hamano2012-12-191-2/+4
| |/ / / / / / /
* | | | | | | | Merge branch 'mh/ceiling'Junio C Hamano2013-01-022-58/+13
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | string_list_longest_prefix(): remove functionMichael Haggerty2012-10-291-30/+0
| * | | | | | | longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty2012-10-291-28/+13
* | | | | | | | Merge branch 'maint'Junio C Hamano2012-12-181-1/+4
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | t7004: do not create unneeded gpghome/gpg.conf when GPG is not usedJunio C Hamano2012-12-181-1/+4
| * | | | | | | Merge branch 'jk/pickaxe-textconv' into maintJunio C Hamano2012-12-181-0/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'lt/diff-stat-show-0-lines' into maintJunio C Hamano2012-12-073-28/+71
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'pw/maint-p4-rcs-expansion-newline' into maintJunio C Hamano2012-11-281-0/+19
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jh/update-ref-d-through-symref' into maintJunio C Hamano2012-11-271-0/+18
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'cn/config-missing-path' into maintJunio C Hamano2012-11-251-0/+5
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/maint-gitweb-xss' into maintJunio C Hamano2012-11-251-0/+15
| |\ \ \ \ \ \ \ \ \ \ \ \