You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chromium: Remove gitfiles present in chromium tarball
The chromium release tarballs contain several ancillary gitfiles like
.gitignore. These files confuse devtool, and prevent its use for
managing chromium patches until they are manually removed.
Since they serve no purpose, append a do_unpack stub which removes them.
Arguably, devtool should ignore ancillary gitfiles if there is no actual
.git directory present: I will follow up on that upstream as well.
Signed-off-by: Calvin Owens <[email protected]>
0 commit comments