-
- Downloads
Add a script computing the set of paths modified in SWH revisions
From a given list of revision SWHIDS, provided as arguments or read from standard input line by line, this script outputs the list of files each of them modifies (equivalent to "git diff --stat", but without the detail of the number of lines added/removed to each modified path) in NDJSON format. By default, the script outputs a list of modifications with their type (modify/insert/delete) and their modified path. Related to swh-graph#4781
anlambert/diff_swh_revisions.py
0 → 100755
Please register or sign in to comment