1. 06 Dec, 2010 1 commit
  2. 05 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. 28 Feb, 2010 1 commit
  5. 05 Jun, 2009 1 commit
  6. 31 Dec, 2008 1 commit
    • Rename the test cases to run in specific orders · 4260699b
      This way we can be fairly certain we run tests of lower-level
      parts of the library before we run tests of higher-level more
      complex parts.  If there is any problem in a lower-level part
      of the library, the earlier test will identify it and stop,
      making it easire to troubleshoot the failure.
      
      A rough naming guide has been added for the test suite to
      explain the current category structure.
      
      Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
      Shawn O. Pearce committed
  7. 30 Dec, 2008 1 commit