summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Frantisek Hrbata [Tue, 8 Dec 2020 13:06:46 +0000 (14:06 +0100)]
git-mr-create: store mr tags to separate ref
Tags which cannot be changed, like base, commits or commits count, are
stored under new mr ref. Also don't store commit subjects and other
info in tags. Let's get them directly from git in mrlib.load_tags.
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
Frantisek Hrbata [Thu, 3 Dec 2020 17:43:29 +0000 (18:43 +0100)]
git-mr-show: add vn format
All tag values should have newlines escaped. This format allows
to diplay values with newline interpreted.
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
Frantisek Hrbata [Thu, 3 Dec 2020 17:25:51 +0000 (18:25 +0100)]
git-mr-create: escape newline in all tags, not only in MR description
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
Frantisek Hrbata [Thu, 3 Dec 2020 13:27:20 +0000 (14:27 +0100)]
git-mr-create: add check for already existing MR
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
Frantisek Hrbata [Tue, 1 Dec 2020 13:23:13 +0000 (14:23 +0100)]
Initial commit
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>