Re: Git GUI Guesses Incorrect Language

2016-07-09 Thread Sunjay Varma
Seems like a file command issue then. Here's the 'file' command output: $ file src/models/pathPlan.jsx src/services/ai.jsx src/models/pathPlan.jsx: C++ source, ASCII text src/services/ai.jsx: ASCII text Sunjay On Sat, Jul 9, 2016 at 2:57 AM, Johannes Sixt wrote: > Am 09.07.2016 um 06

Re: Git GUI Guesses Incorrect Language

2016-07-08 Thread Johannes Sixt
Am 09.07.2016 um 06:57 schrieb Sunjay Varma: Just before the first line of my code, it says "C++ source, ASCII text". That file is a JavaScript/ES6 file. The ".jsx" file extension signifies that it may also contain Facebook's special JSX syntax (HTML-like syntax in JavaScript). Git-gui just del

Git GUI Guesses Incorrect Language

2016-07-08 Thread Sunjay Varma
Here is a screenshot of what I am talking about: http://i.imgur.com/9ZRkeYF.png This is the `git gui` program. Just before the first line of my code, it says "C++ source, ASCII text". That file is a JavaScript/ES6 file. The ".jsx" file extension signifies that it may also contain Facebook's speci