release-changes-ocd-typo.patch
text/x-diff
Filename: release-changes-ocd-typo.patch
Type: text/x-diff
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| src/tools/RELEASE_CHANGES | 0 | 0 |
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
new file mode 100644
index 5f1277a..aba1630
*** a/src/tools/RELEASE_CHANGES
--- b/src/tools/RELEASE_CHANGES
*************** Then doing it like this:
*** 164,170 ****
void print_stuff(int arg1, int arg2)
{
! print_stuff(arg1, arg2, 0);
}
would maintain binary compatibility. Obviously this would add a fair
--- 164,170 ----
void print_stuff(int arg1, int arg2)
{
! print_stuff2(arg1, arg2, 0);
}
would maintain binary compatibility. Obviously this would add a fair