6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 2 months ago. based on code collected 3 months ago.
Feb 19, 2023 — Feb 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Repository.cs: Added simple Head property to grab the Head easily More... about 15 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... about 15 years ago
Added a couple checks and new tests More... about 15 years ago
Added a small sample git repo with a branch and a few commits.Also added PackFile back in for testing More... about 15 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... about 15 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... about 15 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... about 15 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... about 15 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... about 15 years ago
Formatting cleanup More... about 15 years ago
Updated project reference to the class diagram More... about 15 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... about 15 years ago
Updated ignore More... about 15 years ago
Ran Format Document Macro More... about 15 years ago
* Updated namespaces More... about 15 years ago
* Lib/*: Moved to the root of the library More... about 15 years ago
Updated reference to Gitty.Core More... about 15 years ago
Renamed project files More... about 15 years ago
Moved Gitty.Lib.CSharp.Tests project More... about 15 years ago
* Gitty.Lib.CSharp/Gitty.Lib.CSharp.csproj: Updated project to include files added via the makefile More... over 15 years ago
2008-12-06 Miguel de Icaza <[email protected]> More... over 15 years ago
2008-12-06 Miguel de Icaza <[email protected]> More... over 15 years ago
2008-12-03 Miguel de Icaza <[email protected]> More... over 15 years ago
2008-12-03 Miguel de Icaza <[email protected]> More... over 15 years ago
2008-12-02 Miguel de Icaza <[email protected]> More... over 15 years ago
Small test to check a commit More... over 15 years ago
Updated Makefile to include new PackedObjectInfo.cs and delete all *.exe More... over 15 years ago
Completed PackedObjectInfo as it is a dependency of the PackIndexWriter More... over 15 years ago
Completed/Cleaned up Tag object More... over 15 years ago
Completed PackReverseIndex More... over 15 years ago