Duane Murphy
Duane Murphy
Some results | System | status | status HEAD^.. | pull | | --- | --- | --- | --- | | Linux | 14.801s | 2.949s | 5.084s |...
Our tests have shown that indeed the time is spent in the pipe for referenced_objects. We have little doubt. I was hoping to encourage the investigation of a procedure that...
> That was `HEAD^..` I haven't looked at the code specifically in this area. Can you describe what this does to help speed up the process? For example, we've noticed...
> Do others think it is > > something that can be done safely and correctly in all cases, and > something that git-fat should be doing? I don't think...
Counter to my previous comments, I intend on submitting git-fat hooks for push and pull. The driving factor is GUI integration. If git fat push and pull can be automated...
> Can you give instructions to reproduce? Sure. \* Setup git-fat with some binary files • git fat pull \* Hang I have a large repository. git rev-list returns 363110...
> Does ./test.sh run for you? Nope. Hangs in exactly the same spot. I'm using git fat pull, the test hangs at git fat push. > What protocol are you...
A ps helps to identify more state: ``` duane 3862 27132 0 12:33 pts/0 00:00:00 /bin/bash -ex ./test.sh duane 3948 3862 0 12:33 pts/0 00:00:00 git fat push duane 3949...
I upgraded python to 2.7.8. This seems to have fixed the problem. I'd sure like to know how to work around this problem in python 2.6. I guess, I'll close...
Thank you for finding this problem. You're google fu is better than mine. I look forward to seeing the fix. I did the obvious, addition of close_fds=True to all of...