Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-11 | fix sourcehut brach/tag resolving regression | Gabriel Fontes | |
nixos/nix#6290 introduced a regex pattern to account for tags when resolving sourcehut refs. nixos/nix#4638 reafactored the code, accidentally treating the pattern as a regular string, causing all non-HEAD ref resolving to break. This fixes the regression and adds more test cases to avoid future breakage. | |||
2022-06-07 | Fix 22.05 eval warnings | Eelco Dolstra | |
2022-03-19 | Fix sourcehut integration test | Gabriel Fontes | |
The new implementation relies on tab separting the hash and ref (this is how sourcehut does it). This fixes the integration test to use a tab instead of a space. | |||
2022-02-23 | add sourcehut integration test | Gabriel Fontes | |