1. 22 5月, 2007 1 次提交
  2. 19 4月, 2007 1 次提交
  3. 01 4月, 2007 2 次提交
  4. 21 3月, 2007 1 次提交
  5. 12 3月, 2007 1 次提交
  6. 15 2月, 2007 6 次提交
  7. 13 1月, 2007 2 次提交
  8. 23 11月, 2006 1 次提交
    • P
      gitk: Fix enabling/disabling of menu items on Mac OS X · 3cd204e5
      Paul Mackerras 提交于
      It seems that under Mac OS X, the menus get some extra entries (or
      possibly fewer entries), leading to references to entries by an
      absolute number being off.  This leads to an error when invoking
      gitk --all under Mac OS X, because the "Edit view" and "Delete view"
      entries aren't were gitk expects them, and so enabling them gives an
      error.
      
      This changes the code so it refers to menu entries by their content,
      which should solve the problem.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      3cd204e5
  9. 19 10月, 2006 1 次提交
  10. 28 8月, 2006 1 次提交
  11. 16 8月, 2006 1 次提交
    • P
      gitk: Improve responsiveness while reading and layout out the graph · d1e46756
      Paul Mackerras 提交于
      This restructures layoutmore so that it can take a time limit and do
      limited amounts of graph layout and graph optimization, and return 1
      if it exceeded the time limit before finishing everything it could do.
      Also getcommitlines reads at most half a megabyte each time, to limit
      the time it spends parsing the commits to about a tenth of a second.
      
      Also got rid of the unused ncmupdate variable while I was at it.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      d1e46756
  12. 08 8月, 2006 1 次提交
  13. 06 8月, 2006 1 次提交
  14. 02 8月, 2006 4 次提交
  15. 17 7月, 2006 1 次提交
  16. 06 7月, 2006 1 次提交
  17. 05 7月, 2006 1 次提交
  18. 12 6月, 2006 1 次提交
  19. 07 6月, 2006 1 次提交
  20. 04 6月, 2006 1 次提交
  21. 03 6月, 2006 1 次提交
    • P
      gitk: Show nearby tags · b8ab2e17
      Paul Mackerras 提交于
      This adds a feature to the diff display window where it will show
      the tags that this commit follows (is a descendent of) and precedes
      (is an ancestor of).  Specifically, it will show the tags for all
      tagged descendents that are not a descendent of another tagged
      descendent of this commit, and the tags for all tagged ancestors
      that are not ancestors of another tagged ancestor of this commit.
      
      To do this, gitk reads the complete commit graph using git rev-list
      and performs a couple of traversals of the tree.  This is done in
      the background, but since it can be time-consuming, there is an option
      to turn it off in the `edit preferences' window.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      b8ab2e17
  22. 30 5月, 2006 2 次提交
  23. 29 5月, 2006 1 次提交
  24. 26 5月, 2006 5 次提交
  25. 25 5月, 2006 1 次提交