Thanks to visit codestin.com Credit goes to github.com
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 33ab0e2 commit 1de27daCopy full SHA for 1de27da
lib/git/log.rb
@@ -159,6 +159,5 @@ def run_log_if_dirty
159
@commits = log_data.map { |c| Git::Object::Commit.new(@base, c['sha'], c) }
160
@dirty = false
161
end
162
-
163
164
0 commit comments