Johannes Schindelin

Results 878 comments of Johannes Schindelin

BTW I still do not see a good commit message here. It says: ``` Fix example in documentation Signed-off-by: Timothy Wong ``` There is no area, no informative first line,...

> BTW I still do not see a good commit message here. It says: > > ``` > Fix example in documentation > > Signed-off-by: Timothy Wong > ``` >...

> I'm proposing the change based on my test against GitHub.com that it aborts the HTTP connection if I write `have` without flushing first. Please reply on the mailing list...

Please don't forget [your Signed-off](https://git-scm.com/docs/SubmittingPatches#dco). It is required by the Git project.

Please note that you don't have to sign-off the PR description :-)

Thank you for this contribution! It seems to be a translation PR, though, i.e. touching po/. As per [`po/README.md`](https://github.com/git/git/blob/master/po/README.md), could you please re-open this PR in https://github.com/git-l10n/git-po/?

> This is `git-gui/po/`, tough Whoa, I totally missed this. To submit Git GUI patches, the best way is to 1. add the Git GUI upstream as a remote: `git...