Commit a6855700 authored by Yannic Bonenberger's avatar Yannic Bonenberger Committed by Commit Bot

[docs] Remove duplicate command and add instruction how to retrieve full...

[docs] Remove duplicate command and add instruction how to retrieve full history after fetching with `--no-history`

R=dtapuska@chromium.org

Change-Id: Iea9f3fb760e313d4ed90ec362d368b71202ddec2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584278Reviewed-by: default avatarDave Tapuska <dtapuska@chromium.org>
Commit-Queue: Yannic Bonenberger <contact@yannic-bonenberger.com>
Cr-Commit-Position: refs/heads/master@{#654835}
parent b041a86e
......@@ -54,7 +54,6 @@ has no spaces):
```shell
$ mkdir chromium && cd chromium
$ git config --global core.precomposeUnicode true
```
Run the `fetch` tool from `depot_tools` to check out the code and its
......@@ -65,7 +64,8 @@ $ fetch chromium
```
If you don't need the full repo history, you can save time by using
`fetch --no-history chromium`.
`fetch --no-history chromium`. You can call `git fetch --unshallow` to retrieve
the full history later.
Expect the command to take 30 minutes on even a fast connection, and many
hours on slower ones.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment