tags 403505 pending
thanks

Hi Guido,

Thank you for the patch.  I have committed it to my source tree and it
will be a part of the next release.

-- John

On Sun, Dec 17, 2006 at 04:41:07PM +0100, Guido Guenther wrote:
> Package: git-load-dirs
> Version: 1.0.35
> Severity: minor
> Tags: patch
> 
> Hi,
> currently the summary message can be given on the command line but it's
> silently being ignored. Since the summary in git is the first line of
> the commit message we simply prepend the summary if it's given on the
> command line otherwise we take what's autogenerated.
> Please apply,
>  -- Guido

> --- tla-load-dirs-1.0.35/tla_support/tla_wc.foo       2006-12-17 
> 15:50:29.000000000 +0100
> +++ tla-load-dirs-1.0.35/tla_support/tla_wc.py        2006-12-17 
> 15:54:43.000000000 +0100
> @@ -136,7 +136,9 @@
>          self.logfn = os.path.abspath(logfn)
>          
>          fd = open(self.logfn, "w")
> -        if not isdarcs() and not isgit():
> +        if isgit():
> +            fd.write("%s\n\n" % summary)
> +        elif not isdarcs():
>              fd.write("Summary: %s\n" % summary)
>              fd.write("Keywords: \n\n")
>          fd.write(logtext)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to