On Thu, May 1, 2008 at 12:37 AM, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > > "Ping Yin" <pkufranky@xxxxxxxxx> writes: > > > The history of git-rebase will go into reflog. This kind of behaviour > > makes me annoyed when using git-reflog where i can see so many useless > > intermediate log entries (generated by rebase). > > > > So how about not recording the intermediate commits to reflog? > > If I remember and understand it correctly, because currently rebase > uses detached HEAD, the intermediate steps would go into HEAD reflog, > but only final step would go into branch reflog... > > Please correct me if I am wrong. I am also not clear about this. If your are right, how can i look over the branch reflog. I know the master@{1} syntax, but i want to see master@{1}, master@{2} until master@{n} in a single command just as how 'git reflog' shows HEAD@{1} to HEAD@{n}. -- Ping Yin -- 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