| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: fix typos in comments•••Made with ```shell git restore . fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF" typos --no-check-filenames --write-changes "$1" git diff --exit-code "$1" && exit #( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1" count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )" count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )" [[ $count1 -ne $count2 ]] && git restore "$1" EOF )" -- {} ``` and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch` I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with. | Peder Bergebakken Sundt | 2025-02-24 | 1 | -1/+1 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python3Packages.dict2xml: 1.7.5 -> 1.7.6•••https://github.com/delfick/python-dict2xml/releases/tag/release-1.7.6 | Martin Weinelt | 2024-10-13 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -11/+8 |
| * | python3Packages.dict2xml: 1.7.4 -> 1.7.5•••https://github.com/delfick/python-dict2xml/releases/tag/release-1.7.5 | Martin Weinelt | 2024-03-12 | 1 | -2/+2 |
| * | python311Packages.dict2xml: refactor | Fabian Affolter | 2024-01-20 | 1 | -1/+1 |
| * | python311Packages.dict2xml: 1.7.3 -> 1.7.4 | R. Ryantm | 2024-01-20 | 1 | -2/+2 |
| * | python310Packages.dict2xml: Use hatchling as build backend | Martin Weinelt | 2023-03-10 | 1 | -2/+2 |
| * | python3Packages.dict2xml: 1.7.2 -> 1.7.3 | Martin Weinelt | 2023-03-03 | 1 | -2/+2 |
| * | python310Packages.dict2xml: 1.7.1 -> 1.7.2•••Changelog: https://github.com/delfick/python-dict2xml/releases/tag/release-1.7.2 | Fabian Affolter | 2023-02-24 | 1 | -6/+16 |
| * | python310Packages.dict2xml: add changelog to meta | Fabian Affolter | 2023-02-24 | 1 | -0/+1 |
| * | python3Packages.dict2xml: clean-up, add pythonImportsCheck | Fabian Affolter | 2022-02-17 | 1 | -4/+13 |
| * | python310Packages.dict2xml: 1.7.0 -> 1.7.1 | R. Ryantm | 2022-02-17 | 1 | -2/+2 |
| * | python27Packages.dict2xml: 1.6.1 -> 1.7.0 | R. RyanTM | 2020-05-12 | 1 | -2/+2 |
| * | pythonPackages.dict2xml: init at 1.6.1 | Daniel Schaefer | 2019-09-25 | 1 | -0/+20 |
