Salikh Zakirov wrote:
Alternative sequence of commands, not involving 'git-add -u' produces
correct results (without output for compactness)
$ git add vm/em
$ git rm -r vm/vmcore/src/util/ipf
$ git rm -r vm/vmcore/src/util/em64t
$ git rm -r vm/em/src/ia32
Sorry, forgot an important command in the sequence:
$ git commit -m moved
$ git status
# On branch master
nothing to commit (working directory clean)