1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed --reverse option

It is nonsense with `-n1` option.
This commit is contained in:
Nobuyoshi Nakada 2019-04-28 11:31:36 +09:00
parent d0a5467320
commit 5a53682d6d
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -466,7 +466,7 @@ class VCS
end
def branch_beginning
cmd_read(%W[ #{COMMAND} log -n1 --format=format:%H --reverse
cmd_read(%W[ #{COMMAND} log -n1 --format=format:%H
--author=matz --committer=matz --grep=start
-- version.h include/ruby/version.h])
end