1. 07 7月, 2005 1 次提交
    • L
      Make gitk use --topo-order instead of --merge-order · 889adfe3
      Linus Torvalds 提交于
      It's cheaper to calculate, and doesn't give different results depending
      on the order of the arguments passed in (and is thus more appropriate
      for something like gitk that can validly take the unordered "--all" flag
      to show all branches).
      
      The previous dup fix seems to have fixed --topo-order.  Holler if you
      still see problems.
      889adfe3
  2. 29 6月, 2005 1 次提交
    • P
      Add a menu item for writing out a commit to a file. · 4a2139f5
      Paul Mackerras 提交于
      This just invokes git-diff-tree.  Also changed the readonly entry
      widgets in the "write patch" and "generate tag" windows to have
      flat relief, so it doesn't look like you should be able to modify
      what's in them.
      4a2139f5
  3. 27 6月, 2005 5 次提交
  4. 25 6月, 2005 2 次提交
    • P
      Clear the SHA1 entry field when we go to paste something into it · ee3dc72e
      Paul Mackerras 提交于
      If the user pastes in the selection (with the middle mouse button) and
      it already has 40 characters in it, clear it before pasting.
      ee3dc72e
    • P
      Add commit row context menu and handle left-click on graph lines · c8dfbcf9
      Paul Mackerras 提交于
      Right-click on a context row now brings up a menu allowing the user to
      generate a diff between that row and the selected row.  Left-click on
      a graph line shows the parent and children connected by the line in
      the details pane.  Left-click on a circle in the graph selects that
      commit.  Left-click elsewhere in the graph does nothing.
      
      When displaying a diff, the bottom-right file list box behaves
      slightly differently now; instead of eliding all other files' diffs,
      it now just scrolls the details pane so that the selected file's diff
      starts at the top of the pane.
      
      Since the diffs can be rather large, arrange for an update to be done
      every 100ms while reading diffs.
      
      Also removed the CVS revision keywords and bumped the version number
      to 1.2.
      c8dfbcf9
  5. 22 6月, 2005 3 次提交
  6. 21 6月, 2005 2 次提交
  7. 17 6月, 2005 1 次提交
  8. 16 6月, 2005 2 次提交
  9. 10 6月, 2005 1 次提交
  10. 01 6月, 2005 1 次提交
  11. 31 5月, 2005 1 次提交
  12. 21 5月, 2005 1 次提交
  13. 19 5月, 2005 3 次提交
  14. 18 5月, 2005 1 次提交
  15. 17 5月, 2005 1 次提交
  16. 16 5月, 2005 2 次提交
  17. 15 5月, 2005 3 次提交
  18. 13 5月, 2005 1 次提交
  19. 12 5月, 2005 1 次提交
  20. 11 5月, 2005 1 次提交
  21. 10 5月, 2005 3 次提交
  22. 09 5月, 2005 1 次提交