Age | Commit message (Expand) | Author | Files | Lines |
2018-05-14 | t: switch $_x40 to $OID_REGEX | brian m. carlson | 1 | -3/+3 |
2018-03-27 | t/helper: merge test-genrandom into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2017-12-04 | print_sha1_ellipsis: introduce helper | Ann T Ropea | 1 | -1/+1 |
2017-09-29 | fast-import: checkpoint: dump branches/tags/marks even if object_count==0 | Eric Rannaud | 1 | -0/+142 |
2017-06-27 | Spelling fixes | Ville Skyttä | 1 | -1/+1 |
2016-07-13 | Merge branch 'jk/big-and-future-archive-tar' | Junio C Hamano | 1 | -20/+3 |
2016-07-01 | t9300: factor out portable "head -c" replacement | Jeff King | 1 | -20/+3 |
2016-06-20 | Merge branch 'ew/fast-import-unpack-limit' | Junio C Hamano | 1 | -0/+2 |
2016-05-17 | fast-import: do not truncate exported marks file | Felipe Contreras | 1 | -0/+15 |
2016-05-11 | fast-import: implement unpack limit | Eric Wong | 1 | -0/+2 |
2016-04-14 | Merge branch 'jk/getwholeline-getdelim-empty' into maint | Junio C Hamano | 1 | -0/+4 |
2016-03-05 | strbuf_getwholeline: NUL-terminate getdelim buffer on error | Jeff King | 1 | -0/+4 |
2016-01-12 | t9300-fast-import.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -34/+34 |
2015-11-20 | modernize t9300: move test preparations into test_expect_success | Johannes Sixt | 1 | -1250/+1264 |
2015-11-20 | modernize t9300: mark here-doc words to ignore tab indentation | Johannes Sixt | 1 | -100/+100 |
2015-11-20 | modernize t9300: use test_when_finished for clean-up | Johannes Sixt | 1 | -20/+16 |
2015-11-20 | modernize t9300: wrap lines after && | Johannes Sixt | 1 | -16/+32 |
2015-11-20 | modernize t9300: use test_must_be_empty | Johannes Sixt | 1 | -5/+3 |
2015-11-20 | modernize t9300: use test_must_fail | Johannes Sixt | 1 | -14/+3 |
2015-11-20 | modernize t9300: single-quote placement and indentation | Johannes Sixt | 1 | -435/+437 |
2015-07-01 | fast-import: add a get-mark command | Michael Haggerty | 1 | -0/+13 |
2015-03-20 | t: use test_must_fail instead of hand-rolled blocks | Jeff King | 1 | -5/+2 |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -1/+1 |
2015-03-20 | t: fix severe &&-chain breakage | Jeff King | 1 | -1/+1 |
2015-03-05 | Merge branch 'jc/diff-test-updates' | Junio C Hamano | 1 | -2/+2 |
2015-02-15 | t9300: correct expected object names | Junio C Hamano | 1 | -2/+2 |
2014-10-15 | test: put tests for handling of bad ref names in one place | Ronnie Sahlberg | 1 | -30/+0 |
2014-09-29 | Merge branch 'sb/t9300-typofix' | Junio C Hamano | 1 | -1/+1 |
2014-09-22 | t9300-fast-import: fix typo in test description | Stefan Beller | 1 | -1/+1 |
2014-09-19 | Merge branch 'js/no-test-cmp-for-binaries' | Junio C Hamano | 1 | -1/+1 |
2014-09-19 | Merge branch 'mb/fast-import-delete-root' | Junio C Hamano | 1 | -0/+104 |
2014-09-12 | t9300: use test_cmp_bin instead of test_cmp to compare binary files | Johannes Sixt | 1 | -1/+1 |
2014-08-29 | fast-import: fix segfault in store_tree() | Maxim Bublis | 1 | -2/+2 |
2014-08-29 | t9300: test filedelete command | Maxim Bublis | 1 | -0/+104 |
2014-07-21 | test prerequisites: eradicate NOT_FOO | Junio C Hamano | 1 | -4/+4 |
2014-04-21 | fast-import: add support to delete refs | Felipe Contreras | 1 | -0/+18 |
2013-10-29 | t: use perl instead of "$PERL_PATH" where applicable | Jeff King | 1 | -1/+1 |
2013-09-17 | Merge branch 'rh/ishes-doc' | Junio C Hamano | 1 | -3/+3 |
2013-09-04 | use 'commit-ish' instead of 'committish' | Richard Hansen | 1 | -3/+3 |
2013-06-23 | fast-import: allow moving the root tree | John Keeping | 1 | -1/+1 |
2013-06-23 | fast-import: allow ls or filecopy of the root tree | John Keeping | 1 | -2/+2 |
2013-06-23 | t9300: document fast-import empty path issues | John Keeping | 1 | -0/+65 |
2013-04-11 | t: make PIPE a standard test prerequisite | Adam Spiers | 1 | -8/+0 |
2012-07-09 | Merge branch 'vr/use-our-perl-in-tests' | Junio C Hamano | 1 | -1/+1 |
2012-06-24 | tests: enclose $PERL_PATH in double quotes | Junio C Hamano | 1 | -1/+1 |
2012-06-22 | Documentation: Fix misspellings | Leila Muhtasib | 1 | -1/+1 |
2012-06-12 | t: Replace 'perl' by $PERL_PATH | Vincent van Ravesteijn | 1 | -1/+1 |
2012-05-20 | Consistently use "superproject" instead of "supermodule" | Jens Lehmann | 1 | -1/+1 |
2012-05-11 | Merge branch 'js/fast-import-test-9300' into maint | Junio C Hamano | 1 | -34/+54 |
2012-04-20 | t9300-fast-import: avoid 'exit' in test_expect_success snippets | Johannes Sixt | 1 | -34/+54 |