Martin Waitz <tali@xxxxxxxxxxxxxx> writes: > hoi :) > > At work I'm getting the following error message, any ideas? > >> git --version > git version 1.4.2.rc4.g242a >> git pull upstream > Fetching refs/heads/master from http://git.kernel.org/pub/scm/git/git.git using http > error: non-monotonic index > walk 43134fcb350fb70d26634be163db1f71c14db19f > walk 55c3eb434ab6d489c632263239be15a1054df7f2 > Getting alternates list for http://git.kernel.org/pub/scm/git/git.git/ > Getting pack list for http://git.kernel.org/pub/scm/git/git.git/ > error: non-monotonic index The "non monotonic index" check is to make sure pack .idx file is sane, and it appears that you are getting the error before you fetch new pack from the server, which means one of your local packs is bad. I just cloned from the kernel.org archive over http (I usually don't, but your report was alarming enough) and the packfile I have there do not seem to have the problem. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html