Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | log: move package to lib | Robin Jarry | 2024-02-14 | 1 | -1/+1 |
| | | | | | | | This has nothing to do at the root of the source tree. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Bence Ferdinandy <bence@ferdinandy.com> | ||||
* | pama: implement the revision control logic | Koni Marti | 2023-12-30 | 1 | -0/+48 |
Implement the RevisionController interface to interact with a respository control system. Add the implementation for git. Other revision systems such as mercurial, pijul or fossil can be extended. Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc> |