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

Evaluating a single commit does not seem to work #7

Closed
meshantz opened this issue Apr 14, 2021 · 0 comments
Closed

Evaluating a single commit does not seem to work #7

meshantz opened this issue Apr 14, 2021 · 0 comments
Assignees

Comments

@meshantz
Copy link

mshantz@kit-mshantz:~/code$ git log -1
commit b2fb39cf3eddfef3ea23a403d1c5b42b57f0c19b (HEAD -> blast-stats, origin/blast-stats)
Author: Mike Shantz <mshantz@emaildomain.com>
Date:   Wed Oct 14 10:42:54 2020 -0400

    Track a series of blast stats in redis.
mshantz@kit-mshantz:~/code$ ~/gitaligned -b blast-stats -n 1
Author Mike Shantz is True Neutral
Commits: 0
Accumulated:{0 0}
mshantz@kit-mshantz:~/code$ ~/gitaligned -b blast-stats -n 1 -k
mshantz@kit-mshantz:~/code$ ~/gitaligned -b blast-stats -n 1 -y
Commit True Neutral
{+0 +0}
        track a series of blast stats in redis

In particular I would expect the output with -k and -y to be (respectively):

track a series of blast stats in redis
VB    DT NN     IN JJ    NNS   IN NN
Commit Neutral Good
{+0.225 +1}
        track a series of blast stats in redis

as seen in longer outputs.

This result was seen with v0.3.2 using the linux binary from WSL2 (Ubuntu), git version 2.25.1.

@soypat soypat self-assigned this Apr 15, 2021
@soypat soypat closed this as completed in 9e312ed Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants