From d3361ad1971d98f2e17e3bb09b77eee7b93700f0 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Mon, 1 Jan 2007 03:20:24 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.0-rc0-ge900
---
cvs-migration.html | 14 +++++---------
cvs-migration.txt | 11 ++++-------
git-clone.html | 13 +++++--------
git-clone.txt | 11 ++++-------
git-fetch.html | 27 +++++++++++++++------------
git-pull.html | 27 +++++++++++++++------------
git-push.html | 27 +++++++++++++++------------
glossary.html | 11 ++++++-----
glossary.txt | 7 ++++---
hooks.html | 6 +++---
hooks.txt | 4 ++--
tutorial.html | 25 +++++++++++++++----------
tutorial.txt | 25 +++++++++++++++----------
urls.txt | 26 ++++++++++++++------------
14 files changed, 122 insertions(+), 112 deletions(-)
diff --git a/cvs-migration.html b/cvs-migration.html
index d87dff6f9..e882687ee 100644
--- a/cvs-migration.html
+++ b/cvs-migration.html
@@ -296,14 +296,10 @@ them first before running git pull.
- The first git clone places the following in the
-my-project/.git/remotes/origin file, and that's why the previous step
-and the next step both work.
-
-
- URL: foo.com:/pub/project.git/
-Pull: refs/heads/master:refs/remotes/origin/master
-
+The pull command knows where to get updates from because of certain
+configuration variables that were set by the first git clone
+command; see git repo-config -l and the git-repo-config(1) man
+page for details.
|
@@ -420,7 +416,7 @@ repositories without the need for a central maintainer.