1. 01 7月, 2007 7 次提交
  2. 30 6月, 2007 2 次提交
  3. 29 6月, 2007 5 次提交
  4. 28 6月, 2007 5 次提交
  5. 27 6月, 2007 17 次提交
  6. 26 6月, 2007 1 次提交
    • P
      gitk: Add a progress bar to show progress while resetting · 706d6c3e
      Paul Mackerras 提交于
      Since git reset now gets chatty while resetting, we were getting errors
      reported when a reset was done using the "reset branch to here" menu
      item.  With this we now read the progress messages from git reset and
      update a progress bar.  Because git reset outputs the progress messages
      to standard error, and Tcl treats messages to standard error as error
      messages, we have to invoke git reset via a shell and redirect standard
      error into standard output.
      
      This also fixes a bug in computing descendent heads when head ids
      are changed via a reset.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      706d6c3e
  7. 25 6月, 2007 3 次提交