osf-template.patch
text/x-diff
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: context
| File | + | − |
|---|---|---|
| src/template/osf | 3 | 0 |
*** pgsql-old/src/template/osf Thu Sep 5 08:54:18 2002
--- pgsql/src/template/osf Mon Jul 7 17:30:59 2003
***************
*** 4,6 ****
--- 4,9 ----
CC="$CC -std"
CFLAGS='-O4 -Olimit 2000'
fi
+ SUPPORTS_THREADS=yes
+ THREAD_CFLAGS="-pthread"
+