summaryrefslogtreecommitdiff
path: root/exporter.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename git_branch to ref.Jelmer Vernooij2012-02-281-17/+13
|
* Fix test, clarify help description for 'bzr fast-export'.Jelmer Vernooij2011-11-271-2/+3
|
* fix --baseline bugs, and add a couple of testsAndy Grimm2011-11-221-8/+8
|
* Add --baseline optionAndy Grimm2011-11-211-1/+19
|
* Some refactoring of exporter.Jelmer Vernooij2011-10-251-6/+4
|
* Merge support for --rewrite-tag-names.Jelmer Vernooij2011-10-171-8/+49
|\
| * Implement comments from patch review:Oleksandr Usov2011-10-171-12/+6
| | | | | | | | | | | | - style fixes - add integration test for --rewrite-tag-names - removed rewrite_dict as we can't really guarantee uniqness of tag names.
| * Rewrite tag names when exporting plain streamOleksandr Usov2011-10-121-4/+16
| |
| * Add function to rewrite refnames & tests for itOleksandr Usov2011-10-121-1/+36
|/
* Remove old FSF address. Thanks Dan Callaghan.Jelmer Vernooij2011-10-061-2/+1
|
* Inline bzr-fast-export license.Jelmer Vernooij2011-10-061-2/+21
|
* Support exporting files that are changed into directories.Jelmer Vernooij2011-08-171-1/+1
|
* In "plain" mode, skip tags that contain characters not valid in Git.Jelmer Vernooij2011-08-171-0/+37
|
* utf8 decode/encode paths and committer/author email/name, as ↵Jelmer Vernooij2010-12-121-10/+11
| | | | python-fastimport no longer does so.
* Merge in Ian's new mark file format branch, add support for still reading ↵Jelmer Vernooij2010-12-111-4/+4
| | | | old style marks files.
* In plain mode, don't export multiple authors.Jelmer Vernooij2010-12-111-1/+1
|
* Cope with non-ascii characters in tag names.Jelmer Vernooij2010-12-111-1/+1
|
* Fix import of single_plural.Jelmer Vernooij2010-11-091-3/+9
|
* Fix output stream to stdout for bzr fast-export.Jelmer Vernooij2010-11-081-0/+513