We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4ae3a commit d9b9bf3Copy full SHA for d9b9bf3
Gemfile
@@ -2,5 +2,4 @@
2
3
source "https://rubygems.org"
4
5
-# Specify your gem's dependencies in pg_easy_replicate.gemspec
6
gemspec
lib/branch_base/repository.rb
@@ -11,8 +11,6 @@ def initialize(repo_path)
11
end
12
13
def walk(branch_name = nil, &block)
14
- # Use the provided branch's head commit OID if a branch name is given,
15
- # otherwise, use the repository's HEAD commit OID.
16
oid =
17
if branch_name
18
branch = @repo.branches[branch_name]
0 commit comments