Thread (3 messages) flat view 3 messages, 3 authors, 2016-06-15
  • (off-list ancestor, not in this archive)
  • Re: Textconv · Matthieu Moy <hidden> · 2016-06-15
  • Re: Textconv · Dmitry Ilin <hidden> · 2016-06-15
  • Re: Textconv · Michael J Gruber <hidden> · 2016-06-15

Re: Textconv

From: Matthieu Moy <hidden>
Date: 2016-06-15 22:56:21

Possibly related (same subject, not in this thread)

Dmitry Ilin [off-list ref] writes:
I mean that our filter doesn't work with 'git show' and I need to
enable it for this command.

This is part of my git config file:

[filter "openssl"]
   smudge = openssl enc -d -base64 -aes-256-ecb -k 'abcde' 2>
/dev/null || cat
   clean = openssl enc -base64 -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
Maybe a bad interaction between the [filter ...] section and the
[textconv ...] one. Can you run:

GIT_TRACE=true git show <some-relevant-commit>

to see what's going on?

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help