1 Feb 2008 01:17
Re: [PATCH] gitweb: Use config file or file for repository owner's name.
Jakub Narebski <jnareb <at> gmail.com>
2008-02-01 00:17:07 GMT
2008-02-01 00:17:07 GMT
On Thu, 31 Jan 2008, Johannes "Dscho" Schindelin wrote: > On Wed, 30 Jan 2008, Jakub Narebski wrote: >> Junio C Hamano <gitster <at> pobox.com> writes: >>> Junio C Hamano <gitster <at> pobox.com> writes: >>> >>> Rephrasing to be constructive (but remember, this is all post 1.5.4). >>> >>> * we would need for historical reasons to keep supporting >>> description and cloneurl for some time. There may be some >>> others, but the goal should be to deprecate and remove these >>> ad-hoc one-file-per-piece-of-information files. >>> >>> * we also need for historical reasons to keep supporting some >>> other stuff found in $git_dir/config of the project. >>> >>> If the config reading interface in gitweb is reasonably fast and >>> cheap, we can move the existing description/cloneurl to gitweb config >>> when deprecating them. New ones such as "owner" would naturally fit >>> there. >> >> Currently gitweb parses repo config file _once_, using one call to >> git-config -z -l. >> >> We could simply add description to the projects_list file, but it will >> be a bit backwards incompatibile change. > > Not if you say "the config overrides the description/cloneurl file", i.e. > when there is a description or a cloneurl from the config, don't even > bother to stat the single-line files.(Continue reading)
Documentation/git-send-email.txt | 19 +++++++++++++++----
git-send-email.perl | 23 +++++++++++++++++++----
2 files changed, 34 insertions(+), 8 deletions(-)
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 0554f2b..6d5abf4 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
<at> <at> -96,12 +96,23 <at> <at> The --cc option must be repeated for each user you want on the cc list.
servers typically listen to smtp port 25 and ssmtp port
465).
RSS Feed