Remove link to deleted method

This commit is contained in:
Kevin Sawicki
2013-06-13 10:10:59 -07:00
parent 6615e0f2db
commit 77172800a8

View File

@@ -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.