• J
    git-rev-list: add --bisect-vars option. · 457f08a0
    Junio C Hamano 提交于
    This adds --bisect-vars option to rev-list.  The output is suitable
    for `eval` in shell and defines five variables:
    
     - bisect_rev is the next revision to test.
     - bisect_nr is the expected number of commits to test after
       bisect_rev is tested.
     - bisect_good is the expected number of commits to test
       if bisect_rev turns out to be good.
     - bisect_bad is the expected number of commits to test
       if bisect_rev turns out to be bad.
     - bisect_all is the number of commits we are bisecting right now.
    
    The documentation text was partly stolen from Johannes
    Schindelin's patch.
    Signed-off-by: NJunio C Hamano <junkio@cox.net>
    457f08a0
git-rev-list.txt 9.2 KB