sdassow / wiking

Golang based wiki engine with content in Markdown format, support for attachments, diagrams, git storage, and fulltext search
Other
2 stars 1 forks source link

Support reverts #4

Open sdassow opened 4 years ago

sdassow commented 4 years ago

Allow to undo changes. Maybe reverting specific commits when there's no conflicts, or by simply jumping back in time.

sdassow commented 4 years ago

Problem with this might be merge conflicts and whatnot, so this cannot be classical git reverts but something that jumps back in time for a given page. Handling attachments: leave newer files and only restore the ones that existed at the target time?