Re: Add feature to stop tracking files while keeping them in the index

2017-11-22 Thread Viet Nguyen
Hi Igor, On November 20, 2017 at 7:15:00 PM, Igor Djordjevic (igor.d.djordje...@gmail.com) wrote: > Hi Viet, > > On 20/11/2017 10:52, Viet Nguyen wrote: > > Currently, a file can be either tracked or untracked. So, I propose we > > add a feature to stop tracking files while keeping them in the ind

Re: Add feature to stop tracking files while keeping them in the index

2017-11-20 Thread Igor Djordjevic
Hi Viet, On 20/11/2017 10:52, Viet Nguyen wrote: > Currently, a file can be either tracked or untracked. So, I propose we > add a feature to stop tracking files while keeping them in the index. > > Example scenario: > - A developer would like to add some configuration files with example > values,

Add feature to stop tracking files while keeping them in the index

2017-11-20 Thread Viet Nguyen
Hello everyone, Currently, a file can be either tracked or untracked. So, I propose we add a feature to stop tracking files while keeping them in the index. Example scenario: - A developer would like to add some configuration files with example values, e.g. DB_PASSWORD=changeme. But in the future