1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2025-01-16 05:25:09 +09:00
vervis/src
fr33domlover 69229fb80e Enable Darcs repo creation using the executable
Darcs does export most of its module tree, but there's a problem: Darcs
relies on the current directory. It changes the current directory of the
process to the repo, and then proceeds using paths relative to the repo
dir. This is bad for my case here. If some other thread uses a relative
path (e.g. currently any repo path is relative by default) in parallel,
it will fail.

For now, the quick path around this problem is to use the `darcs`
program.
2016-05-04 11:44:06 +00:00
..
Darcs Enable Darcs repo creation using the executable 2016-05-04 11:44:06 +00:00
Data Dedicated module for "time ago" 2016-05-03 01:20:23 +00:00
Network/SSH Remove old Git related code /again/... I have ghost files here 2016-04-11 22:37:47 +00:00
Text/FilePath Use Pandoc for document rendering, for now just Markdown 2016-04-17 17:55:23 +00:00
Vervis Enable Darcs repo creation using the executable 2016-05-04 11:44:06 +00:00
GitPackProto.hs Parse the git-uploac-pack SSH command properly 2016-04-19 09:42:02 +00:00