From 9b68eecd2448d42475b71e6203ca992df45633e7 Mon Sep 17 00:00:00 2001 From: Chris Barber Date: Fri, 21 Nov 2014 13:36:00 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4561230..13f8efa 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ GitLab Git used grit as main library in past. Now it uses rugged commit = Gitlab::Git::Commit.last(repo) # Get last commit for specified file/directory - Gitlab::Git::Commit.find_for_path(repo, '29eda46b', 'app/models') + Gitlab::Git::Commit.last_for_path(repo, '29eda46b', 'app/models') # Commits between branches Gitlab::Git::Commit.between(repo, 'dev', 'master')