StGIT and repo-config

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Yann Dirson
Date: Thursday, January 25, 2007 - 3:55 pm

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.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
StGIT and repo-config, Yann Dirson, (Thu Jan 25, 3:55 pm)
Re: StGIT and repo-config, Catalin Marinas, (Thu Jan 25, 4:45 pm)
Re: StGIT and repo-config, Johannes Schindelin, (Thu Jan 25, 4:58 pm)
Re: StGIT and repo-config, Yann Dirson, (Fri Jan 26, 10:53 am)
Re: StGIT and repo-config, Catalin Marinas, (Fri Jan 26, 3:51 pm)
Re: StGIT and repo-config, Johannes Schindelin, (Fri Jan 26, 4:12 pm)
Re: StGIT and repo-config, Yann Dirson, (Sat Jan 27, 3:33 am)
Re: StGIT and repo-config, Catalin Marinas, (Sun Jan 28, 4:30 pm)