Re: [PATCH v2 1/3] teach log --no-walk=unsorted, which avoids sorting

2012-08-29 Thread Junio C Hamano
Dan Johnson writes: > Perhaps I am missing something from an earlier discussion, but it is http://thread.gmane.org/gmane.comp.version-control.git/203259/focus=203344 > not obvious to me why this is an option to the no-walk behavior and > not something like --sorted/--unsorted as a separate op

Re: [PATCH v2 1/3] teach log --no-walk=unsorted, which avoids sorting

2012-08-29 Thread Dan Johnson
On Wed, Aug 29, 2012 at 2:15 AM, Martin von Zweigbergk wrote: > When 'git log' is passed the --no-walk option, no revision walk takes > place, naturally. Perhaps somewhat surprisingly, however, the provided > revisions still get sorted by commit date. So e.g 'git log --no-walk > HEAD HEAD~1' and '

[PATCH v2 1/3] teach log --no-walk=unsorted, which avoids sorting

2012-08-28 Thread Martin von Zweigbergk
When 'git log' is passed the --no-walk option, no revision walk takes place, naturally. Perhaps somewhat surprisingly, however, the provided revisions still get sorted by commit date. So e.g 'git log --no-walk HEAD HEAD~1' and 'git log --no-walk HEAD~1 HEAD' give the same result (unless the two rev