Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove a page completely #223

Open
hajika opened this issue Jun 2, 2017 · 2 comments
Open

remove a page completely #223

hajika opened this issue Jun 2, 2017 · 2 comments
Assignees
Labels

Comments

@hajika
Copy link
Contributor

hajika commented Jun 2, 2017

currently, when you remove a page and then create a new one with the same name, it gets the history of the old page. There should be the option to click "remove including all history" that makes git to remove the file from all commit histories. I think it should be provided by git command:

git filter-branch --tree-filter 'rm -f $FILENAME' HEAD

However, it should be transparent to the users, that the removing of a page does currently not remove the history and that the content can be retrieved easily

@claudioc
Copy link
Owner

claudioc commented Jun 3, 2017

Mmmh, interesting. I'd file this as a bug because I guess that when you say "delete" you mean it :)

@claudioc claudioc self-assigned this Jun 3, 2017
@claudioc claudioc added the bug label Jun 3, 2017
@hajika
Copy link
Contributor Author

hajika commented Jul 31, 2017

just recognised, its even worse when you rename a page, then the history is gone (or better, its still there when you rename the page back to the original name :)) that seems to be the limits of using the git system for a wiki...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants