onsdag 12 november 2008 23:23:51 skrev Felipe Balbi: > Hi, > > I have a git tree which history is completely messed up with duplicated > entries. By reading git man pages I saw that it might be possible to > delete those duplicated entries with git reflog delete, am I reading it > right ? No. The reflog is not the history, except your very local log of what the heads pointed to. You do not see the reflog unless you ask for it, and nobody else can see it (i.e. *your* reflog). What looks like duplicate entries may commit that have been cherry picked into one or more branches that have been merged thereafter. If you look carefully they have different id's. -- robin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html