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

Allow git-fat settings to come from global git configuration #29

Closed ChrisMarinos closed 10 years ago

ChrisMarinos commented 10 years ago

Being able to configure settings like rsync.remote on a per-repository basis is great.

However, I'd also like the ability to configure settings like rsync.sshuser on a per user basis. For example, my sshusername might be chrismarinos, but yours might be jedbrown. This is especially handy when your sshuser is different from your local machine's user name.

This patch makes that possible.

jedbrown commented 10 years ago

Looks good, thanks.