@@ -9,20 +9,20 @@ Prerequisites
9
9
10
10
commit-patch relies on several programs to get the job done:
11
11
12
- - [ perl] ( http ://www.perl.org)
13
- - [ patch] ( http ://www.gnu.org/software/patch/)
12
+ - [ perl] ( https ://www.perl.org)
13
+ - [ patch] ( https ://www.gnu.org/software/patch/)
14
14
- [ interdiff] ( http://cyberelk.net/tim/software/patchutils/ )
15
15
- cp - Ideally installed on your system already. :-)
16
16
17
17
and, of course, one of:
18
18
19
19
- [ darcs] ( http://darcs.net/ )
20
- - [ git] ( http ://git.or.cz /)
21
- - [ mercurial] ( http ://www.selenic.com/mercurial /)
22
- - [ bazaar] ( http ://bazaar-vcs.org /)
23
- - [ monotone] ( http ://www.monotone.ca/)
20
+ - [ git] ( https ://git-scm.com /)
21
+ - [ mercurial] ( https ://subversion.apache.org /)
22
+ - [ bazaar] ( https ://bazaar.canonical.com /)
23
+ - [ monotone] ( https ://www.monotone.ca/)
24
24
- [ subversion] ( http://subversion.tigris.org/ )
25
- - [ cvs] ( http ://www.nongnu.org/cvs/)
25
+ - [ cvs] ( https ://www.nongnu.org/cvs/)
26
26
27
27
## Installing Prerequisites
28
28
@@ -34,7 +34,7 @@ On Fedora:
34
34
35
35
yum install perl-IPC-Run patch patchutils
36
36
37
- On Mac OS X w/ Homebrew < http ://mxcl.github.io/homebrew/ >
37
+ On Mac OS X w/ [ Homebrew] ( https ://brew.sh )
38
38
39
39
brew install patchutils
40
40
cpan -i IPC::Run
@@ -65,7 +65,7 @@ Instructions
65
65
66
66
Homepage
67
67
--------
68
- http ://www. porkrind.org/commit-patch/
68
+ https ://porkrind.org/commit-patch/
69
69
70
70
Authors
71
71
-------
0 commit comments