summaryrefslogtreecommitdiffstats
path: root/libimagstorestdhook/src/vcs/git/runtime.rs
AgeCommit message (Expand)Author
2016-10-01libimagstorestdhook: Add copyright notice to all filesMatthias Beyer
2016-09-20Revert "Add helper fn to check whether the repository WD is dirty"Matthias Beyer
2016-09-19Fix debug output, use action to generate msgMatthias Beyer
2016-09-19Fix check whether we should checkout the ensure_branchMatthias Beyer
2016-09-19Remove unused importMatthias Beyer
2016-09-19Variable hasnt to be mutableMatthias Beyer
2016-09-19Runtime::ensure_cfg_branch_is_checked_out() should check whether config enfor...Matthias Beyer
2016-09-19Fix debug messages in Runtime::ensure_cfg_branch_is_checked_out()Matthias Beyer
2016-09-18Minify Runtime::new() by refactoring error tracingMatthias Beyer
2016-09-17Add helper fn to check whether the repository WD is dirtyMatthias Beyer
2016-09-17Add documentation for the Runtime utilityMatthias Beyer
2016-09-10runtime: Remove unused import SignatureMatthias Beyer
2016-09-07Adapt ensure_cfg_branch_is_checked_out() for new Runtime::repository() interfaceMatthias Beyer
2016-09-07Move error output to Runtime::repository() getterMatthias Beyer
2016-09-07Simplify error printing if config value fetching failedMatthias Beyer
2016-09-07Add debugging output in RuntimeMatthias Beyer
2016-09-07Simplify error creating code snippet, as we have From<> now implementedMatthias Beyer
2016-09-07Runtime::repository() should return HookResultMatthias Beyer
2016-09-07Remove lifetimes from Runtime structMatthias Beyer
2016-09-07Remove author/committer fetching, the git2 crate can do thisMatthias Beyer
2016-09-07Revert "Add Runtime::new_committer_sig()"Matthias Beyer
2016-09-07Add missing import of HookResultMatthias Beyer
2016-09-07Add Runtime::new_committer_sig()Matthias Beyer
2016-09-07Add Runtime::has_repository()Matthias Beyer
2016-09-07Move config to RuntimeMatthias Beyer
2016-09-07Add Runtime::ensure_configured_branch_is_checked_outMatthias Beyer
2016-09-07Make Runtime pubMatthias Beyer
2016-09-07Make Runtime fields nonpublicMatthias Beyer
2016-09-07Add Runtime::repository()Matthias Beyer
2016-09-07Add Runtime object for git hooksMatthias Beyer