git commits unstaged files

2019-01-17 Thread Khurshid, Beenish
Hi, I frequently use 'git add -p' to filter changes before committing. This usually works, but on many occasions, the use of add and commit results in unstaged chunks and files being committed. Steps to reproduce: 1. Create unstaged changes 2. Use add -p to add some of those changes 3. Use git

RE: git commits unstaged files

2019-01-18 Thread Khurshid, Beenish
- From: Johannes Schindelin Sent: January 18, 2019 3:33 AM To: Khurshid, Beenish Cc: git@vger.kernel.org Subject: Re: git commits unstaged files Hi Beenish, On Thu, 17 Jan 2019, Khurshid, Beenish wrote: > I frequently use 'git add -p' to filter changes before committing. > This us