libgit2/tests/describe
Carlos Martín Nieto 3b6534b807 describe: split into gather and format steps
Instead of printing out to the buffer inside the information-gathering
phase, write the data to a intermediate result structure.

This allows us to split the options into gathering options and
formatting options, simplifying the gathering code.
2014-09-30 07:24:28 +02:00
..
describe_helpers.c describe: split into gather and format steps 2014-09-30 07:24:28 +02:00
describe_helpers.h describe: split into gather and format steps 2014-09-30 07:24:28 +02:00
describe.c describe: split into gather and format steps 2014-09-30 07:24:28 +02:00
t6120.c describe: split into gather and format steps 2014-09-30 07:24:28 +02:00