git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* StGIT and repo-config
@ 2007-01-25 22:55 Yann Dirson
  2007-01-25 23:45 ` Catalin Marinas
  0 siblings, 1 reply; 8+ messages in thread
From: Yann Dirson @ 2007-01-25 22:55 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: GIT list

I'm trying to get StGIT to work with git's config information.
Currently, the stgit.config stuff uses a generic ConfigParser, which
I'm not sure is adequate for the work:

- it requires to forge section names like 'branch "foo"'
- it is only a reader and I'm not sure it is easy to turn it to a
writer.  It has a set() method, but it appears to only act on
in-memory stuff.
- since it parses the file at startup, it would not see any change
done from stgit by calling repo-config.
- the canonical way to access the info is git-repo-config.

I'd think this would be sufficient to rewrite stgit.config.
No objection ?

Best regards,
-- 
Yann.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-01-28 23:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-25 22:55 StGIT and repo-config Yann Dirson
2007-01-25 23:45 ` Catalin Marinas
2007-01-25 23:58   ` Johannes Schindelin
2007-01-26 17:53     ` Yann Dirson
2007-01-26 22:51       ` Catalin Marinas
2007-01-26 23:12       ` Johannes Schindelin
2007-01-27 10:33         ` Yann Dirson
2007-01-28 23:30           ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).