Reading a Git repository, without Git

前端 未结 4 1658
有刺的猬
有刺的猬 2020-12-07 15:24

I\'m researching the idea of building a super-small (preferably PHP) web app, which will serve (among other things) as a minimal front-end to a git repository.

4条回答
  •  眼角桃花
    2020-12-07 15:53

    You may also want to check out the Cgit project since they've done something similar (except they build their own git library -- also to avoid running git directly).

    There's JGit, a pure Java implementation, that may be useful to you.

提交回复
热议问题