Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [git] Problem comparing branches
  • From: Haubenwallner Michael <Michael.Haubenwallner@xxxxxxxxxxxxxxxx>
  • Date: Thu, 12 Jun 2025 07:51:38 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ssi-schaefer.com; dmarc=pass action=none header.from=ssi-schaefer.com; dkim=pass header.d=ssi-schaefer.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=PfIQSFKWG59D2nulp8U4hjfWXiGZvS6VFI8vxs2cVfA=; b=GZVcB2P1Wn75DBfPim58CiJDmIl+OaI4IiawYCbUNHutuMGaC2iSLxAKPLqg1gTFsk/p9nyDqjOfzu2/WLufC6Xxu7GeBvYh7jw/nce/D1j1cQy3n4ukyYWhx7gqcClNr2HupyuU2DKSuDuPDMEXbvHYpIC6tFpJJbYgEVp+vkBaEvGtO1eFbb2pLIciBvPyVM6w7ALKhtwGmCiSkdnutxsGlnHzoiuc738R2bseyo1cKeGBK/lNPVATYB/PLhuiBZu3VBY+wEK58eA9N4xgPYlhBPMJy/jI1wIjTi9ZOQGrvIYORCXm9D4EFxHlx8cr4fPXJEK3APchzsNS0K2iYQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=e7LfmnVi8Wy0rg9f9K9H8gT0PqrBKCTHRAX0s3mqU//u3bJaSNR+qAy/Fd3Zp8GmMVH7VzNQVKLrGZ6Kr+GnKXx3tVpH37mmFO58vlKlsAKNYqqmeEKYkIhXGEvegeDDvdAfwpSMLT8ripknmRjo4nvB7a0FSiZEpRoqTlWlDfDjJOzsJhqAujSMiwX+k67qiWvIVb2/c+iUCaJJjG1Ft2AhuMcWmdmm8G/WYhqtbbv7udmGGfm2uPw1RrMA9OKgRw4lz1HqK/qQwx+SOR9e5Ecr8CfSeZa0dAuLxQqyoVWEYeUVTG+32UCTagprDuU3KxTb7w5h66d2Yrpfv7Bb3g==
  • Delivered-to: git@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/git/>
  • List-help: <mailto:git-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/git>, <mailto:git-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/git>, <mailto:git-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHb22cCROcvK7dFak24Ikz1hguAT7P/JKcE
  • Thread-topic: Problem comparing branches

Hi Alberto,

there's one thing that comes to my mind: Line ending differences, LF versus CRLF,
where I remember to have seen (but not investigated) slight differences between EGit/JGit and commandline git.

Theres a quite elaborate document here:

HTH, Haubi

From: git <git-bounces@xxxxxxxxxxx> on behalf of Alberto Orlandi via git <git@xxxxxxxxxxx>
Sent: Thursday, June 12, 2025 9:35 AM
To: git@xxxxxxxxxxx <git@xxxxxxxxxxx>
Cc: Alberto Orlandi <alberto.orlandi@xxxxxxxxxxxx>
Subject: [git] Problem comparing branches
 
Hi,
I have transitioned from CVS to Git while using Eclipse and am experiencing an unusual behaviour. When comparing a local branch with a different remote branch, it reports a series of differences that do not actually exist. However, when using the command line git diff to compare the same branches, no differences are reported.
Is there any setting or option that could be causing this behaviour?
Thank you.

                          Alberto Orlandi

SSI Schäfer Software Development GmbH | Friesachstraße 15 | 8114 Friesach | Austria
Registered Office: Friesach | Commercial Register: 617462h | VAT no. ATU80145424
Commercial Court: Landesgericht für Zivilrechtssachen Graz
Managing Directors: Manfred Muckenhumer, Barbara Schlosser

Unsere Hinweise zum Umgang mit personenbezogenen Daten finden Sie hier.
You can find our information on the handling of personal data here.

Back to the top