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
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 '
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
3 matches
Mail list logo