aspiers/git-deps

Doesn't deal well with large repos or lots of changes, even with `-e`

Open

#120 geöffnet am 28. Juli 2023

Auf GitHub ansehen
 (10 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (55 Forks)github user discovery
bughelp wantedneed info

Repository-Metriken

Stars
 (318 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I suspect my speed issues with git-explode ( https://github.com/aspiers/git-explode/issues/6 ) come from git-deps. See that issue for stats on the size of the project. I can also provide things like commit depth on some of the files in question. I don't know if git-explode provides the HEAD argument to git-deps -e, but even when looking at the code with git-deps -e main ... it takes a VERY long time to run and seems to analyze a ton of hunks that are far beyond the -e commit.

Contributor Guide