summaryrefslogtreecommitdiff
path: root/src/cgit_helper.rs
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2024-12-24 12:45:16 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2024-12-24 12:45:16 +0200
commit6318ba136713965b297ba828958faa9e378da08d (patch)
tree73ead79a60f319d0b45b3ab32de62dd530947c05 /src/cgit_helper.rs
parent89399a98fd627e8ac780e345db96b1a1e91e7c98 (diff)
downloadgit_service-6318ba136713965b297ba828958faa9e378da08d.tar.gz
git_service-6318ba136713965b297ba828958faa9e378da08d.tar.bz2
git_service-6318ba136713965b297ba828958faa9e378da08d.zip
feat: git and cgit changes
cgit: add scaffolding for appending to cgitrepos git: change some stuff around so rust-analyzer stops shouting at me
Diffstat (limited to 'src/cgit_helper.rs')
-rw-r--r--src/cgit_helper.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgit_helper.rs b/src/cgit_helper.rs
index 703f518..04eae6e 100644
--- a/src/cgit_helper.rs
+++ b/src/cgit_helper.rs
@@ -1,3 +1,3 @@
-pub fn cgit_add_repo(cgit_repos_file_path: String) {
+pub fn cgit_add_repo(cgit_repos_file_path: String, section_name: String) {
}