summaryrefslogtreecommitdiff
path: root/src/cgit_helper.rs
blob: f55c6d4d9f2dd128a4e46bd918da9926795b5c7a (plain)
1
2
3
4
5
6
7
8

pub fn cgit_add_repo(cgit_repos_file_path: String, section_name: String) {
    /* TODO
    * Change configuration in /path/to/cgitrepos 
    * to make visible the new repository
    * maybe let user choose if they want repo to be visible or not
    * */
}