be more specific and git native

This commit is contained in:
Gary R Krause 2023-03-04 11:32:34 -05:00
parent ac80fdb755
commit 1bb4fa0a47

4
69.md
View File

@ -36,8 +36,8 @@ A source control event MAY contain an `m` tag indicating the event is specific t
... ...
"kind": 69, "kind": 69,
"tags": [ "tags": [
["b", <repository url>, <repository url>, ...], ["b", <repository remote identifier (url, etc)>, <repository remote identifier (url, etc)>, ...],
["m": <branch to be merged into>, <branch to be merged in>, <URL of merging in repository>], ["m": <commit hash (branch head) to be merged into>, <commit hash (branch head) to be merged in>, <URL of merging in repository>],
["l": <file name/path>, <line number>] ["l": <file name/path>, <line number>]
], ],
"content": <arbitrary string>, "content": <arbitrary string>,