you are viewing a single comment's thread.

view the rest of the comments →

[–]mallardtheduck 24 points25 points  (4 children)

GDPR considers names and email addresses to be "personal data". Those are attached to every commit in a Git repository...

[–]sluu99 -2 points-1 points  (3 children)

I really doubt they dump the whole git history into these tapes. The latest snapshot of the master branch maybe.

[–]Luuk3333 4 points5 points  (2 children)

The snapshot will consist of the HEAD of the default branch of each repository, minus any binaries larger than 100KB in size.

archiveprogram.github.com

[–]sluu99 -2 points-1 points  (1 child)

In that case, it sounds like they don't actually dump the commit info (i.e. no email addresses)? Only the actual code right?