Michael J Gruber wrote: > "git help attributes" may help: look for filter and set attributes and > config (filter.$name.{clean,smudge}) accordingly. smudge should probably > decrypt, clean should encrypt. Wouldn't this trip over the randomness included in all encryption [to avoid generating the same cyphertext for two separate identical messages, which gives away some information], which would let git think the file has been changed as soon as its stat info has changed (or is just racy)? Not to mention that this makes most source-oriented features such as diff, blame, merge, etc., rather useless. -- Thomas Rast trast@{inf,student}.ethz.ch
Attachment:
signature.asc
Description: This is a digitally signed message part.