From: Bruno Cesar Ribas <ribas@c3sl.ufpr.br>
To: Jakub Narebski <jnareb@gmail.com>
Cc: git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>
Subject: Re: [PATCH] contrib/hooks/post-receive-email: checks for gitweb.description
Date: Mon, 18 Feb 2008 00:46:59 -0300 [thread overview]
Message-ID: <20080218034659.GA21776@c3sl.ufpr.br> (raw)
In-Reply-To: <20080213002439.GA31455@c3sl.ufpr.br>
Forgoten?! 8^)
On Tue, Feb 12, 2008 at 10:24:40PM -0200, Bruno Cesar Ribas wrote:
> I can resend with no problem =)
>
> On Tue, Feb 12, 2008 at 12:17:57AM -0800, Jakub Narebski wrote:
> > Bruno Ribas <ribas@c3sl.ufpr.br> writes:
> >
> > > -projectdesc=$(sed -ne '1p' "$GIT_DIR/description")
> > > +if [ -f "$GIT_DIR/description" ]; then
> > > + projectdesc=$(sed -ne '1p' "$GIT_DIR/description")
> > > +else
> > > + projectdesc=$(git-config gitweb.description)
> >
> > + projectdesc=$(git config gitweb.description)
> >
> > > +fi
> > > # Check if the description is unchanged from it's default, and shorten it to
> > > # a more manageable length if it is
> > > if expr "$projectdesc" : "Unnamed repository.*$" >/dev/null
> > > --
> > > 1.5.4.24.gce08d
> >
> > (but this can be fixed when applying).
> >
> > --
> > Jakub Narebski
> > Poland
> > ShadeHawk on #git
> > -
> > 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
>
> --
> Bruno Ribas - ribas@c3sl.ufpr.br
> http://web.inf.ufpr.br/ribas
> C3SL: http://www.c3sl.ufpr.br
> -
> 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
--
Bruno Ribas - ribas@c3sl.ufpr.br
http://web.inf.ufpr.br/ribas
C3SL: http://www.c3sl.ufpr.br
next prev parent reply other threads:[~2008-02-18 3:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-12 3:25 [PATCH] contrib/hooks/post-receive-email: checks for gitweb.description Bruno Ribas
2008-02-12 8:17 ` Jakub Narebski
2008-02-13 0:24 ` Bruno Cesar Ribas
2008-02-18 3:46 ` Bruno Cesar Ribas [this message]
2008-02-18 6:03 ` Junio C Hamano
-- strict thread matches above, loose matches on Subject: below --
2008-02-11 20:02 Bruno Ribas
2008-02-11 21:20 ` Jakub Narebski
2008-02-11 21:49 ` BRUNO CESAR RIBAS
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080218034659.GA21776@c3sl.ufpr.br \
--to=ribas@c3sl.ufpr.br \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jnareb@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.