On Sat, Mar 11, 2017 at 10:23 AM, sourav mondal <souravcristiano502@xxxxxxxxx> wrote: > I'm working on "Add more builtin pattern for userdiff" as my microproject for Gsoc17.As I noticed javascript's builtin driver was not present in userdiff of git/git tree. Hopefully this pattern will cover all cases. I'm really eager to know about my work and wiiling to add more pattern for well known lanaguage. If this is a patch that you are submitting, please: - add "[PATCH]" to the subject of your email, and if it's not the first time it is sent, add v2, v3 or so after "PATCH" - move the information related to your GSoC (and the "thanks & regards" part) just after your "Signed-off-by" and the "---" line below it, as it should not appear in the commit message after your patch is applied (you can check that using `git format-patch` and `git am`) - write a better description of your patch above after the GSoC related information has been moved (`git log userdiff.c` can help you see how others have done it) Thanks. > thanks & regards, > sourav > > Signed-off-by: sourav mondal <souravcristiano502@xxxxxxxxx> > --- > userdiff.c | 10 ++++++++++ > 1 file changed, 10 insertions(+)