thought
This commit is contained in:
parent
d25a9a1c64
commit
95ec530324
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,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.
|
||||
"""]]
|
Loading…
Reference in a new issue