| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jc/diff-test-updates' | Junio C Hamano | 2015-03-05 | 1 | -2/+2 |
|\ |
|
| * | t9300: correct expected object names | Junio C Hamano | 2015-02-15 | 1 | -2/+2 |
* | | test: put tests for handling of bad ref names in one place | Ronnie Sahlberg | 2014-10-15 | 1 | -30/+0 |
* | | Merge branch 'sb/t9300-typofix' | Junio C Hamano | 2014-09-29 | 1 | -1/+1 |
|\ \ |
|
| * | | t9300-fast-import: fix typo in test descriptionsb/t9300-typofix | Stefan Beller | 2014-09-22 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'js/no-test-cmp-for-binaries' | Junio C Hamano | 2014-09-19 | 1 | -1/+1 |
|\ \ |
|
| * | | t9300: use test_cmp_bin instead of test_cmp to compare binary filesjs/no-test-cmp-for-binaries | Johannes Sixt | 2014-09-12 | 1 | -1/+1 |
* | | | Merge branch 'mb/fast-import-delete-root' | Junio C Hamano | 2014-09-19 | 1 | -0/+104 |
|\ \ \ |
|
| * | | | fast-import: fix segfault in store_tree()mb/fast-import-delete-root | Maxim Bublis | 2014-08-29 | 1 | -2/+2 |
| * | | | t9300: test filedelete command | Maxim Bublis | 2014-08-29 | 1 | -0/+104 |
| |/ / |
|
* | | | test prerequisites: eradicate NOT_FOO | Junio C Hamano | 2014-07-21 | 1 | -4/+4 |
|/ / |
|
* | | fast-import: add support to delete refs | Felipe Contreras | 2014-04-21 | 1 | -0/+18 |
|/ |
|
* | t: use perl instead of "$PERL_PATH" where applicablejk/wrap-perl-used-in-tests | Jeff King | 2013-10-29 | 1 | -1/+1 |
* | Merge branch 'rh/ishes-doc' | Junio C Hamano | 2013-09-17 | 1 | -3/+3 |
|\ |
|
| * | use 'commit-ish' instead of 'committish' | Richard Hansen | 2013-09-04 | 1 | -3/+3 |
* | | fast-import: allow moving the root treejk/fast-import-empty-ls | John Keeping | 2013-06-23 | 1 | -1/+1 |
* | | fast-import: allow ls or filecopy of the root tree | John Keeping | 2013-06-23 | 1 | -2/+2 |
* | | t9300: document fast-import empty path issues | John Keeping | 2013-06-23 | 1 | -0/+65 |
|/ |
|
* | t: make PIPE a standard test prerequisite | Adam Spiers | 2013-04-11 | 1 | -8/+0 |
* | Merge branch 'vr/use-our-perl-in-tests' | Junio C Hamano | 2012-07-09 | 1 | -1/+1 |
|\ |
|
| * | tests: enclose $PERL_PATH in double quotes | Junio C Hamano | 2012-06-24 | 1 | -1/+1 |
| * | t: Replace 'perl' by $PERL_PATH | Vincent van Ravesteijn | 2012-06-12 | 1 | -1/+1 |
* | | Documentation: Fix misspellings | Leila Muhtasib | 2012-06-22 | 1 | -1/+1 |
|/ |
|
* | Consistently use "superproject" instead of "supermodule" | Jens Lehmann | 2012-05-20 | 1 | -1/+1 |
* | Merge branch 'js/fast-import-test-9300' into maint | Junio C Hamano | 2012-05-11 | 1 | -34/+54 |
|\ |
|
| * | t9300-fast-import: avoid 'exit' in test_expect_success snippets | Johannes Sixt | 2012-04-20 | 1 | -34/+54 |
| * | Merge "two fixes for fast-import's 'ls' command" from Jonathan | Junio C Hamano | 2012-03-16 | 1 | -0/+39 |
| |\ |
|
* | | | fast-import: tighten parsing of datarefs | Pete Wyckoff | 2012-04-10 | 1 | -0/+287 |
* | | | Merge branch 'jn/maint-fast-import-empty-ls' into maint | Junio C Hamano | 2012-03-26 | 1 | -0/+39 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | fast-import: don't allow 'ls' of path with empty componentsjn/maint-fast-import-empty-ls | Jonathan Nieder | 2012-03-09 | 1 | -0/+39 |
* | | t9300: do not run --cat-blob-fd related tests on MinGW | Johannes Schindelin | 2011-10-14 | 1 | -4/+4 |
* | | fast-import: don't allow to note on empty branchdi/fast-import-empty-tag-note-fix | Dmitry Ivankov | 2011-09-22 | 1 | -0/+17 |
* | | fast-import: don't allow to tag empty branch | Dmitry Ivankov | 2011-09-22 | 1 | -0/+12 |
* | | Merge branch 'di/fast-import-tagging' | Junio C Hamano | 2011-08-28 | 1 | -0/+67 |
|\ \ |
|
| * | | fast-import: allow to tag newly created objects | Dmitry Ivankov | 2011-08-23 | 1 | -0/+26 |
| * | | fast-import: add tests for tagging blobs | Dmitry Ivankov | 2011-08-23 | 1 | -0/+41 |
* | | | Merge branch 'di/fast-import-deltified-tree' | Junio C Hamano | 2011-08-28 | 1 | -0/+41 |
|\ \ \ |
|
| * | | | fast-import: prevent producing bad delta | Dmitry Ivankov | 2011-08-14 | 1 | -1/+1 |
| * | | | fast-import: add a test for tree delta base corruption | Dmitry Ivankov | 2011-08-14 | 1 | -0/+41 |
| |/ / |
|
* | | | Merge branch 'di/fast-import-ident' | Junio C Hamano | 2011-08-28 | 1 | -0/+99 |
|\ \ \ |
|
| * | | | fast-import: check committer name more strictly | Dmitry Ivankov | 2011-08-11 | 1 | -5/+5 |
| * | | | fast-import: don't fail on omitted committer name | Dmitry Ivankov | 2011-08-11 | 1 | -1/+1 |
| * | | | fast-import: add input format tests | Dmitry Ivankov | 2011-08-11 | 1 | -0/+99 |
| |/ / |
|
* | | | Merge branch 'di/fast-import-doc' | Junio C Hamano | 2011-08-25 | 1 | -0/+47 |
|\ \ \ |
|
| * | | | doc/fast-import: document feature import-marks-if-exists | Dmitry Ivankov | 2011-08-17 | 1 | -0/+47 |
| |/ / |
|
* | | | Merge branch 'sr/transport-helper-fix' | Junio C Hamano | 2011-08-01 | 1 | -0/+42 |
|\ \ \
| |/ /
|/| | |
|
| * | | fast-import: introduce 'done' command | Sverre Rabbelier | 2011-07-19 | 1 | -0/+42 |
| |/ |
|
* | | Fix typo: existant->existent | Dmitry Ivankov | 2011-06-16 | 1 | -2/+2 |
|/ |
|
* | fast-import: add 'ls' command | David Barr | 2011-02-26 | 1 | -8/+84 |
* | Merge branch 'rr/fi-import-marks-if-exists' | Junio C Hamano | 2011-02-09 | 1 | -0/+55 |
|\ |
|