Skip to content

Commit d9b9bf3

Browse files
committed
Cleanup
1 parent cc4ae3a commit d9b9bf3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
source "https://rubygems.org"
44

5-
# Specify your gem's dependencies in pg_easy_replicate.gemspec
65
gemspec

lib/branch_base/repository.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ def initialize(repo_path)
1111
end
1212

1313
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.
1614
oid =
1715
if branch_name
1816
branch = @repo.branches[branch_name]

0 commit comments

Comments
 (0)