fix(getUncommittedDiff): Avoid false-positive diffs in getUncommittedDiff by detecting symlinked directories and skipping identical files

This commit is contained in:
2025-11-04 03:40:49 +00:00
parent 238dd152ba
commit 734137e7b5
4 changed files with 72 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartgit',
version: '3.3.0',
version: '3.3.1',
description: 'A smart wrapper for nodegit that simplifies Git operations in Node.js.'
}