| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- the explicit `git fetch` added in #133 recursed into submodules, and so does the `git pull --recurse-submodules` right after, so every submodule got fetched twice - pass `--no-recurse-submodules` to the branch-refresh fetch; the recursive pull still owns submodule updates
| Back | FazBrowse Home | New Git URL |
the explicit git fetch we added in #133 (to keep all branch refs fresh) recurses into submodules, and so does the git pull --recurse-submodules right after it — so on a repo with submodules every submodule gets fetched twice on every pull. this passes --no-recurse-submodules to that first fetch so submodules are only fetched once.
to test: