projects
/
gimrr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106c5af
)
git-mr-show: use set instead of dict for tag listing
author
Frantisek Hrbata
<frantisek@hrbata.com>
Sun, 27 Dec 2020 11:26:28 +0000
(12:26 +0100)
committer
Frantisek Hrbata
<frantisek@hrbata.com>
Sun, 27 Dec 2020 11:26:28 +0000
(12:26 +0100)
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
git-mr-show
patch
|
blob
|
history
diff --git
a/git-mr-show
b/git-mr-show
index c9769590b6e899f7ffa074f232b089bbe950b050..f99b3559bc586d3c0d99f4edca436abf25fd4307 100755
(executable)
--- a/
git-mr-show
+++ b/
git-mr-show
@@
-167,7
+167,7
@@
tag_desc = {
}
if args.tags:
- tset =
dic
t()
+ tset =
se
t()
for commits in tags.values():
for tags in commits.values():
for tag in tags: