Re: fatal: Unable to mark file .ruby-version

2015-03-15 Thread Arup Rakshit
On Sunday, 15 March 2015 11:15 PM, Kevin D wrote: On Sun, Mar 15, 2015 at 05:58:19PM +0100, t.gumme...@gmail.com wrote: > On 03/15, Arup Rakshit wrote: > > On Sunday, March 15, 2015 01:30:04 PM you wrote: > > > > > > With --assume-unchanged you're promising git that you will not change > > > a

Re: fatal: Unable to mark file .ruby-version

2015-03-15 Thread Kevin D
On Sun, Mar 15, 2015 at 05:58:19PM +0100, t.gumme...@gmail.com wrote: > On 03/15, Arup Rakshit wrote: > > On Sunday, March 15, 2015 01:30:04 PM you wrote: > > > > > > With --assume-unchanged you're promising git that you will not change > > > a file that is already in the repository. Git doesn't

Re: fatal: Unable to mark file .ruby-version

2015-03-15 Thread t . gummerer
commit but untracked files present (use "git add" to > > > track) > > > [arup@sztukajedzenia (SJ002)]$ git update-index --assume-unchanged > > > .ruby-gemset > > > fatal: Unable to mark file .ruby-gemset > > > [arup@sztukajedzenia (SJ002)]$

Re: fatal: Unable to mark file .ruby-version

2015-03-15 Thread Arup Rakshit
(SJ002)]$ git update-index --assume-unchanged > > .ruby-gemset > > fatal: Unable to mark file .ruby-gemset > > [arup@sztukajedzenia (SJ002)]$ git update-index --assume-unchanged > > .ruby-version > > fatal: Unable to mark file .ruby-version > > [arup@sztukajedzenia (SJ0

Re: fatal: Unable to mark file .ruby-version

2015-03-15 Thread t . gummerer
J002)]$ git update-index --assume-unchanged > .ruby-version > fatal: Unable to mark file .ruby-version > [arup@sztukajedzenia (SJ002)]$ With --assume-unchanged you're promising git that you will not change a file that is already in the repository. Git doesn't check those file

fatal: Unable to mark file .ruby-version

2015-03-15 Thread Arup Rakshit
esent (use "git add" to track) [arup@sztukajedzenia (SJ002)]$ git update-index --assume-unchanged .ruby-gemset fatal: Unable to mark file .ruby-gemset [arup@sztukajedzenia (SJ002)]$ git update-index --assume-unchanged .ruby-version fatal: Unable to mark file .ruby-version [arup@sztukajed