summaryrefslogtreecommitdiffstats
path: root/libimagstorestdhook/src/vcs/git/update.rs
AgeCommit message (Expand)Author
2017-06-06libimagstorestdhook: RemoveMatthias Beyer
2016-10-06Check whether committing is enabled before doing soMatthias Beyer
2016-10-01libimagstorestdhook: Add copyright notice to all filesMatthias Beyer
2016-09-20Return if the file is not new and not modifiedMatthias Beyer
2016-09-20Add debug output on file statusMatthias Beyer
2016-09-20Merge pull request #757 from matthiasbeyer/libimagstorestdhook/git-revert-no-...Matthias Beyer
2016-09-20Revert "Abort the execution of the UpdateHook if repo isnt dirty"Matthias Beyer
2016-09-20UpdateHook: return Ok(()) if disabledMatthias Beyer
2016-09-19UpdateHook: Ensure the right branch is checked outMatthias Beyer
2016-09-19UpdateHook: Add config-based abort if repo init failedMatthias Beyer
2016-09-18Provide better commit template message, including action and store idMatthias Beyer
2016-09-18Add debug output for UpdateHookMatthias Beyer
2016-09-17Abort the execution of the UpdateHook if repo isnt dirtyMatthias Beyer
2016-09-17Add documentation for the UpdateHook implementationMatthias Beyer
2016-09-10Remove unused imports: Update hookMatthias Beyer
2016-09-09Implement editor callingMatthias 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-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-07Outsource repository fetching into helper fnMatthias Beyer
2016-09-07Add initial implementation for UpdateHookMatthias 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-07Do not store reference to store path in the hook objectsMatthias Beyer
2016-09-07Add store path member for update hookMatthias Beyer
2016-09-07Add boilerplate for update hookMatthias Beyer
2016-09-07Add basic module setupMatthias Beyer