Re: [git-users] Permanently Ignore Single Line in Code

2015-03-11 Thread John McKown
On Wed, Mar 11, 2015 at 2:00 PM, Michael Sheaver wrote: > I do a lot of work in MySQL, My condolences! [grin] > and have a bunch of import scripts where only > one line is routinely changed to match the filename of data files. Is it > possible to flag a single line to be ignored by git? No. >

[git-users] Permanently Ignore Single Line in Code

2015-03-11 Thread Michael Sheaver
I do a lot of work in MySQL, and have a bunch of import scripts where only one line is routinely changed to match the filename of data files. Is it possible to flag a single line to be ignored by git? If so, how is it done? I know that gitignore can be used for whole files, but I wonder if the s