aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ef3f218..1cfcaf2 100644
--- a/README.md
+++ b/README.md
@@ -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 📅