xgit 0.2.6

A enhanced AI-powered Git tool
1
2
3
4
5
6
7
8
9
10
11
12
13
#[cfg(test)]
pub mod git_repo_test_decorator;

#[cfg(test)]
pub mod repo_extensions;

#[cfg(test)]
pub use git_repo_test_decorator::GitRepoTestDecorator;

#[cfg(test)]
pub use repo_extensions::{
    create_test_bare_repo, create_test_repo, RepoAssertions, RepoTestOperations,
};