projects
/
gimrr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99091f6
)
git-mr-fetch: fetch mr ref with tags
author
Frantisek Hrbata
<frantisek@hrbata.com>
Tue, 8 Dec 2020 13:19:51 +0000
(14:19 +0100)
committer
Frantisek Hrbata
<frantisek@hrbata.com>
Tue, 8 Dec 2020 13:19:51 +0000
(14:19 +0100)
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
git-mr-fetch
patch
|
blob
|
history
diff --git
a/git-mr-fetch
b/git-mr-fetch
index c5b13eed8f5f37849b60f68e87fafa23f36d366e..8a9add1e7687febde94205cba2d54ce744a89c56 100755
(executable)
--- a/
git-mr-fetch
+++ b/
git-mr-fetch
@@
-59,13
+59,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.force:
newrefs = mrlib.filter_refs(newrefs, mrs=mrs, types=types)