diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2006-12-31 18:47:33 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-31 16:15:12 -0800 |
commit | c04197ee1e575cf78662b2c8c055089a5c669214 (patch) | |
tree | e114035bce031baf6a2f733f3d728f1040453e55 /Documentation/cvs-migration.txt | |
parent | 0ae5f98c7ba29fa4c698989cd6b38deba06d5bf3 (diff) | |
download | git-c04197ee1e575cf78662b2c8c055089a5c669214.tar.gz git-c04197ee1e575cf78662b2c8c055089a5c669214.tar.xz |
Docs: update cvs-migration.txt to reflect clone's new default behavior
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>
Diffstat (limited to 'Documentation/cvs-migration.txt')
-rw-r--r-- | Documentation/cvs-migration.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt index b657f4589..8e09beaa7 100644 --- a/Documentation/cvs-migration.txt +++ b/Documentation/cvs-migration.txt @@ -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 |