microsoft / Linux-CommA

The Linux Commit Analyzer tracks patches from upstream and downstream kernels.
MIT License
8 stars 8 forks source link

print-symbols clones the Linux repo twice #32

Closed avylove closed 1 year ago

avylove commented 1 year ago

The print-symbols command clones the repo once for get_tracked_paths() and again to generate the symbol table. This significantly slows down the total time. Use the same repo for get_tracked_paths() to avoid this.

avylove commented 1 year ago

Fixed in #59