| Age | Commit message (Collapse) | Author |
|
…and time is previous. Since I could reproduce it and see it working
with the steps provided in the comment:
https://github.com/gitpython-developers/GitPython/pull/1009#issuecomment-623008816
I think it's good for now. We also assume there won't be a regression.
|
|
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
|
|
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1002
|
|
|
|
|
|
subdirectory"
This reverts commit eb792ea76888970d486323df07105129abbbe466.
Seems to break CI
Related to #1000
|
|
subdirectory
This will work for default git object databases only, which use git as
object database directly.
Related to #1000
|
|
|
|
|
|
Fixes #994
|
|
|
|
Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
|
|
|
|
Fixes #943
|
|
Fixes #774
|
|
|
|
|
|
|
|
Also change TestOutputStream to subclass TestBase rather than object
|
|
|
|
|
|
|
|
Also change TestActor to subclass TestBase rather than object and create and use base TestCommitSerialization class for assert_commit_serialization method
|
|
Also remove no longer used assert_not_none
|
|
assert_instance_of, assert_not_instance_of, assert_none, assert_not_match, assert_mode_644, assert_mode_755
|
|
|
|
|
|
In TestRepo.test_should_display_blame_information
|
|
In TestIndex.test_index_mutation
|
|
|
|
In TExc.test_CommandError_unicode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|