Did this get patched? Date History not working
See original GitHub issueDid this get patched, the script appears to work
[main a117ef6] "Contribution: 2020-11-28 20:06"
Date: Sat Nov 28 20:06:18 2020 -0500
1 file changed, 2 insertions(+)
[main 5245bfc] "Contribution: 2020-12-01 20:00"
Date: Tue Dec 1 20:00:18 2020 -0500
1 file changed, 2 insertions(+)
[main dcf0bc1] "Contribution: 2020-12-01 20:01"
Date: Tue Dec 1 20:01:18 2020 -0500
1 file changed, 2 insertions(+)
[main 3ec99da] "Contribution: 2020-12-01 20:02"
Date: Tue Dec 1 20:02:18 2020 -0500
1 file changed, 2 insertions(+)
Enumerating objects: 4704, done.
Counting objects: 100% (4704/4704), done.
Delta compression using up to 16 threads
Compressing objects: 100% (3135/3135), done.
Writing objects: 100% (4704/4704), 429.40 KiB | 874.00 KiB/s, done.
Total 4704 (delta 1552), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (1552/1552), done.
To github.com:BenjaminHCCarr/testing_repo.git
* [new branch] main -> main
Branch 'main' set up to track remote branch 'main' from 'origin'.
Repository generation completed successfully!
But then I don’t see the activity graph populated and the git history itself only shows today:
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Create a report showing last patched date for each computer
I'm trying to create a report that shows the last date a patched was deployed to a computer and successfully installed. Is it...
Read more >Is it possible to search for update history of a machine?
I would love to be able to easily search for COMPUTERNAME1, and see the dates that it was recently patched through Shavlik, who...
Read more >Linux patch management: How to back out a failed patch
However, updates do not always work the way you expect, ... First, check the history of the transaction with the yum command:
Read more >Oracle Database 19c Proactive Patch Information
The table below shows the Database Monthly Recommended Patches available for 19c. Release Date, Version, Download Link, Name, Known Issues, Bugs ...
Read more >Patch Management and Windows Server 2012 Update History
Windows Server 2012 systems may not display updates in the 'View update history' window when they are patched using Patch Management in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@emanuelbaltaretu have you checked the troubleshooting section? The issue is most likely in the email address you use for commits. It has to be the same as you have in your GitHub account.
Thank you @Shpota !!! I did checked the troubleshooting section but git config --get user.email was returning “emanuel.baltaretu@gmail.com” i didn’t see it at first but the dot was caussing the issue and it the script worked for me after changing it, thanks a lot!