From 27d27020ba5f5b7b96d24454f6d09eaecfba6a76 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Thu, 18 Aug 2016 11:04:26 +0200 Subject: examples: fix fs_implementation example --- core/reference.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/reference.go') diff --git a/core/reference.go b/core/reference.go index 72bfe9d..5258146 100644 --- a/core/reference.go +++ b/core/reference.go @@ -237,7 +237,7 @@ const ( // is the pattern for references on the remote side and is where // those references will be written locally. The + tells Git to update the // reference even if it isn’t a fast-forward. -// eg.: "+refs/*/*:refs/remotes/origin/*" +// eg.: "+refs/heads/*:refs/remotes/origin/*" // // https://git-scm.com/book/es/v2/Git-Internals-The-Refspec type RefSpec string -- cgit