#886 closed defect (fixed)
Git commit logs do not update tickets
Reported by: | strk | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 3.6.3 |
Component: | Default | Version: | 3.6.2 |
Severity: | Unassigned | Keywords: | |
Cc: |
Description
Although the trac component is enabled, and trac can clearly see commits in git, there's no ticket updating happening, for some reason.
Change History (3)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I'll assume closed, although I could not verify.
For those who have access to it, the fixing commit is: https://git.osgeo.org/gitea/geos/geos-git-hooks/commit/c5f2d7eeee917aa0353a2f0ba5f8012010b84545
Note:
See TracTickets
for help on using tickets.
It looks we were skipping any ref not matching
/refs/heads/*
but our refs are NOT prefixed with a slash. Should work now.