Go to the source code of this file.
Functions | |
void | commit_rename (string_ty *from, string_ty *to) |
void | commit_rename (const nstring &from, const nstring &to) |
void | commit_symlink (string_ty *from, string_ty *to) |
void | commit_symlink (const nstring &from, const nstring &to) |
void | commit_hard_link (string_ty *from, string_ty *to) |
void | commit_hard_link (const nstring &from, const nstring &to) |
void | commit_unlink_errok (string_ty *path) |
void | commit_unlink_errok (const nstring &path) |
void | commit_rmdir_errok (string_ty *path) |
void | commit_rmdir_errok (const nstring &path) |
void | commit_rmdir_tree_bg (string_ty *path) |
void | commit_rmdir_tree_bg (const nstring &path) |
void | commit_rmdir_tree_errok (string_ty *path) |
void | commit_rmdir_tree_errok (const nstring &path) |
void | commit (void) |