summaryrefslogtreecommitdiffstats
path: root/libimagstorestdhook
AgeCommit message (Expand)Author
2016-09-18Add debug output for DeleteHookMatthias Beyer
2016-09-18Add debug output for UpdateHookMatthias Beyer
2016-09-18Minify Runtime::new() by refactoring error tracingMatthias Beyer
2016-09-18Fix warn!() output to be action sensitiveMatthias Beyer
2016-09-18Add StoreAction::as_commit_message() utility fnMatthias Beyer
2016-09-18Merge pull request #739 from matthiasbeyer/libimagstorestdhook/git-delete-hookMatthias Beyer
2016-09-17Abort the execution of the UpdateHook if repo isnt dirtyMatthias Beyer
2016-09-17Add helper fn to check whether the repository WD is dirtyMatthias Beyer
2016-09-17Add implementation for delete hookMatthias Beyer
2016-09-17Impl Debug for DeleteHookMatthias Beyer
2016-09-17DeleteHook: Use Runtime object internally for storing configMatthias Beyer
2016-09-17Merge pull request #736 from matthiasbeyer/libimagstorestdhook/git-docuMatthias Beyer
2016-09-17Add documentation for the UpdateHook implementationMatthias Beyer
2016-09-17Add documentation for the Runtime utilityMatthias Beyer
2016-09-17Add documentation for the configuration utilitiesMatthias Beyer
2016-09-17Add documentation for the StoreAction util typeMatthias Beyer
2016-09-17Remove dead code: {Create,Retrieve}Hook implementationMatthias Beyer
2016-09-10Remove unused imports: util moduleMatthias Beyer
2016-09-10Remove unused imports: Update hookMatthias Beyer
2016-09-10Remove unused import: config moduleMatthias Beyer
2016-09-10Remove unused imports: create hookMatthias Beyer
2016-09-10runtime: Remove unused import SignatureMatthias Beyer
2016-09-09Implement editor callingMatthias Beyer
2016-09-09Add error kinds for editor callingMatthias Beyer
2016-09-09Add string inputMatthias Beyer
2016-09-09Add dep: libimaginteractionMatthias Beyer
2016-09-09Implement commit_message()Matthias Beyer
2016-09-09All StoreIds point to files, so this check does not make sense hereMatthias 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