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

fat pull: exit status should be non-zero in case some files were not restored #26

Open nkovacs opened 10 years ago

nkovacs commented 10 years ago

In my case, I simply forgot to run git fat push, so git fat pull failed to restore one file, but because the exit status was zero, the rest of the commands in the cron job continued without that file.