diff options
author | Sebastian Schuberth <sschuberth@gmail.com> | 2015-05-19 10:21:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-05-21 23:39:26 +0200 |
commit | 8ed6b745bbb4c0b79e6e3b1eae7b523d4263d356 (patch) | |
tree | 2b5c1f656c297bcbf5aea8de911319d1a0915a57 /org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java | |
parent | 6fdd2143496a94afdbc290ebc084453142954810 (diff) | |
download | jgit-8ed6b745bbb4c0b79e6e3b1eae7b523d4263d356.tar.gz jgit-8ed6b745bbb4c0b79e6e3b1eae7b523d4263d356.zip |
FS: Document readpipe()'s encoding parameter
Change-Id: I36f0edf0f9d0bfa26448e25355c6d78dea524079
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java index 569a8864b1..38e714771b 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java @@ -403,6 +403,7 @@ public abstract class FS { * @param command * as component array * @param encoding + * to be used to parse the command's output * @return the one-line output of the command */ protected static String readPipe(File dir, String[] command, String encoding) { |