Skip to content

Commit

Permalink
Merge remote-tracking branch 'gwern/patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jan 10, 2012
2 parents 61e337e + b78f214 commit ef533e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.markdown
Expand Up @@ -61,3 +61,12 @@ after import using:

$ git branch -m darcs_import

`darcs-to-git` creates a full copy of the original repository in addition to the Git repository;
this can lead to considerable space usage. You can save space by treating the copied Darcs
repository [as a branch](http://wiki.darcs.net/BestPractices#how-to-create-a-branch) by
running

$ darcs optimize --relink --sibling /old-repo/dir

inside the new repository.

0 comments on commit ef533e4

Please sign in to comment.