| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-09-05 | Use a dictionnary for tree contents | Steve Frécinaux | |
| It seems more natural to use a dictionnary for directories, since we usually want to access them by name, and entry order is not relevant. Also, finding a particular blob given its name is O(1) instead of O(N). | |||
| 2008-08-18 | Fixed bare related tests. | Michael Trier | |
| 2008-08-11 | use shell=True in windows (git.exe needs to be on %PATH%) | Florian Apolloner | |
| One bug remaining: git on windows is returning status 0 for `git this-does-not-exist`, so no GitCommandError is raised. | |||
| 2008-07-28 | Avoid stripping newlines in blob data. | Jelmer Vernooij | |
| (cherry picked from commit ccca12ee26e40fb4c4df2d77154ed496144569b9) | |||
| 2008-07-17 | Removed method_missing since it was only used in one place. | Michael Trier | |
| 2008-07-16 | Added license information to all files. | Michael Trier | |
| 2008-05-31 | replaced another git_python with git | Florian Apolloner | |
| 2008-05-30 | renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ↵ | Michael Trier | |
| up tests so they pass except for stderr test. Modified version information retrieval. | |||
| 2008-05-29 | tests: keep temporary repos underneath test/repos | David Aguilar | |
| test_repo.py was creating directories in the literal test/~/foo/... directory. This commit replaces "~" with "repos". Some minor whitespace issues were cleaned up as well. Signed-off-by: David Aguilar <davvid@gmail.com> | |||
| 2008-05-22 | use ~/foo instead of /foo for repo. | Florian Apolloner | |
| 2008-05-18 | added in note about how to handle date time information. Fixed up repo ↵ | Michael Trier | |
| tests for the removal of the shared option. | |||
| 2008-05-08 | Fixed up rspec comments that are passing. | Michael Trier | |
| 2008-05-07 | More small changes to tests. Commented out tests not passing because of ↵ | Michael Trier | |
| inability to figure out mocking for them. | |||
| 2008-05-07 | Moved test stuff around and modified imports to just clean things up a bit. | Michael Trier | |
| 2008-05-07 | cleaned up a bunch of imports for the tests. | Michael Trier | |
| 2008-05-07 | just more documentation fixes. | Michael Trier | |
| 2008-05-07 | initial project | Michael Trier | |
