1. 19 4月, 2009 1 次提交
  2. 18 4月, 2009 4 次提交
    • J
      doc/gitattributes: clarify location of config text · c4c86d23
      Jeff King 提交于
      The gitattributes documentation has a section on the "diff"
      attribute, with subsections for each of the things you might
      want to configure in your diff config section (external
      diff, hunk headers, etc). The first such subsection
      specifically notes that the definition of the diff driver
      should go into $GIT_DIR/config, but subsequent sections do
      not.
      
      This location is implied if you are reading the
      documentation sequentially, but it is not uncommon for a new
      user to jump to (or be referred to) a specific section. For
      a new user who does not know git well enough to recognize
      the config syntax, it is not clear that those directives
      don't also go into the gitattributes file.
      
      This patch just mentions the config file in each subsection,
      similar to the way it is mentioned in the first.
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      c4c86d23
    • J
      Merge branch 'maint-1.6.1' into maint · f7446fc6
      Junio C Hamano 提交于
      * maint-1.6.1:
        Fix buffer overflow in config parser
      f7446fc6
    • J
      Merge branch 'maint-1.6.0' into maint-1.6.1 · 0fa0514b
      Junio C Hamano 提交于
      * maint-1.6.0:
        Fix buffer overflow in config parser
      0fa0514b
    • T
      Fix buffer overflow in config parser · e0b3cc0d
      Thomas Jarosch 提交于
      When interpreting a config value, the config parser reads in 1+ space
      character(s) and puts -one- space character in the buffer as soon as
      the first non-space character is encountered (if not inside quotes).
      
      Unfortunately the buffer size check lacks the extra space character
      which gets inserted at the next non-space character, resulting in
      a crash with a specially crafted config entry.
      
      The unit test now uses Java to compile a platform independent
      .NET framework to output the test string in C# :o)
      
          Read: Thanks to Johannes Sixt for the correct printf call
          which replaces the perl invocation.
      Signed-off-by: NThomas Jarosch <thomas.jarosch@intra2net.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      e0b3cc0d
  3. 17 4月, 2009 1 次提交
  4. 13 4月, 2009 5 次提交
  5. 09 4月, 2009 11 次提交
  6. 08 4月, 2009 7 次提交
  7. 05 4月, 2009 6 次提交
  8. 03 4月, 2009 5 次提交