Skip to content

Commit ebf84a0

Browse files
committed
A couple of corrections.
git init --bare fails on older versions of Git.
1 parent d6f483a commit ebf84a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: en/clone.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ On the central server, initialize a 'bare repository' in some directory:
3131

3232
$ mkdir proj.git
3333
$ cd proj.git
34-
$ git init --bare
34+
$ git --bare init
3535
$ touch proj.git/git-daemon-export-ok
3636

3737
Start the Git daemon if necessary:

Diff for: en/preface.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Rather than go into details, we provide rough instructions for particular effect
2424

2525
- link:book.html[Single webpage]: barebones HTML, with no CSS.
2626
- link:book.pdf[PDF file]: printer-friendly.
27-
- http://packages.debian.org/gitmagic[Debian package], http:://packages.ubuntu.com/gitmagic[Ubuntu package]: get a fast and local copy of this site. Handy http://csdcf.stanford.edu/status/[when this server is offline].
27+
- http://packages.debian.org/gitmagic[Debian package], http://packages.ubuntu.com/gitmagic[Ubuntu package]: get a fast and local copy of this site. Handy http://csdcf.stanford.edu/status/[when this server is offline].
2828
- http://www.amazon.com/Git-Magic-Ben-Lynn/dp/1451523343/[Physical book [Amazon.com]]: 64 pages, 15.24cm x 22.86cm, black and white. Handy when there is no electricity.
2929

3030
=== Thanks! ===
@@ -33,7 +33,7 @@ I'm humbled that so many people have worked on translations of these pages. I
3333
greatly appreciate having a wider audience because of the efforts of those
3434
named above.
3535

36-
Dustin Sallings, Alberto Bertogli, James Cameron, Douglas Livingstone, Michael Budde, Richard Albury, Tarmigan, Derek Mahar, Frode Aannevik, Keith Rarick, Andy Somerville, Ralf Recker, Øyvind A. Holm, Miklos Vajna, Sébastien Hinderer, Thomas Miedema, Joe Malin, Tyler Breisacher, and Sonia Hamilton contributed corrections and improvements.
36+
Dustin Sallings, Alberto Bertogli, James Cameron, Douglas Livingstone, Michael Budde, Richard Albury, Tarmigan, Derek Mahar, Frode Aannevik, Keith Rarick, Andy Somerville, Ralf Recker, Øyvind A. Holm, Miklos Vajna, Sébastien Hinderer, Thomas Miedema, Joe Malin, Tyler Breisacher, Sonia Hamilton, Julian Haagsma, Romain Lespinasse, Sergey Litvinov, and Oliver Ferrigni contributed corrections and improvements.
3737

3838
François Marier maintains the Debian package originally created by Daniel
3939
Baumann.

0 commit comments

Comments
 (0)