summaryrefslogtreecommitdiff
path: root/gitTag.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 13:40:48 -0500
committerJeff Carr <[email protected]>2025-09-11 13:40:48 -0500
commite395456c536b2458563d5e872a73e8667cc08659 (patch)
treec9976e9faecac92aeda0aca2cf60ee03a4890f1e /gitTag.proto
parentcb604213743839453565a58afbb72bb63a66a9e1 (diff)
cleaning up .git/config parsing
Diffstat (limited to 'gitTag.proto')
-rw-r--r--gitTag.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitTag.proto b/gitTag.proto
index eb04274..8c84f2b 100644
--- a/gitTag.proto
+++ b/gitTag.proto
@@ -15,7 +15,6 @@ message GitBranch { // `autogenpb:nomutex`
string name = 3; // the branch name from the config file
}
-// readGitConfig reads and parses the .git/config file
message GitConfig { // `autogenpb:nomutex`
map<string, string> core = 1; // map[origin] = "https:/git.wit.org/gui/gadgets"
map<string, GitRemote> remotes = 2; // map[origin] = "https:/git.wit.org/gui/gadgets"