Skip to content

Commit

Permalink
Merge pull request #63 from domharrington/l0
Browse files Browse the repository at this point in the history
ensure large amount of renames doesn't break git log
  • Loading branch information
hipstersmoothie committed Oct 5, 2020
2 parents 7cdfd08 + 9139676 commit cdda193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -238,7 +238,7 @@ function createCommand<T extends CommitField | DefaultField = DefaultField>(
options: GitlogOptions<T>
) {
// Start constructing command
let command = "git log ";
let command = "git log -l0 ";

if (options.findCopiesHarder) {
command += "--find-copies-harder ";
Expand Down

0 comments on commit cdda193

Please sign in to comment.