Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-04-10 | fast-import: tighten parsing of datarefs | Pete Wyckoff | 1 | -0/+287 |
2012-03-26 | Merge branch 'jn/maint-fast-import-empty-ls' into maint | Junio C Hamano | 1 | -0/+39 |
2012-03-16 | Merge "two fixes for fast-import's 'ls' command" from Jonathan | Junio C Hamano | 1 | -0/+39 |
2012-03-09 | fast-import: don't allow 'ls' of path with empty components | Jonathan Nieder | 1 | -0/+39 |
2011-10-14 | t9300: do not run --cat-blob-fd related tests on MinGW | Johannes Schindelin | 1 | -4/+4 |
2011-09-22 | fast-import: don't allow to note on empty branch | Dmitry Ivankov | 1 | -0/+17 |
2011-09-22 | fast-import: don't allow to tag empty branch | Dmitry Ivankov | 1 | -0/+12 |
2011-08-28 | Merge branch 'di/fast-import-tagging' | Junio C Hamano | 1 | -0/+67 |
2011-08-28 | Merge branch 'di/fast-import-deltified-tree' | Junio C Hamano | 1 | -0/+41 |
2011-08-28 | Merge branch 'di/fast-import-ident' | Junio C Hamano | 1 | -0/+99 |
2011-08-25 | Merge branch 'di/fast-import-doc' | Junio C Hamano | 1 | -0/+47 |
2011-08-23 | fast-import: allow to tag newly created objects | Dmitry Ivankov | 1 | -0/+26 |
2011-08-23 | fast-import: add tests for tagging blobs | Dmitry Ivankov | 1 | -0/+41 |
2011-08-17 | doc/fast-import: document feature import-marks-if-exists | Dmitry Ivankov | 1 | -0/+47 |
2011-08-14 | fast-import: prevent producing bad delta | Dmitry Ivankov | 1 | -1/+1 |
2011-08-14 | fast-import: add a test for tree delta base corruption | Dmitry Ivankov | 1 | -0/+41 |
2011-08-11 | fast-import: check committer name more strictly | Dmitry Ivankov | 1 | -5/+5 |
2011-08-11 | fast-import: don't fail on omitted committer name | Dmitry Ivankov | 1 | -1/+1 |
2011-08-11 | fast-import: add input format tests | Dmitry Ivankov | 1 | -0/+99 |
2011-08-01 | Merge branch 'sr/transport-helper-fix' | Junio C Hamano | 1 | -0/+42 |
2011-07-19 | fast-import: introduce 'done' command | Sverre Rabbelier | 1 | -0/+42 |
2011-06-16 | Fix typo: existant->existent | Dmitry Ivankov | 1 | -2/+2 |
2011-02-26 | fast-import: add 'ls' command | David Barr | 1 | -8/+84 |
2011-02-09 | Merge branch 'rr/fi-import-marks-if-exists' | Junio C Hamano | 1 | -0/+55 |
2011-01-27 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+42 |
2011-01-27 | Merge branch 'jn/fast-import-empty-tree-removal' into maint | Junio C Hamano | 1 | -0/+42 |
2011-01-27 | fast-import: treat filemodify with empty tree as delete | Jonathan Nieder | 1 | -0/+42 |
2011-01-18 | fast-import: Introduce --import-marks-if-exists | Ramkumar Ramachandra | 1 | -0/+55 |
2010-12-19 | t9300: use perl "head -c" clone in place of "dd bs=1 count=16000" kluge | Jonathan Nieder | 1 | -35/+49 |
2010-12-16 | Merge branch 'jn/fast-import-blob-access' | Junio C Hamano | 1 | -2/+265 |
2010-12-12 | t9300: avoid short reads from dd | Jonathan Nieder | 1 | -3/+3 |
2010-12-03 | t9300: remove unnecessary use of /dev/stdin | Junio C Hamano | 1 | -3/+3 |
2010-12-01 | fast-import: Allow cat-blob requests at arbitrary points in stream | Jonathan Nieder | 1 | -0/+66 |
2010-12-01 | fast-import: let importers retrieve blobs | David Barr | 1 | -2/+191 |
2010-12-01 | fast-import: stricter parsing of integer options | Jonathan Nieder | 1 | -0/+8 |