diff --git a/3rdparty/mmu_man/scripts/dev-perso b/3rdparty/mmu_man/scripts/dev-perso index b9c4c9f49b..b0663bf2a0 100755 --- a/3rdparty/mmu_man/scripts/dev-perso +++ b/3rdparty/mmu_man/scripts/dev-perso @@ -121,6 +121,7 @@ function dev() { # make sure the update action is the first found in history. test -d .svn && history -s svn up test -d .hg && history -s hg pull + test -d .git && history -s git pull test -d CVS && history -s cvs up -d test -n "$P4PORT" && history -s p4 sync }