Re: Textconv

2013-03-11 Thread Dmitry Ilin
command: 'openssl enc -d -base64 -aes-256-ecb -k '\''abcde'\'' -in $1 2> /dev/null || cat $1' '/tmp/Uyc2Dj_config.js' trace: exec: 'sh' '-c' 'openssl enc -d -base64 -aes-256-ecb -k '\''abcde'\'

Re: Textconv

2013-03-11 Thread Dmitry Ilin
se64 -aes-256-ecb -S '12345' -k 'abcde' [diff "openssl"] textconv = openssl enc -d -base64 -aes-256-ecb -k 'abcde' -in "$1" 2> /dev/null || cat "$1" [merge] renormalize = true And content of '.git/info/attributes':

Textconv

2013-03-11 Thread Dmitry Ilin
Hello! Most of GUI for Git using 'git show' command to show differences between versions. For example: WebStorm IDE. But for now there is no way to specify text conversion command in git config for 'show' as it done for 'diff'. It makes problems when we dealing with encrypted repositories. I