summaryrefslogtreecommitdiffstats
path: root/libimagstorestdhook
AgeCommit message (Expand)Author
2017-01-19Move `[profile.dev] codegen-units = 2` to top-level Cargo.tomlmario
2016-10-31Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-unitsMatthias Beyer
2016-10-24libimagstorestdhook/Cargo.toml: Update dependenciesMatthias Beyer
2016-10-24Add codegen-units = 2 in ./libimagstorestdhook/Cargo.tomlMatthias Beyer
2016-10-20Fix: Cargo.toml does not know "website", but "homepage"Matthias Beyer
2016-10-19Merge pull request #815 from matthiasbeyer/release-prepMatthias Beyer
2016-10-18Add meta-info in libimagstorestdhook/Cargo.tomlMatthias Beyer
2016-10-17Raise error when reading links failed, rather than assuming `1`Matthias Beyer
2016-10-15Remove unused importsMatthias Beyer
2016-10-15Add hook for checking whether a about-to-be-deleted entry still has linksMatthias Beyer
2016-10-07Add more detailed errorsMatthias Beyer
2016-10-07Refactor codebase to be more readableMatthias Beyer
2016-10-07Add changes to index before committing, if config enabled itMatthias Beyer
2016-10-07Check diff, if empty do nothingMatthias Beyer
2016-10-06Add StoreAction enum type for store unload hookMatthias Beyer
2016-10-06Add initial codebase for store-unload hookMatthias Beyer
2016-10-06Check whether committing is enabled before doing soMatthias Beyer
2016-10-06Add helper to check whether committing is enabledMatthias 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 "Add helper fn to check whether the repository WD is dirty"Matthias Beyer
2016-09-20Revert "Abort the execution of the UpdateHook if repo isnt dirty"Matthias 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-20UpdateHook: return Ok(()) if disabledMatthias Beyer
2016-09-20DeleteHook: return Ok(()) if disabledMatthias Beyer
2016-09-20Add config helper to check whether hook is enabled or notMatthias Beyer
2016-09-19Merge pull request #752 from matthiasbeyer/libimagstorestdhook/git-integrationMatthias Beyer
2016-09-19Merge branch 'master' into libimagstorestdhook/git-integrationMatthias 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-19Add error kind for wrong branch checked outMatthias 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-19Change abort_on_repo_init_err() to take Value instead of Option<Value>Matthias Beyer
2016-09-19Fix debug messages in Runtime::ensure_cfg_branch_is_checked_out()Matthias Beyer
2016-09-19UpdateHook: Ensure the right branch is checked outMatthias Beyer
2016-09-19DeleteHook: Ensure the right branch is checked outMatthias Beyer
2016-09-19UpdateHook: Add config-based abort if repo init failedMatthias Beyer
2016-09-19DeleteHook: Add config-based abort if repo init failedMatthias Beyer
2016-09-19Add error kind for repo initialization errorsMatthias Beyer
2016-09-19Revert "Disable lints"Matthias Beyer
2016-09-18Provide better commit template message, including action and store idMatthias Beyer
2016-09-18Merge pull request #748 from matthiasbeyer/libimagstorestdhook/git-debug-outputMatthias Beyer
2016-09-18Merge pull request #747 from matthiasbeyer/libimagstorestdhook/git-fix-warn-m...Matthias Beyer
2016-09-18Merge pull request #746 from matthiasbeyer/libimagstorestdhook/git-refactor-e...Matthias Beyer
2016-09-18Remove unused error kindsMatthias Beyer