Hi, On Wed, 26 Nov 2008, Ondrej Certik wrote: > I am also trying to make the example simpler. I tried to squash the > first uninteresting ~1500 commits into one, but "git rebase -i" uterrly > fails after squashing about 600 commits. Still investigating. 1500... wow. The best idea would probably be to just "edit" the first, delete the rest of the 1500, and then 'git read-tree -u -m <last-of-the-1500-commits>"' on the command line (when git rebase stops after the "edit" command). rebase -i was _never_ meant for such _massive_ interactions; that's just too much for a shell script. Ciao, Dscho -- 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