Show HN: Automatically track time spent on Git commits
1–4 of 4 posts
Re: Show HN: Automatically track time spent on Git commits
#2This looks interesting, but without support for Mercurial it's not a viable option for me.
Re: Show HN: Automatically track time spent on Git commits
#3Is this doing the same thing as www.wakatime.com?
Re: Show HN: Automatically track time spent on Git commits
#4Is this doing the same thing as www.wakatime.com?
Yes, it's tracking time the same as https://wakatime.com but assigning time to commits based on the files you edit while WakaTime doesn't match files edited to files changed in the commits, it assigns all time between two commits to the more recent commit.