Skip to content

Commit 22fbcb5

Browse files
committed
fix git log message character issue
1 parent 2bed57f commit 22fbcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/git/lib.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ def meets_required_version?
859859

860860
def command_lines(cmd, opts = [], chdir = true, redirect = '')
861861
cmd_op = command(cmd, opts, chdir)
862-
op.split("\n")
862+
cmd_op.split("\n")
863863
end
864864

865865
# Takes the current git's system ENV variables and store them.

0 commit comments

Comments
 (0)