Modify ↓
Opened 20 years ago
Closed 19 years ago
#2009 closed enhancement (wontfix)
add shabang reference to trac-post-commit-hook
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | general | Version: | none |
| Severity: | trivial | Keywords: | patch |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I imaginge this would help some people
--- trac-post-commit-hook.orig 2005-09-05 18:00:58.000000000 +0000 +++ trac-post-commit-hook 2005-09-05 18:02:02.000000000 +0000 @@ -30,6 +30,8 @@ # It should be called from the 'post-commit' script in Subversion, such as # via: # +# #!/bin/sh +# # REPOS="$1" # REV="$2" # LOG=`/usr/bin/svnlook log -r $REV $REPOS`
Attachments (0)
Change History (3)
comment:2 by , 19 years ago
| Keywords: | patch added |
|---|
comment:3 by , 19 years ago
| Component: | search system → general |
|---|---|
| Priority: | highest → low |
| Severity: | major → trivial |
| Summary: | Buy Nokia,N70,N80,N90,N91,N92 → add shabang reference to trac-post-commit-hook |
| Type: | task → enhancement |
comment:4 by , 19 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
This is no longer relevant (trac-post-commit-hook is a python script and it has the shebang line for python).
Note:
See TracTickets
for help on using tickets.



Oops, that didn't work quite like I expected.