1. 23 May, 2011 2 commits
  2. 06 Dec, 2010 1 commit
  3. 19 Sep, 2010 1 commit
    • Give object structures more descriptive names · f49a2e49
      The 'git_obj' structure is now called 'git_rawobj', since
      it represents a raw object read from the ODB.
      
      The 'git_repository_object' structure is now called 'git_object',
      since it's the base object class for all objects.
      
      Signed-off-by: Vicent Marti <tanoku@gmail.com>
      Vicent Marti committed
  4. 20 Jan, 2010 1 commit
  5. 18 Mar, 2009 1 commit
    • Fix some (digital-mars) compiler warnings · a9984a4e
      In particular, conditional expressions which contain an
      assignment statement, where the expression type is not
      explicitly made to be boolean, elicits the following
      message:
          warning 2: possible unintended assignment
      
      Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
      Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
      Ramsay Jones committed
  6. 28 Jan, 2009 1 commit
    • Fix a sparse "symbol not declared" warning · 66a4bfac
      In particular, the git__delta_apply() function has not been
      declared prior to it's definition. In order to suppress the
      warning, include the delta-apply.h header which provides the
      public interface. This ensures that the declaration and
      definition are consistent.
      
      Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
      Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
      Ramsay Jones committed
  7. 03 Jan, 2009 1 commit