6
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Oct 05, 2024 — Oct 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Repository.cs: Added simple Head property to grab the Head easily More... over 16 years ago
* Constants.cs: Updated ref constants as they are not plaform specific * Util/Collections.cs -> Extensions.cs: Moved * Ref.cs: Added the detached property * RefDatabase.cs: Rewrote a couple of the methods to handle properly under .net * RepositoryConfig.cs: Updated to use the new extensions * Tests/RefDatabaseTests.cs: Updated. Passes now * Tests/sample.git: Removed this repo. will add another. More... over 16 years ago
Added a couple checks and new tests More... over 16 years ago
Added a small sample git repo with a branch and a few commits.Also added PackFile back in for testing More... over 16 years ago
* RefDatabase.cs: Added methods to access branches and remote branches * Repository.cs: Added properties for branches and remote branches. Converted some other methods into properties * test.cs: Updated property reference More... over 16 years ago
* Codec.cs: Spacing changes. Constant names have changed * Constants.cs: Moving constants into subclasses for organizational purposes * ObjectId.cs: Changed ObjectId to return a null object instead of throwing and exception * RefDatabase.cs: Updated constant references. Removed unneeded refSearchPaths variable. Also added key checks on the dictionaries. Removed FileNotFound catch since the file is checked to exists. * Repository.cs: Modified Constant reference * Tag.cs: Modified constant reference More... over 16 years ago
* ObjectType.cs: Spacing fixes * Repository.cs: Renamed static Find method to Open and changed the ctor to private * test.cs: Updated to use the public Open method More... over 16 years ago
* ClassDiagram.cd: Added UnpackedObjectLoader * ObjectLoader.cs: Spacing updates * Tests/Gitty.Core.Tests.csproj: Added reference to nunit * lib/nunit.framework.*: Added nunit library More... over 16 years ago
* AnyObjectId.cs: Fixed a bug when an object was null * ObjectLoader.cs: Updated base properties to be virtual and have protected setters * Repository.cs: Updated constructors to search for the git repo. Added Find method for finding the repo * UnpackedObjectLoader.cs: Rewrote the class to use System.IO.Compression More... over 16 years ago
Formatting cleanup More... over 16 years ago
Updated project reference to the class diagram More... over 16 years ago
* Excluded several items from the project related to packs and caching. * Repository.cs: Removed most references to PackFile in order to all object loading More... over 16 years ago
Updated ignore More... over 16 years ago
Ran Format Document Macro More... over 16 years ago
* Updated namespaces More... over 16 years ago
* Lib/*: Moved to the root of the library More... over 16 years ago
Updated reference to Gitty.Core More... over 16 years ago
Renamed project files More... over 16 years ago
Moved Gitty.Lib.CSharp.Tests project More... over 16 years ago
* Gitty.Lib.CSharp/Gitty.Lib.CSharp.csproj: Updated project to include files added via the makefile More... almost 17 years ago
2008-12-06 Miguel de Icaza <[email protected]> More... almost 17 years ago
2008-12-06 Miguel de Icaza <[email protected]> More... almost 17 years ago
2008-12-03 Miguel de Icaza <[email protected]> More... almost 17 years ago
2008-12-03 Miguel de Icaza <[email protected]> More... almost 17 years ago
2008-12-02 Miguel de Icaza <[email protected]> More... almost 17 years ago
Small test to check a commit More... almost 17 years ago
Updated Makefile to include new PackedObjectInfo.cs and delete all *.exe More... almost 17 years ago
Completed PackedObjectInfo as it is a dependency of the PackIndexWriter More... almost 17 years ago
Completed/Cleaned up Tag object More... almost 17 years ago
Completed PackReverseIndex More... almost 17 years ago