git-server/src/main/java/jetbrains/buildServer/buildTriggers/vcs/git/gitProxy/GitProxyChangesCollector.java (4 lines): - line 656: null, // TODO identify if file mode has changed and provide description in that case - line 781: // TODO space supports .mailmap files which can map commit author email to some other email, we do not use it and so the username might differ - line 792: // TODO remove this if we start supporting submodules - line 844: // TODO for now we don't log differences in user names, because Space uses mailmap and jgit doesn't git-server-tc/src/main/java/jetbrains/buildServer/buildTriggers/vcs/git/CachingNativeGitTestConnectionRunner.java (1 line): - line 38: // TODO: uploaded keys with the same name may belong to different projects git-server/src/main/java/jetbrains/buildServer/buildTriggers/vcs/git/SSLHttpClientConnection.java (1 line): - line 370: // TODO: check whether we can really ignore this. git-server/src/main/java/jetbrains/buildServer/buildTriggers/vcs/git/commitInfo/CommitTreeProcessor.java (1 line): - line 99: //TODO: may also cache parsed sub-strees as well git-server/src/main/java/jetbrains/buildServer/buildTriggers/vcs/git/ModificationDataRevWalk.java (1 line): - line 131: // TODO currently we don't use missingSubmoduleCommitInfo, but later it should be stored in attributes(the format is to be defined) and display the information in the ui. See TW-91296