1. 26 5月, 2008 1 次提交
    • A
      graph API: fix graph mis-alignment after uninteresting commits · 2ecbd0a0
      Adam Simpkins 提交于
      The graphing code had a bug that caused it to output branch lines
      incorrectly after ignoring an uninteresting commit.  When computing how
      to match up the branch lines from the current commit to the next one, it
      forgot to take into account that it needed to initially start with 2
      empty spaces where the missing commit would have gone.
      
      So, instead of drawing this,
      
        | * | <- Commit with uninteresting parent
        |  /
        * |
      
      It used to incorrectly draw this:
      
        | * | <- Commit with uninteresting parent
        * |
      Signed-off-by: NAdam Simpkins <adam@adamsimpkins.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      2ecbd0a0
  2. 24 5月, 2008 7 次提交
  3. 23 5月, 2008 6 次提交
  4. 22 5月, 2008 17 次提交
  5. 20 5月, 2008 3 次提交
  6. 19 5月, 2008 2 次提交
  7. 17 5月, 2008 4 次提交