EdJoPaTo / website-stalker

Track changes on websites via git
GNU Lesser General Public License v2.1
54 stars 6 forks source link

One commit per host #195

Closed EdJoPaTo closed 5 months ago

EdJoPaTo commented 6 months ago

Is your feature request related to a problem? Please describe.

When multiple things happen at the same time it's not as easy to share a link to a commit with only changes of the given domain.

Describe the solution you'd like

Group commits by their host. This will generate multiple commits when there are changes on different domains.

This would simplify the git commit message too as it's always showing the host and not "42 websites changed" then.

Describe alternatives you've considered

File renames would be harder to keep track of. Just commiting everything is way simpler.

EdJoPaTo commented 5 months ago

Duplicate of #185