ingydotnet / git-subrepo

MIT License
3.27k stars 270 forks source link

Git subrepo push changes modification times of all files? #316

Open vertreko opened 7 years ago

vertreko commented 7 years ago

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.

grimmySwe commented 7 years ago

Hi @vertreko,

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.