1. 26 Jun, 2014 4 commits
  2. 25 Jun, 2014 8 commits
  3. 24 Jun, 2014 8 commits
  4. 23 Jun, 2014 4 commits
  5. 20 Jun, 2014 3 commits
  6. 16 Jun, 2014 1 commit
  7. 14 Jun, 2014 1 commit
  8. 13 Jun, 2014 3 commits
  9. 12 Jun, 2014 3 commits
  10. 11 Jun, 2014 4 commits
  11. 10 Jun, 2014 1 commit
    • revwalk: more sensible array handling · f9a97667
      Instead of using a sentinel empty value to detect the last commit, let's
      check for when we get a NULL from popping the stack, which lets us know
      when we're done.
      
      The current code causes us to read uninitialized data, although only on
      RHEL/CentOS 6 in release mode. This is a readability win overall.
      Carlos Martín Nieto committed