git-subrepo Version: 0.3.1 Git Version: git version 2.14.3
Is it normal for "git subrepo push " to bump the modification times of all files in the entire repo (parent and ALL subrepos)? It's as if everything is being checkout out, i.e. branches are being switched, under the hood.
Yes in 0.3.1 there is a "under the hood" checkout. In release/0.4.0 we have added #150 (support for worktree) and that is really useful. Your editor wont complain on changed files after a push.
I'm trying out git subrepo for the first time:
git-subrepo Version: 0.3.1 Git Version: git version 2.14.3
Is it normal for "git subrepo push" to bump the modification times of all files in the entire repo (parent and ALL subrepos)? It's as if everything is being checkout out, i.e. branches are being switched, under the hood.