Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[git] Problem comparing branches
  • From: Alberto Orlandi <alberto.orlandi@xxxxxxxxxxxx>
  • Date: Thu, 12 Jun 2025 07:35:50 +0000
  • Accept-language: it-IT, en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=axesstmc.com; dmarc=pass action=none header.from=axesstmc.com; dkim=pass header.d=axesstmc.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=Zm6E4m2Vy5/hN/GVbKn9IejZFCrCCjvSSWtdhC3GNUA=; b=RLqzC6MGT1/u1hJUVh6xEwyt463vW70ViVnGEyBR+mpmqLidpn3OLj9komW9N3xPYYMW1nlTOYaqf3HHvI4JN8E+W4+gzF6DtO42tURTn/727CcR65p9kveSHh5oc47ywgkJwYBWcbkcJyBWaKN1ftWD1FGw59RIJkgggWG5ISb2ffrUqTltfdwne4yrppISucqmY43vtlh/7zbpgRI2H+AUquuhz9IkkRsCxFjqRkFaA26aIkL2GoTBGu7eoD5RDbdpl8+AFtF0SmgzqCMfVMshigAGw0O2UJ7NXMyQnCvcB7YPR8gyxz2phNF9VzfFsMoiPjR8fSmz9dXrwWupaw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=oaEexgpA/A8yCNX6MiJqNmhu+GZq7By/PK5E/B38wzH8d22AJfjd7NhrxmwSEFLKXdP7t/y7BDukJp6CmC8LuxtK7oElh/vcga/M1eoPeBZFeWQSAMDChJd1ia3GsV0Hg87s9igdr9L+XR8SKT/52NHOgmQrOOwH7JGfhO01KgZu0Y7Jbgc1N2QvHYgr1LnD2OeBuLPR9Xfpnds2eWTbmJJv/3pS/J3lrdI7BMFBHDat3+ThNIxYF1lPxj+q8na3WUZ83jqSCn8987fzXKCai+pd6/DH/uyFfBoAFAYQn07V0N4vwUV37JtEmxHrNMWCzJnRv19wsmGstsPKk6bykA==
  • 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: AQHb22cCROcvK7dFak24Ikz1hguATw==
  • Thread-topic: 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

Back to the top