Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] With working-tree-encoding and encoding attrbutes
  • From: Gerald Mitchell <Gerald.Mitchell@xxxxxxx>
  • Date: Wed, 1 Jun 2022 14:08:46 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ibm.com; dmarc=pass action=none header.from=ibm.com; dkim=pass header.d=ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=T4UULvupQEknMK1wjEZeajwyVwIjM+eRkWl3upqSph4=; b=jNabVZ6JZ/izxvbJ15czvJMqyLQkPc9/TKk2wl0NGPQygSGaDMHxJ97ROPIC2bNc5z5oYSzvT5VzaP/yuV39+wV7pQTyj9lRoAXYSk5KS19UXHa5DKzLHT00kkmO3xYA4GN/8gOy4el6qVIQ0d3Y5UxTs7OXr0jpCFMcwAmXtA4G0ADZCo2k4j+aYOn+B7rwCzLPVMF28W249lg7b2UQsxlmLfRWXK0sqaBzLUrdHT0DR2FtMN0kPTYnxHW27qGqr1rK1hs3gH53kLIizX+ePP0/1pLcyNDLGHL5pxvdRXzoWPqRs46NQxgqeHm3hMNBuxeXAQRDNzCObX4wKxcv3g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=X/zWIWPFugt5FMD6POFcRVsMwnIHmvi3SGcdXJZB6JWaCKbURk20VdeoA6Zwp9I2jJh9PZ135Yxx+B2dAC78d85wxOD5h7Izow5H6xgknudFsxcCxo3KAaay9RtH9WMK5DnqDeaRqjjMnyeoWi8SSzUVfdIUNeJBzQv4E8MaKm0WhM0ONgb0gY3KoHWALXtaDfiT8vyyrOKV74vJajDPK5X0NvpzZ8O0J8X8Gutqwpr0/q3dcP0ZdD8Ntn8yBbNHz5e2Cc7ywNLTt2OrUcXTGhDJJaKKM76EvxNlPU4NkZDVBOhSOpJcxrdZqPAI9uHfAa0emSUc3D7o/ZMJvdI9xA==
  • Delivered-to: egit-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/egit-dev/>
  • List-help: <mailto:egit-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/egit-dev>, <mailto:egit-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/egit-dev>, <mailto:egit-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYdUCbdY+tyWQvuUGSkBxPO8b+WQ==
  • Thread-topic: With working-tree-encoding and encoding attrbutes

Hello all,

 

In https://bugs.eclipse.org/bugs/show_bug.cgi?id=566097, I came across

JGit does not yet support git-attribute working-tree-encoding.[1] It also does not implement git config core.checkRoundTripEncoding.[2] So putting EBCDIC-encoded files in git is going to give problems with JGit.

 

I did not find any JGit or EGit directly published information specifically when searching working-tree-encoding, encoding, or core.checkRoundTripEncoding.

 

It is, however, inferred: through omission in the FAQ, bugzilla search result comments, stack overflow comments, and also there is a line in the git documentation - https://git-scm.com/docs/gitattributes.

 

I am wondering if this should be publicly documented in the EGit (or JGit) Wiki?

 

I am happy to do the actual content additions myself; I wanted to check first that this update to documentation makes sense.

 

I was thinking that https://wiki.eclipse.org/EGit/Differences_to_Git  could list a general statement that there are differences for config and for attributes and link into the FAQ, and in the FAQ https://wiki.eclipse.org/EGit/FAQ in the config and the attributes section explicitly stating these are unsupported.

 

Regards,

 

Gerald Mitchell

IBM Developer for z/OS

Gerald.Mitchell@xxxxxxx


Back to the top