From: Lars Schneider <larsxschneider@xxxxxxxxx> Hi, this series adds Git config based alias support for 'working-tree-encoding' attributes that were introduced in 107642fe26 ("convert: add 'working-tree-encoding' attribute", 2018-04-15). The feature was suggested by Steve Groeger in [1]. The first patch is a refactoring with no functional change intended. The second patch is the actual change. Thanks, Lars [1] https://public-inbox.org/git/OF5D40FE06.C18CD7CD-ON002582B9.002B7A02-002582B9.002B7A07@xxxxxxxxxxxxxxxxxxxxxxx/ Base Ref: master Web-Diff: https://github.com/larsxschneider/git/commit/0cbee9bd8d Checkout: git fetch https://github.com/larsxschneider/git encoding-alias-v1 && git checkout 0cbee9bd8d Lars Schneider (2): convert: refactor conversion driver config parsing convert: add alias support for 'working-tree-encoding' attributes Documentation/gitattributes.txt | 19 ++++++ convert.c | 114 ++++++++++++++++++++++--------- t/t0028-working-tree-encoding.sh | 28 ++++++++ 3 files changed, 129 insertions(+), 32 deletions(-) base-commit: e3331758f12da22f4103eec7efe1b5304a9be5e9 -- 2.18.0