Commit Graph

8 Commits

Author SHA1 Message Date
Eman Resu
9d26adcd20 treewide: avoid using singleton lists for licenses 2026-07-15 13:56:52 -04:00
TomaSajt
398b16e16c treewide: remove useFetchCargoVendor usages 2025-07-26 11:39:35 +02:00
Axel Karjalainen
298aa40f23 git-prole: add shell completions 2025-04-10 18:50:41 +03:00
Alyssa Ross
63bff8c132 treewide: migrate to fetchCargoVendor, batch 1
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.

It should be possible to reproduce this diff.  To do so, get the list
of files changed by this commit, e.g. with git diff --name-only, then
run the following two commands, each with that list of files as their
standard input:

	xargs sed -i 's/^\(. *\)\(cargoHash\)\b/\1useFetchCargoVendor = true;\n\1cargoHash/'
	cut -d / -f 4 | xargs -n 1 nix-update --version=skip

This will take a long time.  It might be possible to parallelize it
using xargs' -P option.  I haven't tested it.
2025-01-23 11:46:43 +01:00
Peder Bergebakken Sundt
0cd04d3036 treewide: migrate fetchgit rev = "refs/tags/..." to tag 2025-01-04 00:19:17 +01:00
Rebecca Turner
1a03c1d383 git-prole: 0.5.1 -> 0.5.3
Diff: https://github.com/9999years/git-prole/compare/refs/tags/v0.5.1...v0.5.3

Changelog: https://github.com/9999years/git-prole/releases/tag/v0.5.3
2024-11-18 11:40:28 -08:00
Rebecca Turner
108dd28960 git-prole: 0.1.1 -> 0.5.1
Diff: https://github.com/9999years/git-prole/compare/refs/tags/v0.1.1...v0.5.1

Changelog: https://github.com/9999years/git-prole/releases/tag/v0.5.1
Changelog: https://github.com/9999years/git-prole/releases/tag/v0.5.0
Changelog: https://github.com/9999years/git-prole/releases/tag/v0.4.0

Changes:
- Convert multiple worktrees
- Improve path display
- Fix copying broken symlinks in `git prole add`
- Print a message if there's nothing to do when converting a repository
- Log working directory and env variables when running commands
- Fix `git prole add` in the container directory
- Run commands when adding worktrees
- `git prole add` now knows how to create `--detached` worktrees
- Add `branch_replacements` option
- Rework config option names
- Rename `git prole config generate` to `git prole config init`
- Add a user manual
2024-10-21 17:22:26 -07:00
Rebecca Turner
571b72a8c0 git-prole: init at 0.1.1
`git-prole` is a `git-worktree(1)` manager.
2024-10-13 20:58:06 -07:00