Skip to content

Commit

Permalink
Update autocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski authored and horner committed Nov 7, 2023
1 parent 9fb3ed8 commit c3f3543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git/GitScanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ export class GitScanner {
line = line.substring(1);
if (!line.startsWith('wikigdrive:') && !line.startsWith('version:') && !line.startsWith('lastAuthor:') && !line.startsWith('date:') &&
!line.startsWith('menu:') && !line.startsWith(' main:') &&
!line.startsWith(' name:') && !line.startsWith(' identifier:') && !line.startsWith(' weight:')
!line.startsWith(' name:') && !line.startsWith(' identifier:') && !line.startsWith(' weight:') && !line.startsWith(' parent:')
) {
current.doAutoCommit = false;
}
Expand Down

0 comments on commit c3f3543

Please sign in to comment.