codymikol / git-down

A rewrite of the popular project GitUp that works in Linux, Mac, and Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change scanner not picking up files in index

codymikol opened this issue · comments

For some reason if a file is externally added and put into the index (usually via my IDE prompting to "Add file to git") the scanner will not pick up that this file now exists and the state should be updated...

I think this actually only happens for newly added empty files

It looks like these empty files actually just don't show up in the index at all

This is fixed with the scanner changes