| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This should ensure that tests are NOT packaged into
release package by setuptools, as tests are development
only
+ fixtures after moving
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
This should ensure that tests are NOT packaged into
release package by setuptools, as tests are development
only
+ fixtures after moving
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
|
|
|
|
| |
adjusted
|
| |
|
|
|
|
|
|
| |
previously, although there was absolutely no need for that.
See http://byronimo.lighthouseapp.com/projects/51787/tickets/41-diff-regex-lib_git_diffpy-cannot-handle-paths-with-spaces
|
| |
|
|
|
|
|
|
| |
from their object information directly. This is faster, and resolves issues with the rev-list format and empty commit messages
Adjusted many tests to go with the changes, as they were still mocked. The mock was removed if necessary and replaced by code that actually executes
|
| |
|
|
|
|
| |
is to be improved though, writing needs to be implemented as well
|
|
|
|
| |
Added odict module to get an OrderedDict to be used in the config parser, assuring the order of sections and options does not change
|
|
|
|
| |
tests - most of which still has to be filled out
|
|
|
|
| |
in fact so that changes are a little more self-contained and not depending on the actual source repository
|
|
|
|
| |
properly
|
|
|
|
| |
dyamically checks the existance of tags within the repository - it basically tests the interface and checks that expected return types are actually returned
|
|
|
|
| |
(cherry picked from commit 88852ed7bcde4f4b18c1ae8b6fba7f3fab8e9bf5)
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
(cherry picked from commit ccca12ee26e40fb4c4df2d77154ed496144569b9)
|
|
|