jedbrown / git-fat

Simple way to handle fat files without committing them to git, supports synchronization using rsync
BSD 2-Clause "Simplified" License
621 stars 137 forks source link

fix OSError on “git fat pull” with manually removed, tracked files in WC #30

Closed cspurk closed 10 years ago

cspurk commented 10 years ago

If there is any manually removed, tracked file in the working copy, then running “git fat pull” fails with an OSError without this fix.

jedbrown commented 10 years ago

Thanks!

cspurk commented 10 years ago

Thanks @jedbrown for looking into this so quickly!