1. 04 10月, 2005 1 次提交
    • J
      [PATCH] Random documentation fixes · df8baa42
      Jonas Fonseca 提交于
      The fixes focuses on improving the HTML output. Most noteworthy:
      
       - Fix the Makefile to also make various *.html files depend on
         included files.
      
       - Consistently use 'NOTE: ...' instead of '[ ... ]' for additional
         info.
      
       - Fix ending '::' for description lists in OPTION section etc.
      
       - Fix paragraphs in description lists ending up as preformated text.
      
       - Always use listingblocks (preformatted text wrapped in lines with -----)
         for examples that span empty lines, so they are put in only one HTML
         block.
      
       - Use '1.' instead of '(1)' for numbered lists.
      
       - Fix linking to other GIT docs.
      
       - git-rev-list.txt: put option descriptions in an OPTION section.
      Signed-off-by: NJonas Fonseca <fonseca@diku.dk>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      df8baa42
  2. 03 10月, 2005 10 次提交
  3. 02 10月, 2005 18 次提交
  4. 01 10月, 2005 2 次提交
    • L
      [PATCH] Flag empty patches as errors · 1fea629f
      Linus Torvalds 提交于
      A patch that contains no actual diff, and that doesn't change any
      meta-data is bad. It shouldn't be a patch at all, and git-apply shouldn't
      just accept it.
      
      This caused a corrupted patch to be silently applied as an empty change in
      the kernel, because the corruption ended up making the patch look empty.
      
      An example of such a patch is one that contains the patch header, but
      where the initial fragment header (the "@@ -nr,.." line) is missing,
      causing us to not parse any fragments.
      
      The real "patch" program will also flag such patches as bad, with the
      message
      
      	patch: **** Only garbage was found in the patch input.
      
      and we should do likewise.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      1fea629f
    • J
      Consolidate null_sha1[]. · 88cd621d
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <junio@twinsun.com>
      88cd621d
  5. 30 9月, 2005 4 次提交
  6. 29 9月, 2005 5 次提交