projects
/
gimrr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d96e90
)
git-mr-push: push mr ref with tags
author
Frantisek Hrbata
<frantisek@hrbata.com>
Tue, 8 Dec 2020 13:20:39 +0000
(14:20 +0100)
committer
Frantisek Hrbata
<frantisek@hrbata.com>
Tue, 8 Dec 2020 13:20:39 +0000
(14:20 +0100)
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
git-mr-push
patch
|
blob
|
history
diff --git
a/git-mr-push
b/git-mr-push
index f2b8e18df620ed13d8a38b06d603a4f2db2ac6f6..6e48e3388ec60608e3c464fdfe9c4b4d54973f60 100755
(executable)
--- a/
git-mr-push
+++ b/
git-mr-push
@@
-43,13
+43,13
@@
if args.head:
types += ["head"]
if args.tags:
- types += ["tags"]
+ types += ["tags"
, "mr"
]
if args.mbox:
types += ["mbox"]
if not types:
- types = ["head", "mbox", "tags"]
+ types = ["head", "mbox", "tags"
, "mr"
]
if args.all:
mrs = mrlib.filter_revs(refs, types=["head"], users=[user])