On Thu, Nov 18, 2021 at 02:22:02PM +0100, Johannes Schindelin wrote:
>> We are carrying out internal application assessments for the purposes of
>> information security on behalf of Hitachi Energy.
>>
>> One of the applications we have been asked to assess is your "Git for Windows".
>>
>> Could you please confirm for us whether your application has any sort of
>> privacy policy or GDPR statement associated with it?
>
> As Git for Windows does not collect any telemetry, there is no privacy
> policy. If you feel there should be one, feel free to draft one and we
> will discuss whether/how to adopt it.
I would also add that GfW does not only collect any telemetry data but also no
user-provided data is ever stored somewhere on "GfW servers" - for whatever
that could stand because there are no such servers.
To undestand that, please consider that GfW is an ongoing (and the de-facto
standard) port of Git [1] to the Windows platform. Git is a distributed
version control system (DVCS, [2]), and hence the only data Git ever sends out
is whatever a user of Git explicitly told it to send. Such data is part of a
project which is maintained using Git. The server to receive such data is also
either explicitly specified by the user or configured by a specifically
designated person (such as by an IT staff member of an enterprise said user
works at).
Git can be used to send data (again, explicitly) to servers managed by
commercial third-parties - such as Github (Microsoft), Bitbucket (Atlassian)
and so on, and usage of _those_ severs is subject to license agreements
between those parties and the users, and it's where privacy policies and stuff
like GDPR come into play. Git itself, in this picture, is just a tool which
can be used to interact with such services, which it in no case does by
itself; any data exchange made by Git requires explicit actions of its user.
1.
https://en.wikipedia.org/wiki/Git
2.
https://en.wikipedia.org/wiki/Distributed_version_control