Page MenuHomePhabricator

Frig should manage new files somehow
Closed, ResolvedPublic

Description

Generally, frig should know when to add new files before making automatic commits. There are a lot of cases and this probably requires some investigation.

Event Timeline

cwdent claimed this task.

Actually there is only one case but it wasn't very obvious. The only time (so far) new or deleted files will be automatically committed is when composer install is run. The other auto commits are all merges or changes to known and specific things. Thus, comp.py will now do git add . after before committing.