Modify ↓
#10731 closed defect (fixed)
Git version parsing breaks for "git version 1.7.7.5 (Apple Git-26)"
Reported by: | Peter Suter | Owned by: | Peter Suter |
---|---|---|---|
Priority: | normal | Milestone: | 1.0 |
Component: | plugin/git | Version: | |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
TracGit doesn't work if git --version
results in e.g. git version 1.7.7.5 (Apple Git-26)
(or any string with more than three space-separated parts):
Trac[git_fs] ERROR: GitError: Could not retrieve GIT version (tried to execute/parse '/usr/bin/git --version' but got ValueError('too many values to unpack',))
This was reported on the the mailing list and on github, where also a patch was provided.
Attachments (0)
Change History (3)
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Owner: | set to |
---|
comment:3 by , 12 years ago
Severity: | normal → minor |
---|
Note:
See TracTickets
for help on using tickets.
Fixed in [11067].