[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Useful patch for Win32 / WSA errors
[Thread Prev] | [Thread Next]
- Subject: Re: Useful patch for Win32 / WSA errors
- From: g4-lisz@xxxxxxxxxxxx
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 28 Jul 2025 12:06:44 +0000
- To: libssh@xxxxxxxxxx
July 28, 2025 1:54 PM, g4-lisz@xxxxxxxxxxxx (mailto:g4-lisz@xxxxxxxxxxxx) wrote: Hi Jakub July 28, 2025 1:37 PM, "Jakub Jelen" <jjelen@xxxxxxxxxx (mailto:jjelen@xxxxxxxxxx?to=%22Jakub%20Jelen%22%20<jjelen@xxxxxxxxxx>)> wrote: For me not knowing much about windows (anymore), I am ok with the current state. The only suggestion would be to squash the fixup commit to the first one and try to clarify the commit message a bit. Something like following should do: > session: add err messages for most common WSA error codes Maybe you can give me some hint with this... I'm using git for a while, but this is my first MR. What do I do with my local branch to make it one commit (instead of two)? I rebased a few times and force-pushed... So this should not show up in the log... Ok I answer this myself after talking to copilot haha: $ git log upstream/master..HEAD Count the commits listed (=N) $ git rebase -i HEAD~N In commit edit: - Leave the first line as pick - Change all other lines from pick to squash (or just s) - Edit the commit message; use one summary message for the squashed commit. $ git push --force-with-lease Wish me luck!
Re: Useful patch for Win32 / WSA errors | g4-lisz@xxxxxxxxxxxx |
Re: Useful patch for Win32 / WSA errors | Jakub Jelen <jjelen@xxxxxxxxxx> |
Re: Useful patch for Win32 / WSA errors | Jakub Jelen <jjelen@xxxxxxxxxx> |
Useful patch for Win32 / WSA errors | g4-lisz@xxxxxxxxxxxx |
Re: Useful patch for Win32 / WSA errors | g4-lisz@xxxxxxxxxxxx |
Re: Useful patch for Win32 / WSA errors | g4-lisz@xxxxxxxxxxxx |