mirror of
https://github.com/restic/restic.git
synced 2026-05-06 02:25:23 +00:00
733519d895
This commit is a followup to the addition of the --group-by flag for the snapshots command. Adding the grouping code there introduced duplicated code (the forget command also does grouping). This commit refactors boths sides to only use shared code.