Hi Junio,
On Tue, 22 Jan 2019, Junio C Hamano wrote:
> Johannes Schindelin writes:
>
> > when I want to see whether a given branch is buggy and when I cannot
> > simply `git cherry-pick `:
> >
> > git cherry-pick
> > git checkout HEAD^ -- :^/t/
>
> Yup. It is easy to just apply the t
Johannes Schindelin writes:
> when I want to see whether a given branch is buggy and when I cannot
> simply `git cherry-pick `:
>
> git cherry-pick
> git checkout HEAD^ -- :^/t/
Yup. It is easy to just apply the t/ part to grab the test update
to see breakage (which I already said
Hi Junio,
On Fri, 18 Jan 2019, Junio C Hamano wrote:
> "Matthew Kraai via GitGitGadget" writes:
>
> > From: Matthew Kraai
> >
> > After `git add -N `, the index is in a special state. A state for
> > which the built-in stash was not prepared, as it failed to initialize
> > the `rev` structure
"Matthew Kraai via GitGitGadget" writes:
> From: Matthew Kraai
>
> After `git add -N `, the index is in a special state. A state for
> which the built-in stash was not prepared, as it failed to initialize
> the `rev` structure in that case before using `&rev.pending`.
>
> Detailed explanation: I
From: Matthew Kraai
After `git add -N `, the index is in a special state. A state for
which the built-in stash was not prepared, as it failed to initialize
the `rev` structure in that case before using `&rev.pending`.
Detailed explanation: If `reset_tree()` returns a non-zero value,
`stash_worki
5 matches
Mail list logo