Commit graph

5 commits

Author SHA1 Message Date
31ef0c19fb feat(config): use specified gitdir when supplied
The user can specify a gitdir for a repo in the `git-next-server.toml` file.
When they do, then we should use that directory.

Closes kemitix/git-next#71
2024-04-29 06:52:50 +01:00
e357da4346 chore(deps): update kxio to v1.1.0 2024-04-28 16:53:02 +01:00
ff6e61b0ee feat: validate repo if it already exists
Closes kemitix/git-next#60
2024-04-25 19:41:41 +01:00
555aada7e9 fix(#61): Format path to clone into correctly
Closes kemitix/git-next#61

`GitDir` was being inserted into the command string as
"GitDir(\"data/default/foo\")".
2024-04-23 18:58:07 +01:00
e10561f853 refactor(server/config): move tests into their own file 2024-04-21 18:24:14 +01:00