Skip to content

Comments

Simplify unchanged file check in git.ts#47

Closed
dotansimha wants to merge 1 commit intochangesets:mainfrom
dotansimha:patch-1
Closed

Simplify unchanged file check in git.ts#47
dotansimha wants to merge 1 commit intochangesets:mainfrom
dotansimha:patch-1

Conversation

@dotansimha
Copy link
Contributor

Changed the order of the checks. This way only files that were actually changed are going to fail if they are executable/symlinks.

The current piece of code errors on untouched/unmodified/unrelated files.

Changed the order of the checks. This way only files that were actually changed are going to fail if they are executable/symlinks.

The current piece of code errors on untouched/unmodified/unrelated files.
@dotansimha
Copy link
Contributor Author

@Andarist was faster #46

@dotansimha dotansimha closed this Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant