| 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 |
| * | python312Packages.bitsandbytes: 0.45.0 -> 0.45.1 | R. Ryantm | 2025-01-30 | 1 | -2/+2 |
| * | python312Packages.bitsandbytes: 0.44.1 -> 0.45.0 | R. Ryantm | 2024-12-16 | 1 | -3/+3 |
| * | python312Packages.bitsandbytes: 0.43.1 -> 0.44.1•••Diff: https://github.com/TimDettmers/bitsandbytes/compare/refs/tags/0.43.1...0.44.1 Changelog: https://github.com/TimDettmers/bitsandbytes/releases/tag/0.44.1 | Gaetan Lepage | 2024-10-30 | 1 | -45/+58 |
| * | python3Packages.bitsandbytes: 0.42.0 -> 0.43.1•••https://github.com/TimDettmers/bitsandbytes/releases/tag/0.43.1 | Martin Weinelt | 2024-06-24 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -40/+42 |
| * | python311Packages.bitsandbytes: add changelog to meta•••- equalize content - refactor | Fabian Affolter | 2024-02-19 | 1 | -5/+14 |
| * | python311Packages.bitsandbytes: 0.41.0 -> 0.42.0 | R. Ryantm | 2024-02-18 | 1 | -2/+2 |
| * | python3Packages.bitsandbytes: remove unecessary `nativeCheckInputs` | Samuel Ainsworth | 2023-09-15 | 1 | -4/+0 |
| * | python310Packages.bitsandbytes: 0.38.0 -> 0.41.0 | Ben Darwin | 2023-08-09 | 1 | -6/+8 |
| * | python310Packages.bitsandbytes: init at 0.38.0 | Ben Darwin | 2023-04-13 | 1 | -0/+98 |
