summaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
AgeCommit message (Expand)Author
2008-12-20Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano
2008-12-20fast-import: make tagger information optionalJunio C Hamano
2008-10-22Merge branch 'js/maint-fetch-update-head'Junio C Hamano
2008-10-13Fix fetch/pull when run without --update-head-okJohannes Schindelin
2008-09-10t9300, t9301: use "git fast-import/fast-export" without dashNanako Shiraishi
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano
2008-08-17t9300: replace '!' with test_must_failMiklos Vajna
2008-07-19Support gitlinks in fast-import.Alexander Gavrilov
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-03-09Merge branch 'maint' to sync with 1.5.4.4Junio C Hamano
2008-03-08Really make the LF after reset in fast-import optionalAdeodato Simó
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-08-19Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce
2007-08-19Make trailing LF optional for all fast-import commandsShawn O. Pearce
2007-08-19Make trailing LF following fast-import `data` commands optionalShawn O. Pearce
2007-08-19Teach fast-import to ignore lines starting with '#'Shawn O. Pearce
2007-08-19Actually allow TAG_FIXUP branches in fast-importShawn O. Pearce
2007-07-29git-diff: turn on recursion by defaultJeff King
2007-07-15Teach fast-import to recursively copy files/directoriesShawn O. Pearce
2007-07-10Support wholesale directory renames in fast-importShawn O. Pearce
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-05-24Fix possible coredump with fast-import --import-marksShawn O. Pearce
2007-03-12New fast-import test case for valid tree sortingJeff King
2007-03-11Merge branch 'js/diff-ni'Junio C Hamano
2007-03-07Allow fast-import frontends to reload the marks tableShawn O. Pearce
2007-03-04Get rid of the dependency to GNU diff in the testsJohannes Schindelin
2007-02-12fast-import: Support reusing 'from' and brown paper bag fix reset.Shawn O. Pearce
2007-02-12fast-import: Hide the pack boundary commits by default.Shawn O. Pearce
2007-02-07Teach fast-import how to clear the internal branch content.Shawn O. Pearce
2007-02-06Don't do non-fastforward updates in fast-import.Shawn O. Pearce
2007-02-06Support RFC 2822 date parsing in fast-import.Shawn O. Pearce
2007-01-18Accept 'inline' file data in fast-import commit structure.Shawn O. Pearce
2007-01-18Reduce value duplication in t9300-fast-import.Shawn O. Pearce
2007-01-18Create test case for fast-import.Shawn O. Pearce