| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'maint' to sync with GIT 1.6.0.6 | Junio C Hamano | 2008-12-19 | 1 | -0/+18 |
|\ |
|
| * | fast-import: make tagger information optional | Junio C Hamano | 2008-12-19 | 1 | -0/+18 |
* | | Merge branch 'js/maint-fetch-update-head' | Junio C Hamano | 2008-10-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix fetch/pull when run without --update-head-ok | Johannes Schindelin | 2008-10-13 | 1 | -1/+1 |
* | | t9300, t9301: use "git fast-import/fast-export" without dash | Nanako Shiraishi | 2008-09-09 | 1 | -40/+40 |
* | | tests: use $TEST_DIRECTORY to refer to the t/ directory | Junio C Hamano | 2008-08-17 | 1 | -1/+1 |
|/ |
|
* | t9300: replace '!' with test_must_fail | Miklos Vajna | 2008-08-16 | 1 | -2/+2 |
* | Support gitlinks in fast-import. | Alexander Gavrilov | 2008-07-19 | 1 | -0/+152 |
* | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 2008-07-13 | 1 | -4/+4 |
* | tests: do not use implicit "git diff --no-index" | Junio C Hamano | 2008-05-24 | 1 | -17/+17 |
* | Merge branch 'maint' to sync with 1.5.4.4 | Junio C Hamano | 2008-03-08 | 1 | -0/+2 |
|\ |
|
| * | Really make the LF after reset in fast-import optional | Adeodato Simó | 2008-03-08 | 1 | -0/+2 |
* | | Sane use of test_expect_failure | Junio C Hamano | 2008-02-01 | 1 | -12/+12 |
|/ |
|
* | Allow frontends to bidirectionally communicate with fast-import | Shawn O. Pearce | 2007-08-19 | 1 | -0/+31 |
* | Make trailing LF optional for all fast-import commands | Shawn O. Pearce | 2007-08-19 | 1 | -0/+46 |
* | Make trailing LF following fast-import `data` commands optional | Shawn O. Pearce | 2007-08-19 | 1 | -0/+21 |
* | Teach fast-import to ignore lines starting with '#' | Shawn O. Pearce | 2007-08-19 | 1 | -0/+40 |
* | Actually allow TAG_FIXUP branches in fast-import | Shawn O. Pearce | 2007-08-19 | 1 | -0/+47 |
* | git-diff: turn on recursion by default | Jeff King | 2007-07-29 | 1 | -1/+1 |
* | Teach fast-import to recursively copy files/directories | Shawn O. Pearce | 2007-07-15 | 1 | -0/+83 |
* | Support wholesale directory renames in fast-import | Shawn O. Pearce | 2007-07-09 | 1 | -0/+68 |
* | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 2007-07-02 | 1 | -50/+50 |
* | Fix possible coredump with fast-import --import-marks | Shawn O. Pearce | 2007-05-24 | 1 | -0/+29 |
* | New fast-import test case for valid tree sorting | Jeff King | 2007-03-12 | 1 | -0/+50 |
* | Merge branch 'js/diff-ni' | Junio C Hamano | 2007-03-10 | 1 | -14/+14 |
|\ |
|
| * | Get rid of the dependency to GNU diff in the tests | Johannes Schindelin | 2007-03-04 | 1 | -13/+13 |
* | | Allow fast-import frontends to reload the marks table | Shawn O. Pearce | 2007-03-07 | 1 | -0/+8 |
|/ |
|
* | fast-import: Support reusing 'from' and brown paper bag fix reset. | Shawn O. Pearce | 2007-02-12 | 1 | -0/+60 |
* | fast-import: Hide the pack boundary commits by default. | Shawn O. Pearce | 2007-02-11 | 1 | -0/+26 |
* | Teach fast-import how to clear the internal branch content. | Shawn O. Pearce | 2007-02-07 | 1 | -0/+51 |
* | Don't do non-fastforward updates in fast-import. | Shawn O. Pearce | 2007-02-06 | 1 | -0/+80 |
* | Support RFC 2822 date parsing in fast-import. | Shawn O. Pearce | 2007-02-06 | 1 | -0/+36 |
* | Accept 'inline' file data in fast-import commit structure. | Shawn O. Pearce | 2007-01-18 | 1 | -0/+59 |
* | Reduce value duplication in t9300-fast-import. | Shawn O. Pearce | 2007-01-18 | 1 | -17/+17 |
* | Create test case for fast-import. | Shawn O. Pearce | 2007-01-18 | 1 | -0/+184 |