EGit - 提交 java 文档

EGit - Committing java documentation

我在 GitHub 中使用 EGit。

当我使用 EGit 提交代码并将其推送到 GitHub 时,它只显示没有 javadoc 的代码。
EGit 中是否有关闭此功能的首选项? (导出所有代码)

在 Eclipse 中:

在GitHub中:

Is there a preference in egit to turn this off? (to export all of the code)

否:除非您有 clean content filer(在 .gitattributes 文件中),否则文本文件将被完整推送到 GitHub。

OP Cedric van den Berg reports 解决过滤器问题:

$ git config --global filter.indent.clean indent
$ git config --global filter.indent.smudge cat