Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Document how to fetch additional branches
Tools like reno depend on a complete git history. Simply unshallowing a clone is not sufficient, as we specifically fetch from the branch or tag that we are building docs for, e.g.: git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main Add documentation describing how you can correct this if necessary. Signed-off-by: Stephen Finucane <stephen@that.guru>
- Loading branch information