Modify ↓
Opened 14 years ago
Closed 14 years ago
#8333 closed defect (worksforme)
Git plugin relies on hardcoded path to git executable
Reported by: | Chris Tandiono | Owned by: | Herbert Valerio Riedel |
---|---|---|---|
Priority: | normal | Component: | GitPlugin |
Severity: | minor | Keywords: | freebsd trac |
Cc: | Chris Tandiono | Trac Release: | 0.12 |
Description
...making it incompatible with FreeBSD, which uses /usr/local as a prefix for most installed stuffs like git.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Wat...I looked around on the GitPlugin wiki page and didn't see that. Thanks.
Note: See
TracTickets for help on using
tickets.
Did the config option not work for you?
[git] git_bin = /some/path/to/git
It's allowed me to run git from a non-standard location on shared hosting (linux)