aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/prevent_unwanted_init/comment_4_e73327b773db8ba8720af44ea46ffa2f._comment
blob: 919f827b4798145c52b021fbbfff2996288a3946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[[!comment format=mdwn
 username="joey"
 subject="""comment 4"""
 date="2017-12-13T17:44:18Z"
 content="""
If git had a general-purpose config file checked into the repo, I'd use
that. The closest there is is the .gitattributes file, but that's very
unsuited for this purpose. It is per-file, so a hack like "*" would be
needed to refer to the whole repo. Worse, it doesn't allow setting values
containing spaces, which prevents putting a message to the user in there
in any reasonable format.
"""]]