Changes between Initial Version and Version 1 of Ticket #23321, comment 8


Ignore:
Timestamp:
Jan 14, 2020, 4:41:21 AM (5 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23321, comment 8

    initial v1  
    1 On the repo size issue, I've taken to cloning using the `depth` option, which restricts the fetched history. e.g. `--depth=1000` is more than enough for a lot of cases. Perhaps we could add that as an example to the docs, so that folks don't need to clone the whole history. (?)
     1On the repo size issue, for some occasions I've taken to cloning using the `depth` option, which restricts the fetched history. e.g. `--depth=1000` is more than enough for a lot of cases. Perhaps we could add that as an example to the docs, so that folks don't need to clone the whole history. (?)
Back to Top