git stash --keep-index doesn't have the expected behaviour

2018-02-23 Thread Daryl Van Den Brink
cause I can't think of when I would use it (whereas stashing only unstaged changes is a feature I would frequently use). Is it possible that --keep-index could be fixed/improved/modified to stash only the unstaged changes, or alternatively a new option introduced which does this? -- Da

Re: Gitk "External diff" broken when using worktree

2016-03-28 Thread Daryl Van Den Brink
trees/mdf2/.gitk-tmp.ZEdGpi/1/[2759bf6053e73cb5f7c11c646aee206242db2cd4] RemoteTransaction.C I hope that helps. On 24 March 2016 at 19:52, Duy Nguyen wrote: > On Thu, Mar 24, 2016 at 9:55 AM, Daryl Van Den Brink > wrote: >> Hi, >> >> I'm using git 2.7.3 on cygwin, and

Gitk "External diff" broken when using worktree

2016-03-23 Thread Daryl Van Den Brink
all. However, it works if you launch gitk from the main repository. To reproduce: 1. Create a new working tree with "git worktree add" 2. From that new worktree, launch gitk. 3. Right-click in a file in the bottom right pane and click "External diff" 4. No useful diff appear