Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed test_repo to deal with new and old versions of the gitdb. windows is ↵ | Sebastian Thiel | 2011-06-13 | 1 | -1/+1 | |
| | | | | now ready to ship, regarding the test cases at least | |||||
* | fixed submodule test to work on windows | Sebastian Thiel | 2011-06-13 | 1 | -2/+3 | |
| | ||||||
* | test_submodule: Will now load everything into memory if smmap is present, to ↵ | Sebastian Thiel | 2011-06-13 | 1 | -0/+14 | |
| | | | | help the submodule test to work even on windows | |||||
* | Fixed submodule tests to go with either the old or the new version of gitdb | Sebastian Thiel | 2011-06-10 | 1 | -5/+6 | |
| | ||||||
* | Fixed critical issue that would cause a string to be passed to methods that ↵ | Sebastian Thiel | 2011-06-08 | 1 | -3/+1 | |
| | | | | expect a stream | |||||
* | relaxed implementation when comparing symbolic references against other ↵ | Sebastian Thiel | 2011-06-08 | 1 | -0/+9 | |
| | | | | items which don't have a path. Fixed test_refs to work in all cases - it was previously dependent on the order of items returned by the file system | |||||
* | util: Added test for iterable list, and implemented __contains__ and __del__ ↵ | Sebastian Thiel | 2011-06-08 | 1 | -1/+58 | |
| | | | | functionality | |||||
* | Improved debug assertion to provide proper path on which to run a git daemon | Sebastian Thiel | 2011-06-07 | 1 | -2/+4 | |
| | ||||||
* | Added version_info property to git command. Its cached and efficient, ↵ | Sebastian Thiel | 2011-06-07 | 1 | -66/+82 | |
| | | | | including test | |||||
* | Fixed submodule test. Just a tiny thing | Sebastian Thiel | 2011-06-07 | 1 | -0/+3 | |
| | ||||||
* | Greatly improved robustness of config parser - it can now take pretty much ↵ | Sebastian Thiel | 2011-06-07 | 2 | -7/+15 | |
| | | | | everything. Includes an updated config file which includes all the new additions | |||||
* | added test & fix for mangled tagger names | Orestis Markou | 2011-05-01 | 1 | -0/+10 | |
| | ||||||
* | Fixed incorrect handling of rev_parse if it was fed with branches that ↵ | Sebastian Thiel | 2011-02-23 | 1 | -1/+6 | |
| | | | | looked like hexshas. Thanks to Ning (frostyplanet) who pointed this issue out | |||||
* | Submodule tests are functional once again. | Sebastian Thiel | 2010-12-01 | 1 | -1/+1 | |
| | | | | remote: Fixed bug that was caused by the unchecked deletion of an uncached attribute which did not necessarily exist | |||||
* | Fixed import of gitdb, keeping changed gitdb commit so that the submodule ↵ | Sebastian Thiel | 2010-12-01 | 1 | -2/+2 | |
| | | | | | | tests may work. Switched gitdb submodule to new github url | |||||
* | Fixed all testcases | Sebastian Thiel | 2010-11-25 | 2 | -4/+5 | |
| | ||||||
* | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 67 | -0/+8668 | |
adjusted |