aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-19 18:29:41 -0800
committerJunio C Hamano <junkio@cox.net>2007-02-19 18:29:41 -0800
commit2b2b892e36eb0bd8ce431635243dd27f5230044c (patch)
treee0dcac71ccba401ebe95061f5cf08a4558c5846e /Documentation
parent7e53607c95a7a44e603b907cd7e38b4ae17cc5d0 (diff)
parente326bce65c2a8b10f40c1869e13c7450a243b109 (diff)
downloadgit-2b2b892e36eb0bd8ce431635243dd27f5230044c.tar.gz
git-2b2b892e36eb0bd8ce431635243dd27f5230044c.tar.xz
Merge branch 'maint'
* maint: Obey NO_C99_FORMAT in fast-import.c. Add a compat/strtoumax.c for Solaris 8. git-clone: Sync documentation to usage note.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes-1.5.0.txt2
-rw-r--r--Documentation/git-clone.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/RelNotes-1.5.0.txt b/Documentation/RelNotes-1.5.0.txt
index 599efb8c9..daf4bdb0d 100644
--- a/Documentation/RelNotes-1.5.0.txt
+++ b/Documentation/RelNotes-1.5.0.txt
@@ -448,7 +448,7 @@ Updates in v1.5.0 since v1.4.4 series
- There is a partial support for 'shallow' repositories that
keeps only recent history. A 'shallow clone' is created by
specifying how deep that truncated history should be
- (e.g. "git clone --depth=5 git://some.where/repo.git").
+ (e.g. "git clone --depth 5 git://some.where/repo.git").
Currently a shallow repository has number of limitations:
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 707376f22..6d32c491a 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -11,7 +11,7 @@ SYNOPSIS
[verse]
'git-clone' [--template=<template_directory>] [-l [-s]] [-q] [-n] [--bare]
[-o <name>] [-u <upload-pack>] [--reference <repository>]
- [--depth=<depth>] <repository> [<directory>]
+ [--depth <depth>] <repository> [<directory>]
DESCRIPTION
-----------
@@ -96,7 +96,7 @@ OPTIONS
if unset the templates are taken from the installation
defined default, typically `/usr/share/git-core/templates`.
---depth=<depth>::
+--depth <depth>::
Create a 'shallow' clone with a history truncated to the
specified number of revs. A shallow repository has
number of limitations (you cannot clone or fetch from