The settings say that when Git Graph Indexing is enabled, “metadata about commits (SHAs, number of changes, and encrypted file names) are stored on the server.”
Where are the file names encrypted? Are they encrypted on my machine, and the encrypted names are sent to the server, or does the server receive them in plaintext, encrypt them, and then save them?
Obviously communication to the server is encrypted, but does the server have access to the actual filenames?