Git-privacy redacts author and committer dates to keep coding hours more private
1–5 of 5 posts
Re: Git-privacy redacts author and committer dates to keep coding hours more private
#2Re: Git-privacy redacts author and committer dates to keep coding hours more private
#3Seems like a cool project. However, what I definitely would need is to set dates to be within a specified time frame. Sometimes I write till like 3 am in the morning, and I would like to hide that. So like a hook, that makes some linear rescaling to a previously defined time frame like 8 am to 8 pm would be really nice.
My first thought was the tool should evenly space each day's commits out over the given hours, but that would be easily detectable. Then I considered using the size of the diff to determine the amount of time until the next commit... ultimately, a random distribution is probably the best.
Re: Git-privacy redacts author and committer dates to keep coding hours more private
#4Seems like a cool project. However, what I definitely would need is to set dates to be within a specified time frame. Sometimes I write till like 3 am in the morning, and I would like to hide that. So like a hook, that makes some linear rescaling to a previously defined time frame like 8 am to 8 pm would be really nice.
Re: Git-privacy redacts author and committer dates to keep coding hours more private
#5Seems like a cool project. However, what I definitely would need is to set dates to be within a specified time frame. Sometimes I write till like 3 am in the morning, and I would like to hide that. So like a hook, that makes some linear rescaling to a previously defined time frame like 8 am to 8 pm would be really nice.
I like this. My first thought was the tool should evenly space each day's commits out over the given hours, but that would be easily detectable. Then I considered using the size of the diff to determine the amount of time until the next commit... ultimately, a random distribution is probably the best.