Johannes Schindelin

Results 878 comments of Johannes Schindelin

> @dscho is there a way to like not be CC? Can I remove my email from the CC I just did the submit? > > Not sign the commit...

If you are contributing the patch on someone else's behalf _without_ GitGitGadget, you are still Cc:ed. That's the rule. I did not make that rule. You may want to discuss...

@Seyi007 please edit [the PR description](https://github.com/git/git/pull/1866#issue-2767745667); It will be sent as cover letter (and it would be better if it was something different than the boiler-plate text).

@klylesatepic to address [this issue](https://github.com/git/git/actions/runs/10514418129/job/29132221033?pr=1770#step:4:835), you will want to stage the files using the command `git add --chmod=+x ...` and amend the commit using `git commit --amend --signoff`, then force-push.

> The `CI / osx-reftable (macos-13)` failure looks like a timeout, and is likely unrelated to my changes (it passed on earlier iterations, and the tests I touched passed this...