summaryrefslogtreecommitdiffstats
path: root/libimagstorestdhook
AgeCommit message (Expand)Author
2016-09-09Add string inputMatthias Beyer
2016-09-09Add dep: libimaginteractionMatthias Beyer
2016-09-09Implement commit_message()Matthias Beyer
2016-09-08Fix missing parentheses in impl Debug for UpdateHookMatthias Beyer
2016-09-08Write index after committingMatthias Beyer
2016-09-08Write the tree before finding the parent commitsMatthias Beyer
2016-09-08Add some debug output if commit workedMatthias Beyer
2016-09-08We only need to pass the local part to git2 hereMatthias Beyer
2016-09-08Add debug output in UpdateHook::access()Matthias Beyer
2016-09-08Move hook impl to update hook as Store::create() is lazyMatthias 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-07Refactor Index fetching into helper functionMatthias Beyer
2016-09-07Rewrite fetch_repo() so we have less overhead in calling this helperMatthias Beyer
2016-09-07Add StoreAction::uppercase() utility functionMatthias Beyer
2016-09-07Outsource repository fetching into helper fnMatthias Beyer
2016-09-07Remove unused fn: mkrepo()Matthias Beyer
2016-09-07Remove unused fn: hasrepo()Matthias Beyer
2016-09-07Add initial implementation for UpdateHookMatthias Beyer
2016-09-07Add error kind for parent fetching errorMatthias Beyer
2016-09-07The helper commit_message() really should return an Result<String>Matthias Beyer
2016-09-07Reimplement Hook::set_config() for UpdateHookMatthias Beyer
2016-09-07impl Debug for UpdateHookMatthias Beyer
2016-09-07Add Runtime for UpdateHookMatthias Beyer
2016-09-07Use MapIntoHookError for mapping into hook errorMatthias Beyer
2016-09-07Add IntoHookError for convenience function map_into_hook_error()Matthias Beyer
2016-09-07Add error kind for index writing errorMatthias Beyer
2016-09-07Rewrite hook implementationMatthias Beyer
2016-09-07Add more error kindsMatthias Beyer
2016-09-07use Runtime as GRuntime, for clearnessMatthias Beyer
2016-09-07Fix get_bool_cfg()Matthias Beyer
2016-09-07Commit with "Initial commit" if there is no parentMatthias Beyer
2016-09-07Add errors for HEAD fetching HEAD-target fetching errorsMatthias Beyer
2016-09-07[TMP]Matthias Beyer
2016-09-07Refactor to use Result::map_dbg_err_str()Matthias Beyer
2016-09-07Add dependency: libimagutilMatthias Beyer
2016-09-07Insert dummy commit messageMatthias Beyer
2016-09-07Add StoreId prefix removalMatthias Beyer
2016-09-07Add error kind for error when stripping store id path prefixMatthias Beyer
2016-09-07Add debugging output in CreateHookMatthias Beyer
2016-09-07Add debugging output in RuntimeMatthias Beyer
2016-09-07Do not store reference to store path in the hook objectsMatthias Beyer
2016-09-07Implement CreateHook::access()Matthias Beyer
2016-09-07Simplify error creating code snippet, as we have From<> now implementedMatthias Beyer
2016-09-07Add error kind and impl From<Git2Error> for HEMatthias Beyer
2016-09-07Runtime::repository() should return HookResultMatthias Beyer
2016-09-07Let the commit_message() helper always return a proper commit msgMatthias Beyer
2016-09-07Remove lifetimes from Runtime structMatthias Beyer
2016-09-07Remove author/committer fetching, the git2 crate can do thisMatthias Beyer