diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ ## ❌ Default Git Privacy ❌ -With only 3 commands *anyone* can find out the dates and exact times, down to the second, that a developer makes commits. +With only 3 commands, *anyone* can find out the dates, time zones, and exact clock times a developer makes commits. ```sh git clone <target-repo> @@ -10,7 +10,7 @@ cd <target-repo> git log --format=fuller ``` -Over a long enough timespan, exact commit times can be used to deduce private information about a developers life. For instance, their likely timezone and sleep patterns. +This can leak personal information about a developer's life. The time zones reveal the developer's approximate location in the world at that time and exact commit times recorded over a sufficient timespan may be used to deduce a developer's sleep patterns for example. ## 📅 Git Timestamps 📅 |