Hi, recently I have to merge branch that modified separately from master branch several months.
So I did "git merge master" in command line, then run emacs and type M-x magit-status, and it takes several minutes to show buffer, then I resolve conflict in one file, and "stash" it, it takes again several minutes to update "magit status" buffer. There was modified around hundred files, and seven or so had conflicts. git status take a 2-5 seconds for lunch. Any work around this problem? There is no "magit-version" command, so have know exactly what magit version, but I suppose 0.7. emacs 23.1.1
