parent
68636d5e64
commit
29d40969c2
3 changed files with 27 additions and 24 deletions
|
|
@ -54,8 +54,8 @@ func findNumberOfCommitDiffs(srcCommit *object.Commit, dstCommit *object.Commit)
|
|||
return diffRange, false
|
||||
}
|
||||
|
||||
baseCommitHashes := []string{}
|
||||
destCommitHashes := []string{}
|
||||
var baseCommitHashes []string
|
||||
var destCommitHashes []string
|
||||
|
||||
// Try to find all differences, limit only to five last changes to avoid reading whole repository at once
|
||||
for {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue