OSX 10.10 / Yosemite introduces the Finder Sync extension which allows any app / extension to display informational badges in Finder. This could be used to indicate the sync status (there are some stories which claim the extensions got added because Dropbox used an undocumented API previously). I had a quick look and it would not be too difficult to implement a simple extension which reads the metadata from the .git/annex
directory and shows a sync / transfer status icon.
Just wanted to throw the idea out there, I might even start building it.
I just released an app, still in beta that provides Finder integration for git-annex. It relies on Core Data so it actually requires macOS 10.12 or later. If there is enough need/requests it could probably be updated to support OS-X 10.10 by switching from Core Data to sqllite directly.
The app is called git-annex-turtle and available on github.
—Andrew