1. 16 8月, 2007 8 次提交
  2. 15 8月, 2007 9 次提交
  3. 14 8月, 2007 16 次提交
  4. 13 8月, 2007 2 次提交
    • P
      gitk: Fix bug causing Tcl error when updating graph · a69b2d1a
      Paul Mackerras 提交于
      If "Show nearby tags" is turned off, selecting "Update" from the File
      menu will cause a Tcl error.  This fixes it.  The problem was that
      we were calling regetallcommits unconditionally, but it assumed that
      getallcommits had been called previously.  This also restructures
      {re,}getallcommits to be a bit simpler.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      a69b2d1a
    • P
      gitk: Fix bug introduced in commit 67a4f1a7 · 7b459a1c
      Paul Mackerras 提交于
      In fixing the "can't unset idinlist" error, I moved the setting of
      idinlist into the loop that splits the parents into "new" parents
      (i.e. those of which this is the first child) and "old" parents.
      Unfortunately this is incorrect in the case where we hit the break
      statement a few lines further down, since when we come back in,
      we'll see idinlist($p) set for some parents that aren't in the list.
      
      This fixes it by moving the loop that sets up newolds and oldolds
      further down.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      7b459a1c
  5. 12 8月, 2007 5 次提交