Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
a2a677e5
Commit
a2a677e5
authored
May 15, 2017
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/developer.xml: change git URIs to GitHub
parent
9123c0b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
14 deletions
+4
-14
developer.xml
doc/developer.xml
+4
-14
No files found.
doc/developer.xml
View file @
a2a677e5
...
...
@@ -97,20 +97,20 @@ Foo(const char *abc, int xyz)
<para>
MPD sources are managed in a git repository on
<ulink
url=
"http
://git.musicpd.org/"
>
git.musicpd.org
</ulink>
.
url=
"http
s://github.com/MusicPlayerDaemon/"
>
GitHub
</ulink>
.
</para>
<para>
Always write your code against the latest git:
</para>
<programlisting>
git clone git://git
.musicpd.org/master/mpd.git
</programlisting>
<programlisting>
git clone git://git
hub.com/MusicPlayerDaemon/MPD
</programlisting>
<para>
If you already have a clone, update it:
</para>
<programlisting>
git pull --rebase git://git
.musicpd.org/master/mpd.git
master
</programlisting>
<programlisting>
git pull --rebase git://git
hub.com/MusicPlayerDaemon/MPD
master
</programlisting>
<para>
You can do without "--rebase", but we recommend that you rebase
...
...
@@ -188,17 +188,7 @@ Foo(const char *abc, int xyz)
</para>
<para>
<command>
git pull
</command>
requests are preferred. Regular
contributors can get
<ulink
url=
"http://git.musicpd.org/account-policy.html"
>
an account on
git.musicpd.org
</ulink>
, but any public git repository will do.
</para>
<para>
There is
<ulink
url=
"https://github.com/MaxKellermann/MPD"
>
a
mirror of the
<application>
MPD
</application>
git repository on
GitHub
</ulink>
, and you can use that as well to submit pull
requests.
<command>
git pull
</command>
requests are preferred.
</para>
</chapter>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment