| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-12-16 | Fixed a bug with branch names omitting path components. | Michael Trier | |
| Git allows branches to be named and organized using path components, e.g using a branch called "refactoring/feature1", which gets stored under refs/heads/refactoring/feature1. The previous code omitted everything but the last path component giving the name "feature1" instead of "refactoring/feature1" for the branch. This changeset fixes that. (cherry picked from commit dc4738bc53e580754e47037e26c7eec3047aeb69) | |||
| 2008-12-15 | Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_to | Michael Trier | |
| 2008-09-02 | test_commit: add a testcase for parsing rev-list --bisect-all output | David Aguilar | |
| This adds a testcase for Commit.list_from_string to ensure that it can properly parse the output of git rev-list --bisect-all. Signed-off-by: David Aguilar <davvid@gmail.com> | |||
| 2008-07-28 | Avoid stripping newlines in blob data. | Jelmer Vernooij | |
| (cherry picked from commit ccca12ee26e40fb4c4df2d77154ed496144569b9) | |||
| 2008-05-07 | initial project | Michael Trier | |
