summaryrefslogtreecommitdiff
path: root/git_crecord
Commit message (Expand)AuthorAge
* Fix a typo in a variable nameHEADarchive/debian/20230226.0-2masterAndrej Shadura2023-04-24
* Upgrade some typing bitsAndrej Shadura2023-02-26
* Remove unneeded extra parenthesesAndrej Shadura2023-02-26
* Use f-strings in more places instead of %-formattingAndrej Shadura2023-02-26
* Correctly handle no EOL at the end of fileAndrej Shadura2022-11-12
* Skip unmerged paths, if there are anyAndrej Shadura2022-04-07
* Split line iteration code out of writeAndrej Shadura2022-04-07
* Add trailing commas where possible, enable commas linterAndrej Shadura2022-03-26
* Make sure staging actually worksAndrej Shadura2022-03-25
* Advertise the current main operation in the headerAndrej Shadura2022-03-25
* Clarify that 'c' commits the current selectionAndrej Shadura2022-03-25
* Add --version optionAndrej Shadura2022-03-25
* Remove unused emptypatch methodAndrej Shadura2022-03-24
* Simplify the logic conditionAndrej Shadura2022-03-24
* Add a TODO at non-working trimcontext functionAndrej Shadura2022-03-24
* Silence usage of lambdas (E731)Andrej Shadura2022-03-24
* Sort imports, enable flake8-isortAndrej Shadura2022-03-24
* Fix Flake8 warningsAndrej Shadura2022-03-24
* Move the hunk splitting tests out of doctests into a separate fileAndrej Shadura2022-03-24
* Sort the lines in hunks by their original offset, skip unapplied additionsAndrej Shadura2022-03-24
* Fix the test to the expected output (currently failing)Andrej Shadura2022-03-24
* Add a test documenting the incorrect status quo with splitting hunksAndrej Shadura2022-03-24
* Make b'-'/b'+' constants within HunkLineAndrej Shadura2022-03-24
* Add type annotationsAndrej Shadura2022-03-24
* Add a repr for the hunkline classAndrej Shadura2022-03-24
* Reformat sourcesAndrej Shadura2022-03-24
* Simplify logic expressionsAndrej Shadura2022-03-24
* Drop commented-out codeAndrej 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
* Remove redundant importsAndrej Shadura2022-03-06
* Drop unused codeAndrej 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
* Implement Git path unquotingAndrej Shadura2022-03-06
* Add a doctest for filterpatchAndrej Shadura2022-03-06
* Drop unused code from MercurialAndrej Shadura2022-03-06
* Process patches and file names without decoding them as UTF-8Andrej Shadura2022-03-06
* crpatch: Refactor PatchNode.nextitem to not use exceptionsAndrej Shadura2022-03-06
* Rename classes to CamelCase, add type annotationsAndrej Shadura2022-03-06
* encoding: Drop unused code, reformatAndrej Shadura2022-03-06
* crpatch: Add type annotationsAndrej Shadura2022-03-06
* Drop useless inheritance from objectAndrej Shadura2022-03-06
* Improve the parsepatch doctestAndrej Shadura2022-03-05
* Add a doctest for scanpatchAndrej Shadura2022-03-05
* Add a doctest for parsepatchAndrej Shadura2022-03-05
* Disable Git's `core.quotePath` to fix usage with non-ASCII filenames.Allison Reid2021-11-28