Browse Source

Merge "Force jgit.sh to use UTF-8 encoding on Mac"

stable-1.3
Shawn Pearce 13 years ago committed by Code Review
parent
commit
a313ec006f
  1. 1
      org.eclipse.jgit.pgm/jgit.sh

1
org.eclipse.jgit.pgm/jgit.sh

@ -80,6 +80,7 @@ Darwin)
-Dcom.apple.mrj.application.growbox.intrudes=false
-Dapple.laf.useScreenMenuBar=true
-Xdock:name=JGit
-Dfile.encoding=UTF-8
'
fi
;;

Loading…
Cancel
Save