Merge fixes up to GIT 1.0.7
authorJunio C Hamano <junkio@cox.net>
Fri, 6 Jan 2006 04:54:42 +0000 (20:54 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 6 Jan 2006 04:54:42 +0000 (20:54 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
1  2 
.gitignore
Documentation/git-clone.txt
Documentation/git.txt

diff --cc .gitignore
Simple merge
@@@ -8,7 -8,9 +8,9 @@@ git-clone - Clones a repository
  
  SYNOPSIS
  --------
'git-clone' [-l [-s]] [-q] [-n] [-o <name>] [-u <upload-pack>] <repository> [<directory>]
[verse]
 -'git-clone' [-l [-s]] [-q] [-n] [-u <upload-pack>]
++'git-clone' [-l [-s]] [-q] [-n] [-o <name>] [-u <upload-pack>]
+         <repository> [<directory>]
  
  DESCRIPTION
  -----------
Simple merge