aboutsummaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
Commit message (Expand)AuthorAge
* Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blobJunio C Hamano2010-02-01
|\
| * fast-import: Stream very large blobs directly to packShawn O. Pearce2010-02-01
* | Merge branch 'jh/notes' (early part)Junio C Hamano2010-01-20
|\ \
| * | fast-import: Proper notes tree manipulationJohan Herland2009-12-07
| |/
* | fast-import: add (non-)relative-marks featureSverre Rabbelier2009-12-05
* | fast-import: allow for multiple --import-marks= argumentsSverre Rabbelier2009-12-04
* | fast-import: test the new option commandSverre Rabbelier2009-12-04
* | fast-import: add feature commandSverre Rabbelier2009-12-04
|/
* fast-import: Add support for importing commit notesJohan Herland2009-10-19
* Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano2008-12-19
|\
| * fast-import: make tagger information optionalJunio C Hamano2008-12-19
* | Merge branch 'js/maint-fetch-update-head'Junio C Hamano2008-10-21
|\ \ | |/
| * Fix fetch/pull when run without --update-head-okJohannes Schindelin2008-10-13
* | t9300, t9301: use "git fast-import/fast-export" without dashNanako Shiraishi2008-09-09
* | tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-17
|/
* t9300: replace '!' with test_must_failMiklos Vajna2008-08-16
* Support gitlinks in fast-import.Alexander Gavrilov2008-07-19
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-13
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-24
* Merge branch 'maint' to sync with 1.5.4.4Junio C Hamano2008-03-08
|\
| * Really make the LF after reset in fast-import optionalAdeodato Simó2008-03-08
* | Sane use of test_expect_failureJunio C Hamano2008-02-01
|/
* Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce2007-08-19
* Make trailing LF optional for all fast-import commandsShawn O. Pearce2007-08-19
* Make trailing LF following fast-import `data` commands optionalShawn O. Pearce2007-08-19
* Teach fast-import to ignore lines starting with '#'Shawn O. Pearce2007-08-19
* Actually allow TAG_FIXUP branches in fast-importShawn O. Pearce2007-08-19
* git-diff: turn on recursion by defaultJeff King2007-07-29
* Teach fast-import to recursively copy files/directoriesShawn O. Pearce2007-07-15
* Support wholesale directory renames in fast-importShawn O. Pearce2007-07-09
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-02
* Fix possible coredump with fast-import --import-marksShawn O. Pearce2007-05-24
* New fast-import test case for valid tree sortingJeff King2007-03-12
* Merge branch 'js/diff-ni'Junio C Hamano2007-03-10
|\
| * Get rid of the dependency to GNU diff in the testsJohannes Schindelin2007-03-04
* | Allow fast-import frontends to reload the marks tableShawn O. Pearce2007-03-07
|/
* fast-import: Support reusing 'from' and brown paper bag fix reset.Shawn O. Pearce2007-02-12
* fast-import: Hide the pack boundary commits by default.Shawn O. Pearce2007-02-11
* Teach fast-import how to clear the internal branch content.Shawn O. Pearce2007-02-07
* Don't do non-fastforward updates in fast-import.Shawn O. Pearce2007-02-06
* Support RFC 2822 date parsing in fast-import.Shawn O. Pearce2007-02-06
* Accept 'inline' file data in fast-import commit structure.Shawn O. Pearce2007-01-18
* Reduce value duplication in t9300-fast-import.Shawn O. Pearce2007-01-18
* Create test case for fast-import.Shawn O. Pearce2007-01-18