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:
parent
d0a5467320
commit
5a53682d6d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue