Browse Source

git: ++attributes, ++diffs

Maxim Likhachev 6 years ago
parent
commit
827e9c0dfd
  1. 1
      .gitattributes
  2. 16
      etc/soft/git/gitconfig

1
.gitattributes vendored

@ -0,0 +1 @@ @@ -0,0 +1 @@
*.plist diff=plist

16
etc/soft/git/gitconfig

@ -32,6 +32,22 @@ @@ -32,6 +32,22 @@
[gc]
writeCommitGraph = true
# ----[ DIFF METHODS ]--------------------------------------------------------
[diff "plist"]
textconv = plutil -p
[diff "pdf"]
textconv = pdfinfo
[diff "png"]
textconv = exiftool
[diff "jpg"]
textconv = exiftool
# ----[ ALIASES ]--------------------------------------------------------
[alias]
# ----[ COMMON ]--------------------------------------------------------

Loading…
Cancel
Save