From 8ed6b745bbb4c0b79e6e3b1eae7b523d4263d356 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Tue, 19 May 2015 10:21:59 +0200 Subject: [PATCH] FS: Document readpipe()'s encoding parameter Change-Id: I36f0edf0f9d0bfa26448e25355c6d78dea524079 Signed-off-by: Sebastian Schuberth --- org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.39.5