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

git recall for all users not working as expected #4

Closed
samaursa opened this issue Jan 29, 2017 · 3 comments
Closed

git recall for all users not working as expected #4

samaursa opened this issue Jan 29, 2017 · 3 comments

Comments

@samaursa
Copy link

I expect git recall -a "all" to display what is shown in the gif. However, all I get is:

`The contributor ".*" did nothing during this period.

@Fakerr
Copy link
Owner

Fakerr commented Jan 29, 2017

It means that during the last 24 hours, nothing happened. Try with the -d option. Something like this:
git recall -a "all" -d 10. to see for example the commits for the last 10 days.
I'll push a fix for the message to make it more clear. Thanks.

@samaursa
Copy link
Author

Great. Yes a clearer message would work very well. Also, I think the default behavior, if number of days is not specified, is to show n number of commits. This can then replace git log -n 10 for me.

@Fakerr
Copy link
Owner

Fakerr commented Jan 29, 2017

Like the idea 👍 , I'll work on it. Thanks :)

@Fakerr Fakerr closed this as completed Jan 29, 2017
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