git-debubble

A tool for cleaning up merge bubbles in git repositories. Linearizes the history downstream from a specified commit. Has appropriate safety checks and instructions on what to do afterwards if you ever run this on public commits.

 
	git-debubble - remove merge bugbbles from git repositories.

This script tries to linearize the repository DAG downstream of
a specified commit.  There is an undo option and safety checks.

  	    	     	      	      Eric S. Raymond
				      Aug 1, 2015