Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > when I want to see whether a given branch is buggy and when I cannot > simply `git cherry-pick <commit-demonstrating-a-bug>`: > > git cherry-pick <commit-fixing-the-bug-and-adding-a-test> > 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 when I told you to have a fix and test protecting the future breakage of the fix in a single patch long time ago).