create new issue dd20d3ddc86ee802fe7b15e2c91dc160
This commit is contained in:
parent
b57585f315
commit
e8220d50a4
1 changed files with 10 additions and 0 deletions
10
dd20d3ddc86ee802fe7b15e2c91dc160/description
Normal file
10
dd20d3ddc86ee802fe7b15e2c91dc160/description
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
store tags as a dir of files, not a file of lines
|
||||
|
||||
Currently we store all tags in a file (named `tags`) in the Issue dir.
|
||||
The `tags` file has a line per tag.
|
||||
|
||||
This is bad because `ent sync` will get a git merge conflict if we add
|
||||
or remove a tag near where someone else added or removed a tag.
|
||||
|
||||
Better to have a `tags` a directory, with an empty file per tag.
|
||||
The filename is the tag. This use is conflict free in git.
|
||||
Loading…
Add table
Add a link
Reference in a new issue