summaryrefslogtreecommitdiff
path: root/src/cgit_helper.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgit_helper.rs')
-rw-r--r--src/cgit_helper.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cgit_helper.rs b/src/cgit_helper.rs
index 04eae6e..f55c6d4 100644
--- a/src/cgit_helper.rs
+++ b/src/cgit_helper.rs
@@ -1,3 +1,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
+ * */
}