On Fri, Aug 9, 2013 at 6:03 AM, shawn wilson <[email protected]> wrote: > On Fri, Aug 9, 2013 at 2:50 AM, Johannes Sixt <[email protected]> wrote: >> Let's check: After running your command above to remove other files, does >> the command >> >> git filter-branch -f HEAD webban.pl >> > > Ahha, no but: > git filter-branch -f HEAD -- webban.pl > did > > Thanks. > > The question still stands though - why is that unassociated commit left there?
Maybe you need --prune-empty. Phil -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

