summaryrefslogtreecommitdiff
path: root/readme.org
blob: 5dabeb94142b431194c990dfc770c986b34ab359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#+TITLE: Shackle Shell

A shell intended for restricted access on a version control repo server.

This is intended as a replacement for [[https://git-scm.com/docs/git-shell][Git Shell]], but with the additional
commands I want to create new repos, rearrange things, etc built
in.

It will also limit access to only git repos within the file hierarchy I use.

Additionally, this may support passthrough for other version control system like
Pijul.

* Roadmap

- [X] interactive command prompt
- [X] exit command
- [ ] git init of private repo
- [X] responds to unknown commands
- [ ] git fetch
  - git receive-pack <argument>
- [ ] git push
  - git upload-pack <argument>, git upload-archive <argument>
- [ ] git init of shared repos
- [ ] help command
- [ ] listing of repos
- [ ] history (only within same session)
- [ ] set repo descriptions
- [ ] set the main branch of a repo
- [ ] move a repo to a different group
- [ ] housekeeping git tasks (git fsck, git gc)
- [ ] pijul fetch and pijul push
- [ ] pijul support on other commands