1. 14 8月, 2005 6 次提交
  2. 13 8月, 2005 11 次提交
  3. 12 8月, 2005 12 次提交
  4. 11 8月, 2005 6 次提交
  5. 10 8月, 2005 5 次提交
    • P
      Only do an update every 100 commits when drawing the graph. · 466e4fdd
      Paul Mackerras 提交于
      On a large repository with > 60,000 commits, each call to the Tk
      update primitive (which gives Tk a chance to respond to events and
      redraw the screen) was taking up to 0.2 seconds.  Because the logic
      was to call update after drawing a commit if 0.1 seconds had passed
      since the last update call, we were calling it for every commit,
      which was slowing us down enormously.  Now we also require that we
      have drawn 100 commits since the last update (as well as it being
      at least 0.1 seconds since the last update).  Drawing 100 commits
      takes around 0.1 - 0.2 seconds (even in this large repo) on my G5.
      466e4fdd
    • J
      Merge with master. · f69714c3
      Junio C Hamano 提交于
      This merges commit
          c35a7b8d
      from master into our head commit
          edee414c
      
      Sincerely,
          jit-merge command.
      f69714c3
    • J
      Skip merges in format-patch. · c35a7b8d
      Junio C Hamano 提交于
      c35a7b8d
    • J
      Add -v option to git-cherry. · 185612b8
      Junio C Hamano 提交于
      185612b8
    • J
      Teach git push .git/branches shorthand · 46b1c7c0
      Junio C Hamano 提交于
      Although it is uncertain if we would keep .git/branches for
      long, the shorthand stored there can be used for pushing if it
      is host:path/to/git format, so let's make use of it.  This does
      not use git-parse-remote because that script will be rewritten
      quite a bit for updated pulling.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      46b1c7c0