1. 27 9月, 2006 2 次提交
    • L
      gitweb: extend blame to show links to diff and previous · 65910395
      Luben Tuikov 提交于
      git_blame2() now has two more columns, "Prev" and "Diff",
      before the "Commit" column, as follows:
      
      Prev	Diff	Commit	Line	Data
      SHA     Diff    SHA        N    ...
      ...
      
      The "Prev" column shows the SHA of the parent commit,
      between which this line changed.  Clicking on it shows the
      blame of the file as of the parent commit, for that line.
      
      So clicking repeatedly on "Prev" would show you the blame
      of that file, from the point of view of the changes
      of that particular line whose "Prev" you're clicking on.
      
      The "Diff" column shows "Diff" which is a link to blobdiff
      between "Prev" and "Commit" commits _for that line_.
      
      So clicking on "Diff" would show you the blobdiff (HTML)
      between the parent commit and this commit which changed
      that particular line.
      Signed-off-by: NLuben Tuikov <ltuikov@yahoo.com>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      65910395
    • L
      gitweb: Remove redundant "tree" link · 0fa105e7
      Luben Tuikov 提交于
      In "tree" view, remove redundant "tree" link in the tree
      listing.  It is identical to simply clicking on the tree
      entry itself.
      Signed-off-by: NLuben Tuikov <ltuikov@yahoo.com>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      0fa105e7
  2. 26 9月, 2006 3 次提交
  3. 25 9月, 2006 11 次提交
  4. 24 9月, 2006 9 次提交
  5. 23 9月, 2006 8 次提交
  6. 22 9月, 2006 7 次提交