1. 03 1月, 2019 6 次提交
  2. 13 11月, 2017 2 次提交
  3. 06 10月, 2017 4 次提交
  4. 18 6月, 2016 3 次提交
  5. 04 8月, 2015 6 次提交
  6. 30 6月, 2015 1 次提交
  7. 15 1月, 2015 1 次提交
  8. 30 12月, 2014 1 次提交
    • C
      bisect: parse revs before passing them to check_expected_revs() · 6bc02d56
      Christian Couder 提交于
      When running for example "git bisect bad HEAD" or
      "git bisect good master", the parameter passed to
      "git bisect (bad|good)" has to be parsed into a
      commit hash before checking if it is the expected
      commit or not.
      
      We could do that in is_expected_rev() or in
      check_expected_revs(), but it is already done in
      bisect_state(). Let's just store the hash values
      that result from this parsing, and then reuse
      them after all the parsing is done.
      
      This way we can also use a for loop over these
      values to call bisect_write() on them, instead of
      using eval.
      Signed-off-by: NChristian Couder <chriscool@tuxfamily.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      6bc02d56
  9. 03 9月, 2014 1 次提交
  10. 10 6月, 2014 1 次提交
  11. 04 3月, 2014 1 次提交
  12. 13 11月, 2013 1 次提交
  13. 23 5月, 2013 1 次提交
  14. 24 4月, 2013 1 次提交
  15. 16 4月, 2013 1 次提交
  16. 21 9月, 2011 1 次提交
  17. 31 8月, 2011 1 次提交
  18. 10 8月, 2011 1 次提交
  19. 06 8月, 2011 3 次提交
  20. 05 8月, 2011 3 次提交