From 8b9ac8d4a8c2dc98fa46b534f84ec0293ee221c1 Mon Sep 17 00:00:00 2001 From: Robin Rosenberg Date: Tue, 8 Apr 2008 07:42:47 +0200 Subject: [PATCH] Fixed wrong name for remotes refs Signed-off-by: Robin Rosenberg --- org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java b/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java index 312dea6c..03c7534d 100644 --- a/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java +++ b/org.spearce.jgit/src/org/spearce/jgit/lib/Constants.java @@ -161,7 +161,7 @@ public final class Constants { public static final String HEADS_PREFIX = "refs/heads"; /** Prefix for remotes refs */ - public static String REMOTES_PREFIX = "remotes"; + public static String REMOTES_PREFIX = "refs/remotes"; /** * Create a new digest function for objects. -- 2.11.4.GIT