gimrr.git
2020-12-22 Frantisek Hrbatadoc: add clone url for contribution v0.2
2020-12-22 Frantisek Hrbatagit: ignore python's bytecode files
2020-12-22 Frantisek Hrbatamake: add deb target
2020-12-22 Frantisek Hrbatadeb: initial version of control file for deb package
2020-12-22 Frantisek Hrbatarpm: set version and release from makefile variables
2020-12-22 Frantisek Hrbatamake: define RELEASE and VERSION variables
2020-12-22 Frantisek Hrbatadoc: add doc about configuration and update refs info
2020-12-21 Frantisek Hrbatadoc: tags in tags ref has to match mr and user on server
2020-12-20 Frantisek Hrbatadoc: describe push rules in more detail
2020-12-20 Frantisek Hrbatadoc: git-mr-create add info about default tags
2020-12-20 Frantisek Hrbatadoc: add info about tag restriction
2020-12-20 Frantisek Hrbatadoc: add note that dirs for --write-revs are created
2020-12-20 Frantisek Hrbatagit-mr-reply: create revs dir if it doesn't exist
2020-12-20 Frantisek Hrbatagit-mr-comment-show: create revs dir if it doesn't...
2020-12-20 Frantisek Hrbatamake: add git-mr-comment-show.txt
2020-12-20 Frantisek Hrbatadoc: add git-mr-comment-show.txt
2020-12-20 Frantisek Hrbatadoc: add info about git-mrcomment-(list|show) commands...
2020-12-19 Frantisek Hrbatadoc: add git-mr-comment-list to git-mr
2020-12-19 Frantisek Hrbatadoc: add git-mr-comment-list.txt
2020-12-19 Frantisek Hrbatadoc: add git-mr-comment-list.txt
2020-12-19 Frantisek Hrbatagit-mr-comment-list: allow limit comments by recipients
2020-12-19 Frantisek Hrbatagit-mr-comment-list: allow extended regexp
2020-12-19 Frantisek Hrbatagit-mr-comment-list: allow limit comments by author
2020-12-19 Frantisek Hrbatagit-mr-comment-list: allow limit comments by date
2020-12-18 Frantisek Hrbatamakefile: add git-mr-merge.txt
2020-12-18 Frantisek Hrbatadoc: add git-mr-merge description
2020-12-18 Frantisek Hrbatagit-mr-merge: include MR base in the merge commit
2020-12-18 Frantisek Hrbatagit-mr-merge: check for base and subject
2020-12-18 Frantisek Hrbatagit-mr-merge: add --edit option
2020-12-18 Frantisek Hrbatadoc: add git-mr-reply reference to git-mr
2020-12-18 Frantisek Hrbatamakefile: add help target and make it the default one
2020-12-18 Frantisek Hrbatagit-mr-reply: abort on empty message
2020-12-18 Frantisek Hrbatamakefile: add git-mr-(reply|merge|comment-list|comment...
2020-12-18 Frantisek Hrbatamakefile: add git-mr-reply.txt
2020-12-18 Frantisek Hrbatadoc: add git-mr-reply description
2020-12-16 Frantisek Hrbatagit-mr-merge: initial implementation
2020-12-16 Frantisek Hrbatagit-mr-tag: don't allow adding tags which are owner...
2020-12-16 Frantisek Hrbatamrlib: define owner's tags
2020-12-16 Frantisek Hrbatagit-mr-update: owner's tags moved to mrlib
2020-12-16 Frantisek Hrbatagit-mr-tag: don't allow users to add reserved tags
2020-12-16 Frantisek Hrbatagit-mr-update: use reserved tag names from mrlib
2020-12-16 Frantisek Hrbatamrlib: move reserved tag names to mrlib
2020-12-16 Frantisek Hrbatagit-mr-update: check that MR in in-reply-to header...
2020-12-16 Frantisek Hrbatagit-mr-reply: don't add rev to read comments if user...
2020-12-16 Frantisek Hrbatagit-mr-comment-list: don't list user's own comments...
2020-12-16 Frantisek Hrbatagit-mr-reply: initial implementation
2020-12-16 Frantisek Hrbatamrlib.py: interpret new lines for MR description while...
2020-12-16 Frantisek Hrbatamrlib.py: add patches2mrs helper
2020-12-15 Frantisek Hrbatagit-mr-comment-show: initial implementation
2020-12-15 Frantisek Hrbatagit-mr-comment-list: add --new-only option
2020-12-14 Frantisek Hrbatagit-mr-comment-list: initial implementation
2020-12-11 Frantisek Hrbatamrlib.py: add comments2mrs
2020-12-10 Frantisek Hrbatamrlib: really verify the revs in verify_commits
2020-12-10 Frantisek Hrbatagit-mr-sendmail: remove forgotten debug print
2020-12-10 Frantisek Hrbatamrlib: add verify_comments
2020-12-08 Frantisek Hrbatadoc: remove git-mr-mbox.txt.bak
2020-12-08 Frantisek Hrbatagit-mr-update: add checks for mr ref
2020-12-08 Frantisek Hrbatamrlib: check mr and user values while loading tags
2020-12-08 Frantisek Hrbatagit-mr-push: push mr ref with tags
2020-12-08 Frantisek Hrbatagit-mr-fetch: fetch mr ref with tags
2020-12-08 Frantisek Hrbatagit-mr-remove: remove mr ref along with tags
2020-12-08 Frantisek Hrbatagit-mr-show: don't add mr and commit hash info to tags
2020-12-08 Frantisek Hrbatamrlib: load commit tags from git in load_tags
2020-12-08 Frantisek Hrbatagit-mr-create: store mr tags to separate ref
2020-12-03 Frantisek Hrbatagit-mr-show: add vn format
2020-12-03 Frantisek Hrbatagit-mr-create: escape newline in all tags, not only...
2020-12-03 Frantisek Hrbatagit-mr-create: add check for already existing MR
2020-12-01 Frantisek HrbataInitial commit