Fwd: Question: .idx without .pack causes performance issues?

2015-11-11 Thread Thomas Berg
Hi all, (re-sending because my first e-mail was rejected due to html formatting) While debugging a git fetch performance problem on Windows I came across this thread. The problem in our case was also caused by orphaned .idx files. On Tue, Jul 21, 2015 at 9:15 PM, Junio C Hamano wrote: > > Junio

Re: Millisecond precision in timestamps?

2012-11-28 Thread Thomas Berg
On Wed, Nov 28, 2012 at 8:29 AM, Junio C Hamano wrote: > Jeff King writes: > >> There is room for new headers, and older versions of git will ignore >> them. You could add a new "committer-timestamp" field that elaborates on >> the timestamp included on the committer line. Newer versions of git >

Re: Millisecond precision in timestamps?

2012-11-28 Thread Thomas Berg
On Wed, Nov 28, 2012 at 9:44 AM, Felipe Contreras wrote: >> If roundtripping to other version control systems is an argument, >> adding sub-second timestamps could potentially create as many problems >> as it solves. For example, I've been using the hg-git bridge, and it >> supports roundtripping

Re: [PATCH] Replace git-cvsimport with a rewrite that fixes major bugs.

2013-01-02 Thread Thomas Berg
On Wed, Jan 2, 2013 at 5:41 PM, Eric S. Raymond wrote: > Martin Langhoff : >> Replacement with something more solid is welcome, but until you are >> extremely confident of its handling of legacy setups... I would still >> provide the old cvsimport, perhaps in contrib. > > I am extremely confident.

Re: git-p4 clone @all error

2012-10-31 Thread Thomas Berg
Hi, Sorry, forgot to reply-to-all, here is my response again: On Tue, Oct 30, 2012 at 11:44 AM, Arthur wrote: > The problem : > > Importing revision 7727 (100%)Traceback (most recent call last): > File "/usr/bin/git-p4", line 3183, in > main() > File "/usr/bin/git-p4", line 3177, in mai

Re: git-p4: Importing a Git repository into Perforce without rebasing

2013-02-19 Thread Thomas Berg
Hi, On Tue, Feb 19, 2013 at 3:40 AM, Russell Myers wrote: > I'm trying to take a Git repository which has never been in Perforce > and push it to Perforce and having difficulty. [...] > I know that I could create another Git repository that has some > commits in it cloned from Perforce and rebase