1
0
mirror of https://github.com/o2sh/onefetch synced 2024-06-30 22:54:20 +00:00
onefetch/tests/fixtures
Sebastian Thiel 67cd11a3fe
add a test for negative dates and see how onefetch handles it (#1100)
* add a test for negative dates and see how onefetch handles it.

Currently there is an 'empty' error which probably is related to
a failure to parse commits with negative dates.

This should be fixed in future versions of `gitoxide`.

* feat: support repositories with dates prior to UNIX epoch.

Note that such repositories aren't easy to create in the first place
and such pre-dated commits need to be created with tool-assistance.

In any case, now `onefetch` is able to handle these as well.

* update dependencies, also in the hopes to fix CI caches

* add unit test

---------

Co-authored-by: o2sh <ossama-hjaji@live.fr>
2023-07-01 15:49:55 +02:00
..
make_bare_repo.sh rename fixture scripts 2023-06-25 00:27:20 +02:00
make_partial_repo.sh don't fail when computing diff on partial clones (#1093) 2023-06-24 23:31:23 +02:00
make_pre_epoch_repo.sh add a test for negative dates and see how onefetch handles it (#1100) 2023-07-01 15:49:55 +02:00
make_repo_without_remote.sh rename fixture scripts 2023-06-25 00:27:20 +02:00
make_repo.sh rename fixture scripts 2023-06-25 00:27:20 +02:00