Johannes Schindelin writes:
>> The function "git pull" uses to stop the user when the working
>> tree has changes is useful in other places.
>
> I stumbled over this sentence. How about
>
> The function used by "git pull" to stop [...]
>
> instead?
Perfect. Thanks.
Hi Junio,
On Tue, 4 Oct 2016, Junio C Hamano wrote:
> I'd tweak the message while queuing, though.
>
> wt-status: make the require_clean_work_tree() function reusable
>
> The function "git pull" uses to stop the user when the working
> tree has changes is useful in other places.
Johannes Schindelin writes:
> It is remarkable that libgit.a did not sport this function yet... Let's
> move it into a more prominent (and into an actually reusable) spot:
> wt-status.[ch].
>
> Signed-off-by: Johannes Schindelin
> ---
Thanks.
I'd tweak the message while queuing, though.
w
It is remarkable that libgit.a did not sport this function yet... Let's
move it into a more prominent (and into an actually reusable) spot:
wt-status.[ch].
Signed-off-by: Johannes Schindelin
---
builtin/pull.c | 77 +-
wt-status.c| 76 +
4 matches
Mail list logo