[llvm-bugs] [Bug 40580] New: --depth=1 for Clang compile page

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Feb 3 20:51:54 PST 2019


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

            Bug ID: 40580
           Summary: --depth=1 for Clang compile page
           Product: Documentation
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: General docs
          Assignee: unassignedbugs at nondot.org
          Reporter: roel at vandepaar.com
                CC: llvm-bugs at lists.llvm.org

For this page;
http://clang.llvm.org/get_started.html

This command;
git clone https://github.com/llvm/llvm-project.git

Is very slow, but can be made faster with;

git clone --depth=1 https://github.com/llvm/llvm-project.git

Not using --depth=1 would only be interesting for developers. For normal users
looking to compile, --depth=1 (only take the top head of the tree) is fine.

Propose the same update to the manual page.

-- 
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/20190204/6a51342b/attachment.html>


More information about the llvm-bugs mailing list