This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## @file | |
## Shows git diff of tracked plist files. | |
## | |
## Normally, Mac plist files are binary, so git diffs do not display. However, | |
## there are cases where seeing diffs is important. For example, when tracking | |
## changes via Mackup's git storage option. | |
## | |
## @see http://confusatory.org/post/133141617492/git-diff-for-binary-apple-property-list-files |
OlderNewer