Opened 10 years ago
Closed 10 years ago
#38779 closed defect (bug) (fixed)
Ensure untracked files are listed by git in core themes
| Reported by: | westonruter | Owned by: | westonruter |
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Because /src/wp-content/theme is ignored in .gitignore, any new files added to core themes will not be listed when doing git status, and any such files will not be added with doing git add without --force, giving the error message: “The following paths are ignored by one of your .gitignore files”.
Following up on #27207.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I tried to commit but I got an SVN pre-commit hook error: