Skip to content

Commit

Permalink
Docs: update cvs-migration.txt to reflect clone's new default behavior
Browse files Browse the repository at this point in the history
I couldn't think of a really quick way to give all the details, so just refer
readers to the git-repo-config man page instead.

I haven't tested recent cvs import behavior--some time presumably it should be
updated to do something more similar to clone.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
J. Bruce Fields authored and Junio C Hamano committed Jan 1, 2007
1 parent 0ae5f98 commit c04197e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Documentation/cvs-migration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@ them first before running git pull.

[NOTE]
================================
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 gitlink:git-repo-config[1] man
page for details.
================================

You can update the shared repository with your changes by first committing
Expand Down

0 comments on commit c04197e

Please sign in to comment.