lib/git-utils/command.rb in git-utils-0.6.3 vs lib/git-utils/command.rb in git-utils-0.6.4
- old
+ new
@@ -29,11 +29,9 @@
# Returns the URL for the remote origin.
def origin_url
@origin_url ||= `git config --get remote.origin.url`.strip
end
-
-
# Returns the name of the repository service.
# It's currently GitHub, Bitbucket, or Stash.
# We return blank for an unknown service; the command will still
# often work in that case.
def service
\ No newline at end of file