| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
The previous name was renamed, as it clashed with the NixOS module
system.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This never really worked and would only really be useful, if I merged
things by hand.
But the only way forward, I see right now, is paved by avoiding the need
to merge stuff altogether.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
They got themselves removed from Mozilla's Add-on store. To update the
extensions, I know need to remove them temporarily until the situation
is resolved.
Relevant issue: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake-webext/-/issues/89
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
'l' is already taken.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
'Backup' is in this context just wrong.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Beforehand it resolved a name conflict based on the base name alone:
```
USER: script
ALREADY_EXISTING_FILE: script
```
But the final script would then be named `script.sh`, thus, the check
must include the `.sh`.
|