lp:git-python

Created by Jelmer Vernooij and last modified
Get this branch:
bzr branch lp:git-python

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
git-python
Status:
Development

Import details

Import Status: Suspended

This branch is an import of the HEAD branch of the Git repository at git://gitorious.org/git-python/mainline.git.

Last successful import was .

Import started on neumayer and finished taking 20 seconds — see the log
Import started on pear and finished taking 25 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log

Whiteboard

Now requires submodule support.

Recent revisions

236. By ByronBates

Merge branch 'async'

235. By ByronBates

Removed compression flag from IStream and OStream types, as a valid object will always be compressed if generated by the system ( even future memory db's will compress it )
loose db: implemented direct stream copy, indicated by a sha set in the IStream, including test. This will be the case once Packs are exploded for instance

234. By ByronBates

Implemented stream tests, found a bug on the way, slowly a test-framework for streams starts to show up, but its not yet there

233. By ByronBates

Merge branch 'odb'

Conflicts:
 lib/git/cmd.py

232. By ByronBates

git.cmd: using communicate in the main branch of execution, which might not make a big difference, but perhaps its smarter about broken pipes.
Adjusted code to selectively strip terminating newline, only if they are there. The previous code would effectively duplicate the string and strip whitespace from both ends even though there was no need for it. Its a bit faster now as the tests proclaim

231. By ByronBates

git.cmd: moved hardcoded chunksize when duplicating stream data into easy-to-change class member variable

230. By ByronBates

gitcmd: may now receive extra keyword arguments to be passed directly to the subproces.Popen invocation. It could be used to pass custom environments, without changing the own one (#26)

229. By ByronBates

cmd: By default, on linux, the parent file handles will be closed to leave the child less cluttered, and make it easier to debug as it will only have the file descriptors we set. It appears to be more stable regarding the stdin-is-closed-but-child-doesn't-realize-this issue

228. By ByronBates

index: index-add fixed to always append a newline after each item. In git has unified its way it reads from stdin, now it wants all items to be terminated by a newline usually. Previously, it could have been that it really didn't want to have a termination character when the last item was written to the file. Bumped the minimum requirements to 1.7.0 to be sure it is working as I think it will.
Still, I have to admit that sometime it just appears the closed pipe will not stop git from waiting for more input, at least with the previous implementation

227. By ByronBates

refs: a Reference can now be created by assigning a commit or object (for convenience)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers