You can add [1] to your .gitconfig to have per branch refrog in all of your repos, but personaly, I don't had to use it, the git reflog gives all git operations done, included in branches.

Note: with the workflow I gave on the wiki, such situation shouldn't happen, especialy because, we don't do complicated things.

Thanks,
-Fred

[1]->
[user]
   logallrefupdates=true

-----Message d'origine----- From: Justin Mclean
Sent: Thursday, March 21, 2013 11:02 AM
To: dev@flex.apache.org
Subject: Re: [OT] Log history

Hi,

I had a quick look at the 1rst one, this anwser is the good one to me.
Yep but it doesn't work in all cases.

If you've enabled per branch reflogs
How do you do this?

you should be able to simply do git reflog branchname@{1} as a rebase detaches the branch head before reattaching to the final head.
I like the term "simply" - seems anything but.

You can do this by adding:

[user]
  logallrefupdates=true
To where? Does this need to be documented in the wiki?

Did I miss somethig ?
Probably not - but I certainly don't know the intimate details of git at this level.

Justin

Reply via email to