git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH v1 0/2] convert: add alias support for 'working-tree-encoding' attributes
@ 2018-07-08 18:30 larsxschneider
  2018-07-08 18:30 ` [PATCH v1 1/2] convert: refactor conversion driver config parsing larsxschneider
  2018-07-08 18:30 ` [PATCH v1 2/2] convert: add alias support for 'working-tree-encoding' attributes larsxschneider
  0 siblings, 2 replies; 8+ messages in thread
From: larsxschneider @ 2018-07-08 18:30 UTC (permalink / raw)
  To: git; +Cc: gitster, peff, Johannes.Schindelin, jehan, whee, me,
	Lars Schneider

From: Lars Schneider <larsxschneider@gmail.com>

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@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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-07-10 16:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-08 18:30 [PATCH v1 0/2] convert: add alias support for 'working-tree-encoding' attributes larsxschneider
2018-07-08 18:30 ` [PATCH v1 1/2] convert: refactor conversion driver config parsing larsxschneider
2018-07-08 18:35   ` Lars Schneider
2018-07-09 20:01     ` Junio C Hamano
2018-07-10 16:25   ` Junio C Hamano
2018-07-08 18:30 ` [PATCH v1 2/2] convert: add alias support for 'working-tree-encoding' attributes larsxschneider
2018-07-08 18:39   ` Lars Schneider
2018-07-10 16:31   ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).