Skip to content

Commit

Permalink
fix: Add --limit=1 when determining branch copy source (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehow authored and JohnstonCode committed Apr 19, 2022
1 parent 6b8f193 commit 593dfe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/svnRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export class Repository {
let args = [
"log",
"-r1:HEAD",
"--limit=1",
"--stop-on-copy",
"--xml",
"--with-all-revprops",
Expand Down

0 comments on commit 593dfe5

Please sign in to comment.