[llvm-dev] New LLVM git repository conversion prototype (original) (raw)
Jeremy Lakeman via llvm-dev llvm-dev at lists.llvm.org
Wed Oct 17 17:21:08 PDT 2018
- Previous message: [llvm-dev] New LLVM git repository conversion prototype
- Next message: [llvm-dev] New LLVM git repository conversion prototype
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 18 October 2018 at 08:15, NAKAMURA Takumi via llvm-dev < llvm-dev at lists.llvm.org> wrote:
I have an idea. there is a faster way to run an supplemental pass to confirm and substitute commits. I could avoid too frequent "checkpoint" there.
git filter-branch
is quite useful for filtering the commit graph. Perhaps
with --env-filter
or --commit-filter
depending on what you want to change.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181018/6daa8eca/attachment.html>
- Previous message: [llvm-dev] New LLVM git repository conversion prototype
- Next message: [llvm-dev] New LLVM git repository conversion prototype
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]