Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a test for negative dates and see how onefetch handles it #1100

Merged
merged 4 commits into from
Jul 1, 2023

Commits on Jun 29, 2023

  1. 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`.
    Byron committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7a77046 View commit details
    Browse the repository at this point in the history
  2. 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.
    Byron committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c689f32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ff3a21 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. add unit test

    o2sh committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    6141093 View commit details
    Browse the repository at this point in the history