diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-06-09 20:52:43 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-09 20:52:43 +0200 |
commit | e58db03bbee4af96e60b6ac88b84c1c11b8b037e (patch) | |
tree | 6bc70c7e765f4f57e58b12e4537867ce85c73227 /Documentation/git-clone.txt | |
parent | Remove unnecessary code and comments on non-existing 8kB tag object restriction (diff) | |
parent | Make command description imperative statement, not third-person present. (diff) | |
download | git-e58db03bbee4af96e60b6ac88b84c1c11b8b037e.tar.xz git-e58db03bbee4af96e60b6ac88b84c1c11b8b037e.zip |
Merge branch 'maint'
* maint:
Make command description imperative statement, not third-person present.
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r-- | Documentation/git-clone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 2461c0ec2d..4a5bab510e 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -3,7 +3,7 @@ git-clone(1) NAME ---- -git-clone - Clones a repository into a new directory +git-clone - Clone a repository into a new directory SYNOPSIS |