[git-users] git commit -v : diffs are not highlighted in Vim 7.3?

2010-10-05 Thread ksamdev
Hi, After switching to vim 7.3 I lost highlighting in Vim while writing commit message after: git commit -v Anyone knows why? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-us...@googlegroups

[git-users] Re: Corrupted repository ?

2010-10-05 Thread Konstantin Khomoutov
On Oct 5, 9:28 pm, Simon wrote: > I’m trying to put one of my repositories to another machine. I do > that : > > git clone --bare test test.git > scp -r test.git u...@host:~ > mv test test.old > git clone ssh://u...@host/~/test.git [...] I'm not sure why later cloning the new repository fails, b

[git-users] Corrupted repository ?

2010-10-05 Thread Simon
Hello, I’m trying to put one of my repositories to another machine. I do that : git clone --bare test test.git scp -r test.git u...@host:~ mv test test.old git clone ssh://u...@host/~/test.git And here, big fail : Cloning into test... remote: Generating pack... remote: Done counting 10171 object