On Thu, Mar 5, 2009 at 1:42 AM, Zbigniew Zagórski <[email protected]>wrote:
> > Just for curiosity. NEWS file on branch says: > > - A monotone database may be exported in the git fast-import format > using the git_export command. The output from this command may be > piped into git fast-import or other tools supporting this format. > > I haven't followed thread related to this topic. Does this feature > supports "incremental export" ? > > Namely "export only things that are not in git repo yet" ? Yes, using the --import-marks and --export-marks options which work very much like their counterparts in git fast-export/fast-import. Cheers, Derek
_______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
