summaryrefslogtreecommitdiffstats
path: root/libimagstorestdhook/src/vcs/git/config.rs
AgeCommit message (Expand)Author
2016-10-07Add changes to index before committing, if config enabled itMatthias Beyer
2016-10-06Add helper to check whether committing is enabledMatthias Beyer
2016-10-01libimagstorestdhook: Add copyright notice to all filesMatthias Beyer
2016-09-20util: get_bool_cfg(): Output with warn!() instead of debug!()Matthias Beyer
2016-09-20util: get_bool_cfg(): more debug outputMatthias Beyer
2016-09-20Add config helper to check whether hook is enabled or notMatthias Beyer
2016-09-19Change abort_on_repo_init_err() to take Value instead of Option<Value>Matthias Beyer
2016-09-18Provide better commit template message, including action and store idMatthias Beyer
2016-09-18Fix warn!() output to be action sensitiveMatthias Beyer
2016-09-17Add documentation for the configuration utilitiesMatthias Beyer
2016-09-10Remove unused import: config moduleMatthias Beyer
2016-09-09Implement editor callingMatthias Beyer
2016-09-09Add string inputMatthias Beyer
2016-09-09Implement commit_message()Matthias Beyer
2016-09-07The helper commit_message() really should return an Result<String>Matthias Beyer
2016-09-07Fix get_bool_cfg()Matthias Beyer
2016-09-07Insert dummy commit messageMatthias Beyer
2016-09-07Let the commit_message() helper always return a proper commit msgMatthias Beyer
2016-09-07Revert "Add stubs for getting information from the config"Matthias Beyer
2016-09-07Add stubs for getting information from the configMatthias Beyer
2016-09-07Refactor: Use helper function internallyMatthias Beyer
2016-09-07Add helper to check whether to try to checkout the ensure_branch branchMatthias Beyer
2016-09-07Add helper to get the branch which must be checked out before any action take...Matthias Beyer
2016-09-07Add helper to check config whether to abort the hook failingMatthias Beyer
2016-09-07Add missing importsMatthias Beyer
2016-09-07Add (unimplemented) config helper functionsMatthias Beyer
2016-09-07Add basic module setupMatthias Beyer