1. 21 12月, 2006 2 次提交
    • N
      clarify some error messages wrt unknown object types · 08a19d87
      Nicolas Pitre 提交于
      If ever new object types are added for future extensions then better
      have current git version report them as "unknown" instead of
      "corrupted".
      Signed-off-by: NNicolas Pitre <nico@cam.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      08a19d87
    • J
      simplify inclusion of system header files. · 85023577
      Junio C Hamano 提交于
      This is a mechanical clean-up of the way *.c files include
      system header files.
      
       (1) sources under compat/, platform sha-1 implementations, and
           xdelta code are exempt from the following rules;
      
       (2) the first #include must be "git-compat-util.h" or one of
           our own header file that includes it first (e.g. config.h,
           builtin.h, pkt-line.h);
      
       (3) system headers that are included in "git-compat-util.h"
           need not be included in individual C source files.
      
       (4) "git-compat-util.h" does not have to include subsystem
           specific header files (e.g. expat.h).
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      85023577
  2. 20 12月, 2006 6 次提交
  3. 19 12月, 2006 8 次提交
  4. 18 12月, 2006 12 次提交
  5. 17 12月, 2006 11 次提交
  6. 16 12月, 2006 1 次提交