mbox series

[v3,0/4] Fix type conversion Warings from msvc

Message ID 20250126125638.3089-1-soekkle@freenet.de (mailing list archive)
Headers show
Series Fix type conversion Warings from msvc | expand

Message

Sören Krecker Jan. 26, 2025, 12:56 p.m. UTC
Hi everyone,
sorry for my late reply and thanks for your suggestions.
I am trying to improve this patch series.

Sören Krecker (4):
  add-patch: Fix type conversion warnings from msvc
  date.c: Fix type conversation warnings from msvc
  apply.c : Fix type conversation warnings from msvc
  commit.c: Fix type conversation warnings from msvc

 add-patch.c       | 53 +++++++++++++++++++++++++++--------------------
 apply.c           | 37 +++++++++++++++++----------------
 apply.h           |  6 +++---
 commit.c          | 12 +++++------
 date.c            |  8 +++----
 gettext.h         |  2 +-
 git-compat-util.h |  7 +++++++
 7 files changed, 71 insertions(+), 54 deletions(-)


base-commit: 5f8f7081f7761acdf83d0a4c6819fe3d724f01d7

Comments

Patrick Steinhardt Jan. 27, 2025, 7:26 a.m. UTC | #1
On Sun, Jan 26, 2025 at 01:56:34PM +0100, Sören Krecker wrote:
> Hi everyone,
> sorry for my late reply and thanks for your suggestions.
> I am trying to improve this patch series.

Thanks for rerolling! I've got a couple more comments.

Something seems to have gone wrong when sending your patches. Only the
first patch is connected to the cover letter, the remaining ones aren't.

Patrick