From: Lars Schneider <[email protected]>
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.002b7...@notes.na.collabserv.com/
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