Diff still available after a commit with --amend option
Closed
Diff still available after a commit with --amend option
Created by: yvmarques
Hi,
I commited a file with informations that shouldn't be in the repo, to fixe it, right after I commited the fixe and added the option --amend to rewrite the history.
Unfortunately, my commit diff is still available in the "Commits" tab of the project, but not on the "Home" project tab.
Created by: sodabrew
The changeset is still in the repository. If you want to kill it entirely, you need to run git gc or git prune on the repo on your git server. http://www.kernel.org/pub/software/scm/git/docs/git-prune.html
By Administrator on 2012-08-08T02:14:39 (imported from GitLab project)
Please register or sign in to reply