Hello,

On Fri, Oct 23, 2015 at 12:43 AM, Jacob Keller <[email protected]> wrote:
> Still assumes all tags appear at the bottom without extra spaces.

maybe just put it after the last found tag or at the end if no tag is found.

Why not check for tag at the beginning of line (with "^") to alleviate the
need for "\n" being present ? that sohuld cover more cases.

> Extends the known tags to include "Change-Id:", and still requires a new
> line before the first tag (so that it won't count if the commit message
> starts with a tag as the only thing). Does not generalize to all
> "tag-like" things, but will be re-used to support insertion of gerrit
> style Change-Ids.

-- 
Vincent Legoll

_______________________________________________
stgit-users mailing list
[email protected]
https://mail.gna.org/listinfo/stgit-users

Reply via email to