]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'fixes'
authorJunio C Hamano <junkio@cox.net>
Sat, 15 Oct 2005 18:19:09 +0000 (11:19 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 15 Oct 2005 18:19:09 +0000 (11:19 -0700)
1  2 
Documentation/tutorial.txt
rsh.c

index 19da3e243e0418c94a014a19d06fe0c7dad634d6,6ecb089c5cc4cf8dcaa8005c0ee6e4208bced346..b9f737e9640a4a4a5c9554c8d6bdd1b7847ec5b2
@@@ -1087,9 -1111,11 +1110,11 @@@ i.e. `<project>.git`. Let's create suc
  project `my-git`. After logging into the remote machine, create
  an empty directory:
  
-       mkdir my-git.git
+ ------------
+ mkdir my-git.git
+ ------------
  
 -Then, make that directory into a GIT repository by running
 +Then, make that directory into a git repository by running
  `git init-db`, but this time, since its name is not the usual
  `.git`, we do things slightly differently:
  
diff --cc rsh.c
Simple merge