Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-11-29 | Merge branch 'jn/fast-import-fix' | Junio C Hamano | 1 | -0/+108 |
2010-11-24 | Merge branch 'en/and-cascade-tests' | Junio C Hamano | 1 | -1/+1 |
2010-11-09 | tests: add missing && | Jonathan Nieder | 1 | -1/+1 |
2010-10-19 | t9300 (fast-import): another test for the "replace root" feature | Jonathan Nieder | 1 | -1/+42 |
2010-10-18 | fast-import: tighten M 040000 syntax | Jonathan Nieder | 1 | -0/+30 |
2010-10-18 | fast-import: filemodify after M 040000 <tree> "" crashes | Jonathan Nieder | 1 | -0/+37 |
2010-10-13 | fast-import: Allow filemodify to set the root | David Barr | 1 | -0/+21 |
2010-09-06 | Merge branch 'jl/maint-fix-test' | Junio C Hamano | 1 | -3/+2 |
2010-09-06 | Several tests: cd inside subshell instead of around | Jens Lehmann | 1 | -3/+2 |
2010-08-18 | Merge branch 'jn/fast-import-subtree' | Junio C Hamano | 1 | -0/+54 |
2010-08-11 | fast-import: export correctly marks larger than 2^20-1 | Raja R Harinath | 1 | -0/+57 |
2010-07-05 | Teach fast-import to import subtrees named by tree id | Jonathan Nieder | 1 | -0/+54 |
2010-02-01 | Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blob | Junio C Hamano | 1 | -0/+46 |
2010-02-01 | fast-import: Stream very large blobs directly to pack | Shawn O. Pearce | 1 | -0/+46 |
2010-01-20 | Merge branch 'jh/notes' (early part) | Junio C Hamano | 1 | -13/+143 |
2009-12-07 | fast-import: Proper notes tree manipulation | Johan Herland | 1 | -13/+143 |
2009-12-05 | fast-import: add (non-)relative-marks feature | Sverre Rabbelier | 1 | -0/+25 |
2009-12-04 | fast-import: allow for multiple --import-marks= arguments | Sverre Rabbelier | 1 | -0/+22 |
2009-12-04 | fast-import: test the new option command | Sverre Rabbelier | 1 | -1/+36 |
2009-12-04 | fast-import: add feature command | Sverre Rabbelier | 1 | -0/+70 |
2009-10-19 | fast-import: Add support for importing commit notes | Johan Herland | 1 | -0/+166 |
2008-12-19 | Merge branch 'maint' to sync with GIT 1.6.0.6 | Junio C Hamano | 1 | -0/+18 |