Re: git add --intent-to-add + git stash "Cannot save the current worktree state"

2019-01-10 Thread Junio C Hamano
Anthony Sottile writes: > Minimal reproduction > > ``` > git init t > git -C t commit --allow-empty -m 'initial commit' > touch t/a > git -C t add --intent-to-add a > git -C t stash > ``` > > ``` > + git init t > Initialized empty Git repository in /private/tmp/t/t/.git/ > + git -C t commit --all

Re: git add --intent-to-add + git stash "Cannot save the current worktree state"

2019-01-10 Thread Anthony Sottile
On Thu, Jan 10, 2019 at 7:21 AM Johannes Schindelin wrote: > > Hi Anthony, > > On Wed, 9 Jan 2019, Anthony Sottile wrote: > > > On Wed, Jan 9, 2019 at 10:25 AM Johannes Schindelin > > wrote: > > > > > > On Thu, 3 Jan 2019, Anthony Sottile wrote: > > > > > > > Minimal reproduction > > > > > > > >

Re: git add --intent-to-add + git stash "Cannot save the current worktree state"

2019-01-10 Thread Johannes Schindelin
Hi Anthony, On Wed, 9 Jan 2019, Anthony Sottile wrote: > On Wed, Jan 9, 2019 at 10:25 AM Johannes Schindelin > wrote: > > > > On Thu, 3 Jan 2019, Anthony Sottile wrote: > > > > > Minimal reproduction > > > > > > ``` > > > git init t > > > git -C t commit --allow-empty -m 'initial commit' > > > t

Re: git add --intent-to-add + git stash "Cannot save the current worktree state"

2019-01-09 Thread Anthony Sottile
On Wed, Jan 9, 2019 at 10:25 AM Johannes Schindelin wrote: > > Hi Anthony, > > On Thu, 3 Jan 2019, Anthony Sottile wrote: > > > Minimal reproduction > > > > ``` > > git init t > > git -C t commit --allow-empty -m 'initial commit' > > touch t/a > > git -C t add --intent-to-add a > > git -C t stash

Re: git add --intent-to-add + git stash "Cannot save the current worktree state"

2019-01-09 Thread Johannes Schindelin
Hi Anthony, On Thu, 3 Jan 2019, Anthony Sottile wrote: > Minimal reproduction > > ``` > git init t > git -C t commit --allow-empty -m 'initial commit' > touch t/a > git -C t add --intent-to-add a > git -C t stash > ``` > > ``` > + git init t > Initialized empty Git repository in /private/tmp/t/

git add --intent-to-add + git stash "Cannot save the current worktree state"

2019-01-03 Thread Anthony Sottile
Minimal reproduction ``` git init t git -C t commit --allow-empty -m 'initial commit' touch t/a git -C t add --intent-to-add a git -C t stash ``` ``` + git init t Initialized empty Git repository in /private/tmp/t/t/.git/ + git -C t commit --allow-empty -m 'initial commit' [master (root-commit) 8