Skip to content

Commit 48f8727

Browse files
committedApr 4, 2011
Update for git.
1 parent 5589dfe commit 48f8727

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎README

+6-6
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ A: All configuration was moved either into apache conf files or into the
111111
settings section of mythweb itself.
112112

113113
Q: I've fixed a bug (or added a feature), how do I submit my patch?
114-
A: First, create your patch against mythweb SVN with `svn diff`, having made
114+
A: First, create your patch against mythweb git with "git diff head", having made
115115
sure that your code is indented with 4 spaces and not tabs. Next, post the
116-
patch on the MythTV Trac Server ( http://svn.mythtv.org/trac/ ) as
116+
patch on the MythTV Trac Server ( http://code.mythtv.org/trac/ ) as
117117
described on the Trac server's home page. Please include a detailed
118118
description of your patch on the ticket. Select the ticket Type "patch" and
119119
component "mythweb". If you don't hear back from me or see the patch
@@ -146,7 +146,7 @@ A: There is a bug in the Linux CIFS driver that is triggered by Apache when
146146
EnableSendfile Off
147147
See http://httpd.apache.org/docs/2.2/mod/core.html#enablesendfile for info.
148148

149-
Q: MythWeb complains about "Warning: Unknown Programme" after Daylight Savings
149+
Q: MythWeb complains about "Warning: Unknown Programme" after Daylight Saving
150150
Time has started/finished.
151151
A: PHP may not have determined your local timezone correctly. Read the PHP
152152
section of MythWeb's INSTALL file to find out how to correctly configure
@@ -175,7 +175,7 @@ A: If you want to disable this feature, set the apache envirnment var
175175
I'm always open to people submitting patches. Please submit the patch as
176176
described in the final FAQ above.
177177

178-
Please create patches against the most recent version of SVN. I can deal with
179-
other "diff -u" patches, but if there have been any major changes in SVN (there
178+
Please create patches against the most recent version of git. I can deal with
179+
other "diff -u" patches, but if there have been any major changes in git (there
180180
occasionally are), I won't put much effort into trying to make your patch work,
181-
so please just use SVN.
181+
so please just use git.

0 commit comments

Comments
 (0)
Please sign in to comment.