summaryrefslogtreecommitdiff
path: root/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Fix source comment typosluz paz2022-08-171-1/+1
* Fix various typosluz paz2022-05-073-3/+3
* add initial types to remote.pyyobmod2021-05-031-0/+0
* tests: move to root dirKonrad Weihmann2020-07-1270-0/+9384
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-1270-9384/+0
* tests: move to root dirKonrad Weihmann2020-07-1270-0/+9384
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-2540-3634/+0
* Implemented reflog reading and writingSebastian Thiel2010-11-237-0/+594
* Adjusted regex to support whitespace - it was a little restrictive previously...Sebastian Thiel2010-10-151-2/+2
* All tests adjusted to work with the changed internal sha representationSebastian Thiel2010-06-281-1/+1
* commit: redesigned revlist and commit parsing, commits are always retrieved f...Sebastian Thiel2010-06-021-24/+3
* improved IndexEntry type and added test for parsing of the stageSebastian Thiel2009-10-201-0/+0
* Added initial version of the index reading from file - IndexEntry interface i...Sebastian Thiel2009-10-201-0/+0
* implemented config class as far as necessary, one check is still failingSebastian Thiel2009-10-191-0/+24
* Added frame for configuration reader involving a meta class, decorators and t...Sebastian Thiel2009-10-181-0/+23
* mode-only change for test system - this should be in a separate repository in...Sebastian Thiel2009-10-111-0/+0
* fixed issue in Ref.name implementation which would not handle components prop...Sebastian Thiel2009-10-111-0/+0
* Re-designed the tag testing - it does not use fixtures anymore but dyamically...Sebastian Thiel2009-10-112-0/+0
* fixed Commit.stats retrieval for parentless commits in bare reposMichael Trier2008-12-161-0/+3
* Fixed a bug with branch names omitting path components.Michael Trier2008-12-161-0/+0
* Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_toMichael Trier2008-12-151-0/+12
* test_commit: add a testcase for parsing rev-list --bisect-all outputDavid Aguilar2008-09-021-0/+51
* Avoid stripping newlines in blob data.Jelmer Vernooij2008-07-281-0/+1
* initial projectMichael Trier2008-05-0726-0/+2947