diff options
Diffstat (limited to 'gitTag.proto')
| -rw-r--r-- | gitTag.proto | 1 |
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" |
