1. 03 9月, 2006 2 次提交
    • J
      pack-objects: re-validate data we copy from elsewhere. · df6d6101
      Junio C Hamano 提交于
      When reusing data from an existing pack and from a new style
      loose objects, we used to just copy it staight into the
      resulting pack.  Instead make sure they are not corrupt, but
      do so only when we are not streaming to stdout, in which case
      the receiving end will do the validation either by unpacking
      the stream or by constructing the .idx file.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      df6d6101
    • C
      Trace into a file or an open fd and refactor tracing code. · 6ce4e61f
      Christian Couder 提交于
      If GIT_TRACE is set to an absolute path (starting with a
      '/' character), we interpret this as a file path and we
      trace into it.
      
      Also if GIT_TRACE is set to an integer value greater than
      1 and lower than 10, we interpret this as an open fd value
      and we trace into it.
      
      Note that this behavior is not compatible with the
      previous one.
      
      We also trace whole messages using one write(2) call to
      make sure messages from processes do net get mixed up in
      the middle.
      
      This patch makes it possible to get trace information when
      running "make test".
      Signed-off-by: NChristian Couder <chriscool@tuxfamily.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      6ce4e61f
  2. 02 9月, 2006 3 次提交
  3. 01 9月, 2006 15 次提交
  4. 30 8月, 2006 5 次提交
  5. 29 8月, 2006 10 次提交
  6. 28 8月, 2006 5 次提交