mirror of
https://github.com/artiebits/fake-git-history.git
synced 2026-04-27 07:55:54 +03:00
[GH-ISSUE #7] Keeps running indefinetly on both mac books #67
Labels
No labels
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-git-history#67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johndoejabra on GitHub (Jul 22, 2020).
Original GitHub issue: https://github.com/artiebits/fake-git-history/issues/7
fake-git-history --commitsPerDay "0,7" -s "19/10/22" -e "20/01/15"keeps running indefinitely on the both the macs, with no visibile changes in file in the git repository.
eventually I killed the process with Ctrl + C and got this error in the screenshot
Screenshots
after killing the process doing the
git logshows nothingThis behavior is reproducible on both my macs
@artiebits commented on GitHub (Jul 23, 2020):
Hi! Thank you for reporting the issue. I made a mistake in documentation saying the date must be in
YY/MM/DDformat. It must beyyyy/MM/dd, sorry for my mistake. So, the correct command for your isfake-git-history --commitsPerDay "0,7" -s "2019/10/22" -e "2020/01/15". Please let me know if it helps you.@johndoejabra commented on GitHub (Jul 23, 2020):
Thanks, It does I can create a PR shortly to update the documentation.
@artiebits commented on GitHub (Jul 24, 2020):
that would be nice, thank you 👍
@artiebits commented on GitHub (Jul 29, 2020):
let me know if you have any questions about opening a PR