You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes non-dirty files being reported as dirty.
Since the `is_dirty` variable was initialized as 0 outside the for loop,
after a dirty file was found, all the subsequent files were also
reported as dirty. Initializing it in the every iteration fixes this
issue.
Signed-off-by: Takahiro Itazuri <[email protected]>
0 commit comments