Skip to content
Snippets Groups Projects

Add new GetPatchID RPC

Merged Sincheol (David) Kim requested to merge 4612-add-support-for-patch-id-generation into master
Compare and Show latest version
4 files
+ 127
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -81,6 +81,9 @@ var commandDescriptions = map[string]commandDescription{
"diff": {
flags: scNoRefUpdates,
},
"patch-id": {
flags: scNoRefUpdates,
},
"diff-tree": {
flags: scNoRefUpdates,
},
Loading