Commits
User selector
Commit History
Commits on May 12, 2010
Repo: Added comparison operators and hash operator including test
Show description for 600fcbccommitted
Commits on Mar 4, 2010
Commits on Dec 16, 2009
Commits on Dec 3, 2009
Commits on Nov 26, 2009
SymbolicReferences can now be at any path within the repository, there is no restriction anymore.
Show description for aaeb986committed
Commits on Nov 5, 2009
fixed test_repo to work on windows
Show description for d9671e1committedcmd: added clear_cache method now used by test repo decorators to be sure persistent commands are killed before trying to remove the directory. Unfortunately, it still claims someone has opened the…
Show description for 46c9a0dcommitted- committed
- committed
Commits on Nov 4, 2009
Improved cmd error handling in case an invalid revision is specified for an object
Show description for f41d42ecommitted
Commits on Oct 26, 2009
Commits on Oct 22, 2009
git cmd fix: After removing the with_raw_output flag, I actually did the wrong thing by _not_ stripping the final newline at the end of all git commands we use. This is the default now which cannot…
Show description for c53eeaccommittedStream_data streams data to a given output stream most efficiently with a low memory footprint.
Show description for 4fe5cfacommittedGit.cmd: removed with_raw_output option
Show description for f62c9b9committedadded 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
Commits on Oct 20, 2009
Moved specialized methods like dashify, touch and is_git_dir to module to the respective modules that use them
Show description for aa5e366committed
Commits on Oct 15, 2009
Improved archive function by allowing it to directly write to an output stream - previously it would cache everything to memory and try to provide zipping functionality itself
Show description for b67bd4ccommitted- committed
Commits on Oct 14, 2009
persistent command signature changed to also return the hexsha from a possible input ref - the objects pointed to by refs are now baked on demand - perhaps it should change to always be re-retrieve…
Show description for c5df444committed- committed
cmd: added option to return the process directly, allowing to read the output directly from the output stream
Show description for ead94f2committed
Commits on Oct 9, 2009
Commits on Oct 8, 2009
Commits on Jan 24, 2009
Commits on Aug 11, 2008
use shell=True in windows (git.exe needs to be on %PATH%)
Show description for cf37099committed