Jonathan Nieder wrote: > 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. Looks good. -- Ram -- 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