This is ostensibly about adding docs for the g_autofree/g_autoptr macros. As part of doing that, however, the existing HACKING doc is merged into the CODING_STYLE doc and the text is converted to markdown with a table of contents.
Daniel P. Berrangé (4): docs: convert CODING_STYLE and HACKING to markdown syntax docs: merge HACKING.md contents into CODING_STYLE.md docs: document use of automatic cleanup functions in glib docs: add table of contents to CODING_STYLE.md CODING_STYLE | 216 ----------------- CODING_STYLE.md | 613 ++++++++++++++++++++++++++++++++++++++++++++++++ HACKING | 257 -------------------- README | 2 +- 4 files changed, 614 insertions(+), 474 deletions(-) delete mode 100644 CODING_STYLE create mode 100644 CODING_STYLE.md delete mode 100644 HACKING -- 2.21.0