diff options
| author | Jeff Carr <[email protected]> | 2025-09-07 12:06:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-07 12:06:42 -0500 |
| commit | 97fe127345c1362803501d74c10d02d999edde5a (patch) | |
| tree | ad406ca89b8d6b04ebff09b9abd7e96aa5b8d10a /repo.proto | |
| parent | da649abcebbcc71197d2eb4108535cead12c7004 (diff) | |
fields for 'forge pull'
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ message Repo { // `autogenpb string state = 23; // status or state. useful for building tooling GitTag currentTag = 24; // used to examine repo branches GitConfig gitConfig = 25; // protobuf of the current .git/config + string MasterHash = 26; // hash of the current master branch + string DevelHash = 27; // hash of the current devel branch } message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:gui` `autogenpb:nomutex` |
