summaryrefslogtreecommitdiff
path: root/git_crecord/main.py
Commit message (Expand)AuthorAge
* Use f-strings in more places instead of %-formattingAndrej Shadura2023-02-26
* Add trailing commas where possible, enable commas linterAndrej Shadura2022-03-26
* Make sure staging actually worksAndrej Shadura2022-03-25
* Add --version optionAndrej Shadura2022-03-25
* Sort imports, enable flake8-isortAndrej Shadura2022-03-24
* Fix Flake8 warningsAndrej Shadura2022-03-24
* Reformat sourcesAndrej Shadura2022-03-24
* Cleanup: typing, PEP 8, unused codeAndrej Shadura2022-03-24
* Add --fixup supportAndrej Shadura2022-03-19
* Remove an unused function and unused function parametersAndrej Shadura2022-03-19
* Add copyright and license notices, update the contributors listAndrej Shadura2022-03-06
* main: Refactor temporary file handlingAndrej Shadura2022-03-06
* Make configuration options actual propertiesAndrej Shadura2022-03-06
* Add more type annotations, simplify codeAndrej Shadura2022-03-06
* Process patches and file names without decoding them as UTF-8Andrej Shadura2022-03-06
* After a successful commit, try to refresh the indexAndrej Shadura2021-02-02
* Customize git-crecord exit codeDaniel Zimmerman2020-10-25
* Add extra cli args to git-crecordDaniel Zimmerman2020-10-25
* Add -c, -C, --reset-author, -S, --no-gpg-signAndrej Shadura2019-12-04
* Allow options to contain dashesAndrej Shadura2019-12-04
* Ignore ignoring gitignored filesAndrej Shadura2019-12-04
* Remove the spurious git status callAndrej Shadura2019-05-20
* Fix committing deletionsAndrej Shadura2019-02-17
* Add an initial staging implementationAndrej Shadura2018-08-06
* Remove the commit message templatingAndrej Shadura2018-07-11
* Use items() not iteritems()Andrej Shadura2018-07-06
* Pass the subcommand name as opts['operation']Andrej Shadura2018-07-03
* Rename the Python package to git_crecord.Andrew Shadura2016-12-26