1. 30 10月, 2007 16 次提交
  2. 29 10月, 2007 7 次提交
  3. 27 10月, 2007 11 次提交
  4. 25 10月, 2007 5 次提交
  5. 24 10月, 2007 1 次提交
    • P
      gitk: Fix a couple more bugs in the path limiting · 74a40c71
      Paul Mackerras 提交于
      First, paths ending in a slash were not matching anything.  This fixes
      path_filter to handle paths ending in a slash (such entries have to
      match a directory, and can't match a file, e.g., foo/bar/ can't match
      a plain file called foo/bar).
      
      Secondly, clicking in the file list pane (bottom right) was broken
      because $treediffs($ids) contained all the files modified by the
      commit, not just those within the file list.  This fixes that too.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      74a40c71