Re: [PATCH 1/2] doc/gitattributes: fix typo (UTF-16LE-BOM)

2019-05-04 Thread Andrew Molyneux
On Fri, 3 May 2019 at 18:01, Torsten Bögershausen wrote: [snip] > I think that patch 1/2 is in upstream Git, > and even in git-for-windows/master - on which codebase are you ? > Sorry, it's my first time submitting a patch, so I'm probably somewhat incompetent :D I was trying to follow the instru

[PATCH 2/2] tests: fix typo (UTF-16LE-BOM) in test name

2019-05-03 Thread Andrew Molyneux
Encoding name was erroneously referred to as UTF-16-LE-BOM in name of test; this should in fact be UTF-16LE-BOM (no hyphen between '16' and 'LE'). --- t/t0028-working-tree-encoding.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t0028-working-tree-encoding.sh b/t/t0028-wor

[PATCH 1/2] doc/gitattributes: fix typo (UTF-16LE-BOM)

2019-05-03 Thread Andrew Molyneux
Encoding name was erroneously documented as UTF-16-LE-BOM; this should in fact be UTF-16LE-BOM (no hyphen between '16' and 'LE'). --- Documentation/gitattributes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.tx