I was very frustrated by my disappearing multiline commit messages, but just
the other day found the trick behind it : You have to have a blank line after your first line. So the format must be: One line summary Multiline commit description that follows a blank line. Without that blank line, git-send-email will throw away this part. ... hope that helps, as I was very confused about it for longer than I probably should have been :) Ryan On Fri, Aug 1, 2008 at 2:47 AM, paul POULAIN <[EMAIL PROTECTED]>wrote: > Joshua Ferraro a écrit : > > Hi Paul, > > > > This bug is marked FIXED, can you clarify what remaining issues there > > are and how your patch addresses them > > > it's all in my commit comment (although it doesn't appear on the ML :( ) : > > If you have invalid data in your serialitems table, the constraint > can't be set. > this patch delete any invalid data before adding the constraint. > No need to add a 104 : if you had no error in your datas, previous > 102 worked fine. > > > -- > Paul POULAIN > http://www.biblibre.com > Expert en Logiciels Libres pour l'info-doc > NOUVEAU TELEPHONE : 04 91 81 35 08 > > _______________________________________________ > Koha-patches mailing list > [email protected] > http://lists.koha.org/mailman/listinfo/koha-patches > -- Ryan Higgins LibLime * Open-Source Solutions for Libraries Featuring KohaZOOM ILS 888-564-2457 x704
_______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
