From: Thomas Levesque Date: Thu, 8 Mar 2018 11:05:32 +0000 (+0000) Subject: userdiff.c: add C# async keyword in diff pattern X-Git-Tag: v2.17.0-rc0~1^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a12cec99f8b64a0b99ae6f8a7e4724039406aea3?hp=a12cec99f8b64a0b99ae6f8a7e4724039406aea3 userdiff.c: add C# async keyword in diff pattern Currently C# async methods are not shown in diff hunk headers. I just added the async keyword to the csharp method pattern so that they are properly detected. Signed-off-by: Thomas Levesque Signed-off-by: Junio C Hamano ---