Recovering from failed commits in Git and Gitweb

You can use the reprocess.pl command to reprocess failed commits in Git and Gitweb

Symptom: If a commit fails from the command line, an error message is returned, telling you that the link has not been created.

Action:

  1. Go to the repository where the link creation failed, the remote repository, and navigate to remote repository directory.
  2. From a command prompt, run the reprocess.pl command using the following format:
     perl hooks/reprocess.pl <list-of-commit-SHA1-ids>

Feedback