[llvm-bugs] [Bug 42871] New: Configure repo to detect/block common accidental commits (by default)

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Aug 2 03:55:27 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=42871

            Bug ID: 42871
           Summary: Configure repo to detect/block common accidental
                    commits (by default)
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: dave at znu.io
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org

Given a large project, somebody will periodically and accidentally try to
commit build results, log files, caches, temporary files, etc. With SVN, these
accidents were tolerable, but with git, these accidents negatively impact
ongoing clone/pull/fetch performance and the storage consumed thereafter.

We should make an effort to prevent this from happening (by default),
especially if we're still using git decades from now.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190802/d28fe72a/attachment.html>


More information about the llvm-bugs mailing list