1. 27 2月, 2012 1 次提交
  2. 24 2月, 2012 2 次提交
  3. 23 2月, 2012 3 次提交
  4. 22 2月, 2012 15 次提交
  5. 20 2月, 2012 2 次提交
  6. 17 2月, 2012 12 次提交
  7. 15 2月, 2012 2 次提交
    • J
      diff --stat: show bars of same length for paths with same amount of changes · 2eeeef24
      Junio C Hamano 提交于
      When commit 3ed74e60 (diff --stat: ensure at least one '-' for deletions,
      and one '+' for additions, 2006-09-28) improved the output for files with
      tiny modifications, we accidentally broke the logic to ensure that two
      equal sized changes are shown with the bars of the same length, even when
      rounding errors exist.
      
      Compute the length of the graph bars, using the same "non-zero changes is
      shown with at least one column" scaling logic, but by scaling the sum of
      additions and deletions to come up with the total length of the bar (this
      ensures that two equal sized changes result in bars of the same length),
      and then scaling the smaller of the additions or deletions. The other side
      is computed as the difference between the two.
      
      This makes the apportioning between additions and deletions less accurate
      due to rounding errors, but it is much less noticeable than two files with
      the same amount of change showing bars of different length.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      2eeeef24
    • J
      Git 1.7.9.1 · 90020e3b
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      90020e3b
  8. 14 2月, 2012 3 次提交