Skip to content

Changes

Summary

  1. [findBugs] Use UTF-8 when writing to the error stream in jgit pgm (details)
  2. [findBugs] Use UTF-8 when writing to the error stream in GitHook (details)
  3. [findBugs] Use UTF-8 to read git-rebase-todo file (details)
  4. [findBugs] Use UTF-8 to write to the error stream in TextProgressMonitor (details)
Commit 475dcc2985f4792e54c4b39328b2ca442f2cbe7d by Matthias Sohn
[findBugs] Use UTF-8 when writing to the error stream in jgit pgm

Change-Id: Ic2555ea932dbbd1a3a6868e731f247b9754d7f09
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
The file was modified org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Main.java
Commit 0aa1a19cab99dc2525389c0680c661e004ded4d4 by Matthias Sohn
[findBugs] Use UTF-8 when writing to the error stream in GitHook

Change-Id: Ica8a40b909ed45cf8e538714e4f26b64ff9a3d21
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
The file was modified org.eclipse.jgit/src/org/eclipse/jgit/hooks/GitHook.java
Commit f1dd61f646e1a217aeed58e2057b4a47c42077e9 by Matthias Sohn
[findBugs] Use UTF-8 to read git-rebase-todo file

Change-Id: I7c6f71e13ef106678157eae1aa3f9d39712e577b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
The file was modified org.eclipse.jgit/src/org/eclipse/jgit/lib/RebaseTodoFile.java
Commit 69d5e89e99707119837eb1f025ee2c8d6d376996 by Matthias Sohn
[findBugs] Use UTF-8 to write to the error stream in TextProgressMonitor

Change-Id: Ic85db2043d6f673f268bf781917daad45d28f8cd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
The file was modified org.eclipse.jgit/src/org/eclipse/jgit/lib/TextProgressMonitor.java