summaryrefslogtreecommitdiffstats
path: root/src/util/git.rs
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-03-01Refactor: Open git repository in command::build()Matthias Beyer
2021-01-20Fix: Check the repository diff to workdir as wellMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias Beyer
2020-11-09Fix: Do not get shorthand of git commit, but hashMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-06Fix: Implementation of get_repo_head_commit()Matthias Beyer
2020-11-05Add helper to check whether repository is cleanMatthias Beyer
2020-11-05Add helper function to find git commitMatthias Beyer