summaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
AgeCommit message (Expand)AuthorFilesLines
2008-10-13Fix fetch/pull when run without --update-head-okLibravatar Johannes Schindelin1-1/+1
2008-08-16t9300: replace '!' with test_must_failLibravatar Miklos Vajna1-2/+2
2008-07-19Support gitlinks in fast-import.Libravatar Alexander Gavrilov1-0/+152
2008-07-13t/: Use "test_must_fail git" instead of "! git"Libravatar Stephan Beyer1-4/+4
2008-05-24tests: do not use implicit "git diff --no-index"Libravatar Junio C Hamano1-17/+17
2008-03-08Merge branch 'maint' to sync with 1.5.4.4Libravatar Junio C Hamano1-0/+2
2008-03-08Really make the LF after reset in fast-import optionalLibravatar Adeodato Simó1-0/+2
2008-02-01Sane use of test_expect_failureLibravatar Junio C Hamano1-12/+12
2007-08-19Allow frontends to bidirectionally communicate with fast-importLibravatar Shawn O. Pearce1-0/+31
2007-08-19Make trailing LF optional for all fast-import commandsLibravatar Shawn O. Pearce1-0/+46
2007-08-19Make trailing LF following fast-import `data` commands optionalLibravatar Shawn O. Pearce1-0/+21
2007-08-19Teach fast-import to ignore lines starting with '#'Libravatar Shawn O. Pearce1-0/+40
2007-08-19Actually allow TAG_FIXUP branches in fast-importLibravatar Shawn O. Pearce1-0/+47
2007-07-29git-diff: turn on recursion by defaultLibravatar Jeff King1-1/+1
2007-07-15Teach fast-import to recursively copy files/directoriesLibravatar Shawn O. Pearce1-0/+83
2007-07-09Support wholesale directory renames in fast-importLibravatar Shawn O. Pearce1-0/+68
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-50/+50
2007-05-24Fix possible coredump with fast-import --import-marksLibravatar Shawn O. Pearce1-0/+29
2007-03-12New fast-import test case for valid tree sortingLibravatar Jeff King1-0/+50
2007-03-10Merge branch 'js/diff-ni'Libravatar Junio C Hamano1-14/+14
2007-03-07Allow fast-import frontends to reload the marks tableLibravatar Shawn O. Pearce1-0/+8
2007-03-04Get rid of the dependency to GNU diff in the testsLibravatar Johannes Schindelin1-13/+13
2007-02-12fast-import: Support reusing 'from' and brown paper bag fix reset.Libravatar Shawn O. Pearce1-0/+60
2007-02-11fast-import: Hide the pack boundary commits by default.Libravatar Shawn O. Pearce1-0/+26
2007-02-07Teach fast-import how to clear the internal branch content.Libravatar Shawn O. Pearce1-0/+51
2007-02-06Don't do non-fastforward updates in fast-import.Libravatar Shawn O. Pearce1-0/+80
2007-02-06Support RFC 2822 date parsing in fast-import.Libravatar Shawn O. Pearce1-0/+36
2007-01-18Accept 'inline' file data in fast-import commit structure.Libravatar Shawn O. Pearce1-0/+59
2007-01-18Reduce value duplication in t9300-fast-import.Libravatar Shawn O. Pearce1-17/+17
2007-01-18Create test case for fast-import.Libravatar Shawn O. Pearce1-0/+184