On Wed, May 18, 2016 at 11:52:26AM -0400, Adam Jackson wrote: > Signed-off-by: Adam Jackson <[email protected]> > --- > autogen.sh | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/autogen.sh b/autogen.sh > index fc34bd5..da95aaa 100755 > --- a/autogen.sh > +++ b/autogen.sh > @@ -9,6 +9,9 @@ cd $srcdir > autoreconf -v --install || exit 1 > cd $ORIGDIR || exit $? > > +git config --local --get format.subjectPrefix || > + git config --local format.subjectPrefix "PATCH libXfont" > +
is it worth doing this in a generic manner everywhere? something like "basename `git remote get-url origin`" to get the module component. Cheers, Peter > if test -z "$NOCONFIGURE"; then > $srcdir/configure "$@" > fi > -- > 2.7.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
