On 25/10/05, Linus Torvalds [off-list ref] wrote:
On Tue, 25 Oct 2005, Junio C Hamano wrote:
quoted
Catalin Marinas [off-list ref] writes:
quoted
Since the configuration files use the .ini like syntax, is it OK for
StGIT to use the same file, with an "[stgit]" section?
I think that is a reasonable thing to do.
Absolutely. The whole thing was _designed_ to be used that way. Any C user
should be able to just link against config.o without even bothering with
the rest of git (the only git-specific thing there should be some naming),
and any script user can either
I use Python for StGIT and it has support for parsing .ini syntax, no
need to use GIT for this (unless the syntax you chose would diverge
too much).
--
Catalin