Commits
User selector
Commit History
Commits on May 4, 2010
TODO: Removed all entries but left a mesage about where to find the issuee on lighthouse.
Show description for 143b927committed
Commits on Apr 7, 2010
Used this release for a first beta of the 0.2 branch of development
Show description for 82b8902committed
Commits on Dec 16, 2009
Commits on Nov 5, 2009
Commits on Nov 4, 2009
Commits on Nov 3, 2009
- committed
- committed
Reference.from_path now only creates references, not symbolic refs. SymbolicReference.from_path creates only symbolic refs. This change was not detected by a test, hence there is room for improveme…
Show description for 9b42689committed- committed
object: renamed id attribute to sha as it in fact is always being rewritten as sha, even if the passed in id was a ref. This is done to assure objects are uniquely identified and will compare corre…
Show description for 3cb5ba1committed- committed
- committed
- committed
Commits on Oct 28, 2009
Another attempt to make fetch emit progress information, but in fact its proven now that this is not happening if stderr is being redirected. A test is in place that will most likely fail in case t…
Show description for 8b51214committedTried to use shallow repository - this works in case it is remote, but unfortunately, deepening the repository fails if the server is used. This is bad, but a workaround is to create another shared…
Show description for a519942committedIterableList: added support for prefix allowing remote.refs.master constructs, previously it was remote.refs['%s/master'%remote]
Show description for 146a6fecommitted
Commits on Oct 26, 2009
index.add: Finished implemenation including through tests
Show description for 0ef1f89committedMerge branch 'refs' into index
Show description for 9dfd6bccommitted
Commits on Oct 23, 2009
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Oct 22, 2009
SymbolicReferences can now change they references safely as I think and well controlled, including test.
Show description for d1bd99ccommitted- committed
Added SymbolicReference and HEAD type to better represent these special types of references and allow special handling
Show description for 58e2157committedIndex: Is now diffable and appears to properly implement diffing against other items as well as the working tree
Show description for ea33fe8committed- committed
Merge branch 'index' into improvements
Show description for 2594589committedadded Object.data_stream property allowing to stream object data directly.Considering the implementation of the git commnd which temporarily keeps it in a cache, it doesnt make a huge diffence as t…
Show description for 33fa178committed