1. 28 4月, 2012 1 次提交
  2. 12 4月, 2012 2 次提交
  3. 11 4月, 2012 1 次提交
  4. 07 4月, 2012 2 次提交
  5. 04 4月, 2012 1 次提交
  6. 03 4月, 2012 7 次提交
  7. 02 4月, 2012 2 次提交
  8. 31 3月, 2012 2 次提交
  9. 30 3月, 2012 1 次提交
  10. 29 3月, 2012 3 次提交
  11. 28 3月, 2012 1 次提交
  12. 27 3月, 2012 14 次提交
  13. 24 3月, 2012 3 次提交
    • J
      Merge gitk changes from Paul Mackerras at git://ozlabs.org/~paulus/gitk · b4760645
      Junio C Hamano 提交于
      * git://ozlabs.org/~paulus/gitk:
        gitk: Teach gitk to respect log.showroot
        gitk: Add menu items for comparing a commit with the marked commit
        gitk: Speed up resolution of short SHA1 ids
        gitk: Use symbolic font names "sans" and "monospace" when available
        gitk: Skip over AUTHOR/COMMIT_DATE when searching all fields
        gitk: Make "git describe" output clickable, too
        gitk: Fix the display of files when filtered by path
        gitk: Use a tabbed dialog to edit preferences
        gitk: Use "gitk: repo-top-level-dir" as window title
      b4760645
    • M
      gitk: Teach gitk to respect log.showroot · b2b76d10
      Marcus Karlsson 提交于
      In early days, all projects managed by git (except for git itself) had the
      product of a fairly mature development history in their first commit, and
      it was deemed unnecessary clutter to show additions of these thousands of
      paths as a patch.
      
      "git log" learned to show the patch for the initial commit without requiring
      --root command line option at 0f03ca94 (config option log.showroot to show
      the diff of root commits, 2006-11-23).
      
      Teach gitk to respect log.showroot.
      
      [paulus@samba.org: Cleaned up the Tcl a bit, use --bool on the
       git config call]
      Signed-off-by: NMarcus Karlsson <mk@acc.umu.se>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      b2b76d10
    • J
      Git 1.7.10-rc2 · c16df57c
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      c16df57c