-
Support >1 path in Gitlab::Git::Repository#log · 53819c5aSean McGivern authored
This is analogous to `git log -- foo bar baz`, but not the same as `Gitlab::Git::Repository#log(path: 'foo bar baz')`, which would run `git log -- 'foo bar baz'`.
53819c5a
×