Modify ↓
Opened 10 years ago
Closed 10 years ago
#11964 closed defect (fixed)
Tag in git repository is not shown in browser view
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.5 |
Component: | plugin/git | Version: | 1.0-stable |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Fix not showing tags of Git repository in browser view. |
||
API Changes: | |||
Internal Changes: |
Description
Tag in git repository is not shown in browser view.
Attachments (2)
Change History (4)
by , 10 years ago
Attachment: | builtin-git-20150219T1945.png added |
---|
by , 10 years ago
Attachment: | pygit2-20150219T1945.png added |
---|
comment:1 by , 10 years ago
Milestone: | next-stable-1.0.x → 1.0.5 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 10 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Proposed changes in [29370c250/jomae.git]. This is caused by missing
get_tags()
ofGitChangeset
andGitCachedChangeset
.