Re: Bug in git-diff output

2014-04-02 Thread rocketscienc01100101 .
turally expect the a[href^=tel] part to not show up at all unless I make changes there. On Tue, Apr 1, 2014 at 12:49 PM, rocketscienc01100101 . wrote: > I tried to get a diff between HEAD and the current version of my > project, so I did "git diff". > > It's a web project

Re: Bug in git-diff output

2014-04-02 Thread rocketscienc01100101 .
On Tue, Apr 1, 2014 at 12:49 PM, rocketscienc01100101 . wrote: > I tried to get a diff between HEAD and the current version of my > project, so I did "git diff". > > It's a web project with a CSS file that contains the following CSS rule: > > a[href^=tel]

Bug in git-diff output

2014-04-01 Thread rocketscienc01100101 .
I tried to get a diff between HEAD and the current version of my project, so I did "git diff". It's a web project with a CSS file that contains the following CSS rule: a[href^=tel] { color:inherit; text-decoration:none; } Now, whenever I do "git diff", it will always show the a[href^=tel