• Show log

    Commit

  • Hash : 50fdfe2b
    Author : Carlos Martín Nieto
    Date : 2015-04-08T23:51:49

    revwalk: don't insert uninteresting commits into the queue
    
    When a commit is first set as unintersting and then pushed, we must take
    care that we do not put it into the commit list as that makes us return
    at least that commit (but maybe more) as we've inserted it into the list
    because we have the assumption that we want anything in the commit list.