LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 42871 - Configure repo to detect/block common accidental commits (by default)
Summary: Configure repo to detect/block common accidental commits (by default)
Status: NEW
Alias: None
Product: new-bugs
Classification: Unclassified
Component: new bugs (show other bugs)
Version: unspecified
Hardware: PC All
: P enhancement
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks: github
  Show dependency tree
 
Reported: 2019-08-02 03:55 PDT by David Zarzycki
Modified: 2019-08-02 03:56 PDT (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Zarzycki 2019-08-02 03:55:27 PDT
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.