git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* End-of-line comments are prompted with "is not a valid attribute name"
@ 2023-12-13 17:32 D无数
  2023-12-13 19:22 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: D无数 @ 2023-12-13 17:32 UTC (permalink / raw)
  To: git

> macos 13.5.2
> git version 2.37.0 (Apple Git-136)

I use end-of-line comments in my .gitattributes file, and it is often
(not always present, but often) prompted with '# is not a valid
attribute name: .gitattributes:1' when performing many operations.

This is my .gitattributes:
```
res/csv/*.txt eol=lf # 保证csv为lf,以匹配解析格式

# Custom for Visual Studio
*.cs     diff=csharp
```

When performing certain operations:
···shell
> git status
# is not a valid attribute name: .gitattributes:1
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
···

Other repositories that have .gitattributes files and include
end-of-line comments do the same thing. I'm sure there are no special
characters in my files.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-17 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-13 17:32 End-of-line comments are prompted with "is not a valid attribute name" D无数
2023-12-13 19:22 ` Junio C Hamano
2023-12-17 17:15   ` Junio C Hamano
2023-12-17 17:28     ` D无数

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).