From 77172800a8b9b43f7c9ebd76f74a773bc1798e26 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 13 Jun 2013 10:10:59 -0700 Subject: [PATCH] Remove link to deleted method --- src/app/git.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/git.coffee b/src/app/git.coffee index 459fc4fb8..fdb4c0a14 100644 --- a/src/app/git.coffee +++ b/src/app/git.coffee @@ -152,7 +152,7 @@ class Git # Returns a {String}. relativize: (path) -> @getRepo().relativize(path) - # Retrieves a shortened version of {.getHead}. + # Retrieves a shortened version of the HEAD reference value. # # This removes the leading segments of `refs/heads`, `refs/tags`, or `refs/remotes`. # It also shortenes the SHA-1 of a detached `HEAD` to 7 characters.