mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 17:14:52 +09:00
be95f15b21
Both Git and Darcs are supported - Darcs implementation applies right on the bare repo, I haven't tested to make sure it works right (federated MR demo is going to be only for Git) - Git implementation clones to temporary repo, runs `git am` on it to apply, then pushes to the real bare repo (because `git am` doesn't work on bare repos; I haven't tested yet to see how it handles conflicts; cloning and pushing should be efficient since the refs are just hardlinked rather than copied) |
||
---|---|---|
.. | ||
Control | ||
Crypto | ||
Darcs/Local | ||
Data | ||
Database | ||
Development | ||
Diagrams | ||
Formatting | ||
Language/Haskell/TH/Quote | ||
Network | ||
System/Process/Typed | ||
Text | ||
Vervis | ||
Web | ||
Yesod | ||
GitPackProto.hs |