On Thu, Jun 24, 2010 at 09:29:29PM +0200, Ramkumar Ramachandra wrote: > Jonathan Nieder wrote: >> . repo_reset erases the exporter's state, so valgrind can be happy. > > This is like API documentation- should it go into the commit message? A more terse summary, to save readers time: . repo_add, repo_modify, repo_copy, repo_replace, and repo_delete update the current commit, based roughly on the corresponding Subversion FS operation. . repo_commit calls out to fast_export to write the current commit to the fast-import stream in stdout. . repo_diff is used by the fast_export module to write the changes for a commit. . repo_reset erases the exporter's state, so valgrind can be happy. Jonathan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html