aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pama/revctrl
Commit message (Collapse)AuthorAgeFilesLines
* pama: implement the revision control logicKoni Marti2023-12-302-0/+160
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>