0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 5 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor tweaks to GITRefStore: link resolution interface and returning copies of cachedRefs More... about 15 years ago
Refactor GITRef for better 'symbolic-ref' handling & expected GITRefStore interface. More... about 15 years ago
Define RefStoreNotAccessible error code. More... about 15 years ago
Add 'fixtures' path definition to test helper. More... about 15 years ago
Refactor caching and interface for GITRefStore. More... about 15 years ago
Add GITRefStore to handle retreiving loose and packed refs entries More... about 15 years ago
remove all Ref class files after moving More... about 15 years ago
Added individual classes for each type of ref More... about 15 years ago
Make all the command-line utilities link to the Git.framework instead of compiling individual files. More... about 15 years ago
Ensure that every object has a -rawData and -rawContent method, and that they return properly formatted data. More... about 15 years ago
Cleanup a few deprecated initializers/parsing methods. More... about 15 years ago
Make CocoaGit usable with large repositories with large packs. This disables checksum verification on file packs. More... about 15 years ago
Make sure GITBranch is built into git-inspect. More... about 15 years ago
annotated tags in packed-refs store a commit object on the next line. Don't attempt to parse it as a standard ref More... about 15 years ago
Update to GHUnit v0.3.1 More... about 15 years ago
Bug fix in packSHA1() for cross-platform compatibility. More... about 15 years ago
Add methods for KVC/KVO-compliant access to "sha1s" and "CRCs" properties. More... about 15 years ago
add a method to directly return the raw packed data for an object. More... about 15 years ago
Add a method for determining the size of packedData from a given offset. More... about 15 years ago
Bug fixes and documentation for existing lookup methods. More... about 15 years ago
Refactor and add brief docs for methods in GITPackReverseIndex More... about 15 years ago
Add tests for offset lookup methods. More... about 15 years ago
Add helper method for reading packFixture.plist file More... about 15 years ago
Update packs/README file with new info about dumping pack data and creating plist files. More... about 15 years ago
Add nu script for generating fixture-style .plist files containing packfile data. More... about 15 years ago
Change GITRepo -writeObject:withType: to use GITObjectStore writer More... about 15 years ago
Add writeObject:type:error: to GITObjectStore and children. More... about 15 years ago
Clean up GITRepo writeObject:withType:size: to writeObject:withType: More... about 15 years ago
Use NSCharacterSet stringIsComposedOfCharactersInSet: to test validity of SHA1 hashes. More... about 15 years ago
Add NSCharacterSet stringIsComposedOfCharactersInSet: method. More... about 15 years ago