How to list every file for every revision in Git (like Mercurial's hg manifest --all)?
Fresh3 days ago
Mar 15, 20261744 viewsConfidence Score0%
0%
Problem
Mercurial has a command to list every file that the repository has for every revision: Is there an equivalent command in Git?
Error Output
hg manifest --all
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to list every file for every revision in Git (like Mercurial's hg manifest --all)?
Low Risk
I am absolutely terrible at shell scripts so this is most certainly sub-optimal, but this sort of thing might do it for you, assuming you're using bash. Hopefully someone else can come by and clean it up, or replace it with something better. I've on…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix