Re: [PATCH] fixup! worktree move: new command

2017-01-30 Thread Johannes Schindelin
Hi Junio, On Fri, 27 Jan 2017, Junio C Hamano wrote: > The tip of 'pu' (or anything beyond the tip of 'jch') is not always > expected to pass test or even build, [...] This makes `pu` a lot less useful than it could be. And we could easily improve the situation simply by changing the rule ever

Re: [PATCH] fixup! worktree move: new command

2017-01-27 Thread Junio C Hamano
Johannes Schindelin writes: > always been discussed on the mailing list, I would like to kindly ask you > to please add this patch to the nd/worktree-move branch for the time being > (i.e. until Duy responds), The tip of 'pu' (or anything beyond the tip of 'jch') is not always expected to pass t

Re: [PATCH] fixup! worktree move: new command

2017-01-27 Thread Johannes Schindelin
Hi Junio, On Wed, 25 Jan 2017, Johannes Schindelin wrote: > This is required for the test to pass on Windows, where $TRASH_DIRECTORY > is a POSIX path, while Git works with Windows paths instead. Using > `$(pwd)` is the common workaround: it reports a Windows path (while `$PWD` > would report the

[PATCH] fixup! worktree move: new command

2017-01-25 Thread Johannes Schindelin
This is required for the test to pass on Windows, where $TRASH_DIRECTORY is a POSIX path, while Git works with Windows paths instead. Using `$(pwd)` is the common workaround: it reports a Windows path (while `$PWD` would report the POSIX equivalent which, however, would only be understood by shell