summaryrefslogtreecommitdiff
path: root/exporter.py
Commit message (Expand)AuthorAgeFilesLines
* Import helper functions that have been removed from python-fastimport.Jelmer Vernooij2014-05-151-1/+1
* Add --no-tags flagOleksandr Usov2012-08-211-2/+4
* 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
| * 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 python-fastimpor...Jelmer Vernooij2010-12-121-10/+11
* Merge in Ian's new mark file format branch, add support for still reading old...Jelmer Vernooij2010-12-111-4/+4
* 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