[wp-trac] [WordPress Trac] #38779: Ensure untracked files are listed by git in core themes
WordPress Trac
noreply at wordpress.org
Mon Nov 14 07:50:45 UTC 2016
#38779: Ensure untracked files are listed by git in core themes
------------------------------+---------------------------
Reporter: westonruter | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: WordPress.org
Component: Build/Test Tools | Version:
Severity: normal | Keywords:
Focuses: |
------------------------------+---------------------------
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.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/38779>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list