1. 30 6月, 2005 3 次提交
  2. 29 6月, 2005 17 次提交
  3. 28 6月, 2005 16 次提交
  4. 27 6月, 2005 4 次提交
    • P
      Add a menu item for creating tags. · bdbfbe3d
      Paul Mackerras 提交于
      bdbfbe3d
    • P
      Fix a bug where we would corrupt the stuff read from git-rev-list. · 7e952e79
      Paul Mackerras 提交于
      If we have a very long commit message, and we end up getting a
      bufferfull of data from git-rev-list that all belongs to one commit,
      we ended up throwing away the data from a previous read that should
      have been included.  The result was a error message about not being
      able to parse the output of git-rev-list.
      
      Also, if the git-rev-list output that we can't parse is long, only put
      the first 80 chars in the error message.  Otherwise we end up with an
      enormous error window.
      7e952e79
    • P
      74daedb6
    • L
      csum-file interface updates: return resulting SHA1 · e1808845
      Linus Torvalds 提交于
      Also, make the writing of the SHA1 as a end-header be conditional: not
      every user will necessarily want to write the SHA1 to the file itself,
      even though current users do (but we migh end up using the same helper
      functions for the object files themselves, that don't do this).
      
      This also makes the packed index file contain the SHA1 of the packed
      data file at the end (just before its own SHA1).  That way you can
      validate the pairing of the two if you want to.
      e1808845