Hi,
Stefan Beller wrote:
> Add the flag --show-superproject-working-tree to git-rev-parse
> to make it easy to find out if there is a superproject. When no
> superproject exists, the output will be empty.
I'm a little late for this, but think it's better to comment late than
never.
After this p
Stefan Beller writes:
> *this patch*
>
> * Documentation shamelessly stolen from Junio.
You stole it, and then ...
> +test_expect_success 'showing the superproject correctly' '
> + git rev-parse --show-superproject-working-tree >out &&
> + test_must_be_empty out &&
... made sure tha
2 matches
Mail list logo