We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c0257 commit e0d13bcCopy full SHA for e0d13bc
scripts/jsdoc-automation/src/LocalGitManager.ts
@@ -32,7 +32,7 @@ export class LocalGitManager {
32
const log = await this.git.log({
33
//from: "main",
34
// to: `origin/pull/${pullNumber}/head`,
35
- maxCount: 100,
+ maxCount: 1000,
36
});
37
38
// resolve the following information from the current branch
0 commit comments