1. 08 Jan, 2013 1 commit
  2. 01 Dec, 2012 1 commit
  3. 17 May, 2012 1 commit
  4. 03 May, 2012 1 commit
  5. 26 Apr, 2012 1 commit
  6. 13 Feb, 2012 1 commit
  7. 29 Oct, 2011 1 commit
  8. 19 Sep, 2011 1 commit
    • Tabify everything · 87d9869f
      There were quite a few places were spaces were being used instead of
      tabs. Try to catch them all. This should hopefully not break anything.
      Except for `git blame`. Oh well.
      Vicent Marti committed
  9. 18 Sep, 2011 1 commit
    • Cleanup legal data · bb742ede
      1. The license header is technically not valid if it doesn't have a
      copyright signature.
      
      2. The COPYING file has been updated with the different licenses used in
      the project.
      
      3. The full GPLv2 header in each file annoys me.
      Vicent Marti committed
  10. 23 May, 2011 2 commits
  11. 06 Dec, 2010 1 commit
  12. 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
  13. 20 Jan, 2010 1 commit
  14. 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
  15. 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
  16. 03 Jan, 2009 1 commit