summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-04-27Changed nom version to v5. (#478)Patrick Junger
2020-04-22Removed terminal output in case file output is used. (#469)Patrick Junger
2020-04-14Added optional path filtering. (#458)Patrick Junger
2020-04-10Implemented small suggestions by clippy (#456)Patrick Junger
2019-03-16Update toml to 0.5.0 (#111)Sascha Grunert
2019-01-12Udpate for rust 2018 edition (#61)Sascha Grunert
2018-08-17Add tag filter feature (#9)Sascha Grunert
2018-08-04Update dependencies (#7)Sascha Grunert
2018-03-09Update dependencies and fix git2 0.7 changes1.6.3Sascha Grunert
2017-12-30Update dependencies1.6.2Sascha Grunert
2017-07-02Fixed coloring bug1.6.1Sascha Grunert
2017-07-01Updated dependencies, fixed disabled coloring buggSascha Grunert
2017-05-03Fixed clippy lintsSascha Grunert
2017-05-03Fixed builds with newer Rust versionsSascha Grunert
2017-03-18Changed internal error handling to use error-chain crate1.4.2Sascha Grunert
2017-02-13Fixed clippy issuesSascha Grunert
2017-02-13Fixed build to toml 0.3.0Sascha Grunert
2016-12-28Changed dependencies and fixed clippy reports1.3.1Sascha Grunert
2016-12-22Changed to mowl dependency for loggingSascha Grunert
2016-12-22Changed to newest nom version1.3.0Sascha Grunert
2016-11-16Improved main error handlingSascha Grunert
2016-11-16Improved function name handlingSascha Grunert
2016-11-16Changed Error handling to Box<Error> approachSascha Grunert
2016-11-16Fixed parsing bug with empty commit message partsSascha Grunert
2016-11-16Improved main error handlingSascha Grunert
2016-11-11Fixed patterns in functions without bodiesSascha Grunert
2016-11-11Changed try! to ?Sascha Grunert
2016-11-05Added zsh completionNico Wagner
2016-10-25Fixed error when logger is already setSascha Grunert
2016-10-25Improved logging facadeSascha Grunert
2016-10-20Changed : to =Sascha Grunert
2016-10-20Removed syntax issues from toml documentationSascha Grunert
2016-10-20Fixed "allowd" typoSascha Grunert
2016-10-20Removed "pub" typo within documentationSascha Grunert
2016-10-20Fixed toml comments in documentationSascha Grunert
2016-10-18Fixed bug when prefix is an empty string1.0.0Sascha Grunert
2016-10-10Added "category_delimiters" configuration optionSascha Grunert
2016-10-09Changed version to 0.8.0Sascha Grunert
2016-10-09Fixed additional newline at the beginning of the file outputSascha Grunert
2016-10-08Improved header printing by adding an additional newline0.7.0Sascha Grunert
2016-10-08Fixed bug for printing footers when section wasnt print at allSascha Grunert
2016-10-08Fixed failing unit testSascha Grunert
2016-10-08Added wrapper chmod function for windows buildsSascha Grunert
2016-10-08Fixed permissions under windowsSascha Grunert
2016-10-08Fixed build issues under windows or non unix systemsSascha Grunert
2016-10-07Improved test coverage for preparationSascha Grunert
2016-10-07Added commit message tag verification featureSascha Grunert
2016-10-07Removed unit test 7Sascha Grunert
2016-10-07Fixed unit testsSascha Grunert
2016-10-07Improved overall test coverageSascha Grunert