diff options
author | Horst H. von Brand <vonbrand@inf.utfsm.cl> | 2006-06-09 22:15:09 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-09 20:37:45 -0700 |
commit | f6407823d1467a6b6d2002878a64dec42df0a361 (patch) | |
tree | 53d604e4f52fe0c89095181c4cbd0c2b53343f8c | |
parent | builtin-init-db: spell the in-program configuration variable in lowercase. (diff) | |
download | tgif-f6407823d1467a6b6d2002878a64dec42df0a361.tar.xz |
Fix formatting of Documentation/git-clone.txt
Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/git-clone.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 7572e4b80d..a90521e513 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -95,8 +95,8 @@ OPTIONS defined default, typically `/usr/share/git-core/templates`. --use-separate-remote:: - Save remotes heads under `$GIT_DIR/remotes/origin/' instead - of `$GIT_DIR/refs/heads/'. Only the master branch is saved + Save remotes heads under `$GIT_DIR/remotes/origin/` instead + of `$GIT_DIR/refs/heads/`. Only the master branch is saved in the latter. <repository>:: |