On Mon, 30 Jul 2007, Matthew L Foster wrote:
quoted hunk ↗ jump to hunk
quoted
On Mon, 30 Jul 2007, Matthew L Foster wrote:
quoted
Local commit order is stored locally right?
not normally. you could enable reflogs and then mine through the reflogs
to find the info, but it's not stored in any easy to access fashion.
Local merge order can be extracted from git?
if you have reflogs enabled on your copy of the git repository then you
can look at when things were merged into your copy.
David Lang