0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 13 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add README file explaining project state More... about 14 years ago
[DEV] Make GITRepo+Enumerators.h a public header. More... almost 15 years ago
[NEW] Add -[GITDateTime compare:] for commit-time sortablity. More... almost 15 years ago
Original Nu prototype for graph structure and topological sort More... almost 15 years ago
update xcode project More... almost 15 years ago
Enumerator subclasses for BFS/DFS traversal of GITCommit objects in a repo. More... almost 15 years ago
git-rev-list CLI tool: uses API to reproduce output from 'git rev-list' More... almost 15 years ago
Add fixture generator and .plist file for GITGraph sort order tests More... almost 15 years ago
Add GITNode class to represent a GITObject in a graph. More... almost 15 years ago
Update count of branches in GITRepo test More... almost 15 years ago
Add helper methods to GITRepo for retrieving commits associated with branch heads More... almost 15 years ago
Add tests for GITGraph sort methods. More... almost 15 years ago
Update test repo with new branches for testing revision walking and sorting. More... almost 15 years ago
Simple GITGraph class to represent a directed acyclic graph (DAG) More... almost 15 years ago
Added testcase for packSHA1FromBytes More... almost 15 years ago
Refactor packSHA1 routine to use a lookup table instead of strchr() More... almost 15 years ago
Add GITDateTime initializaer that accepts a BSD date and (int)timezone offset More... almost 15 years ago
Initialize a GITActor from partially processed object header data More... almost 15 years ago
optimization[2/2]: only parse essential commit info upon initialization More... almost 15 years ago
optimization[1/2]: faster routines for extracting data from core objects More... almost 15 years ago
Fix leaking GITCommit#parentShas. More... almost 15 years ago
Fix memleak in symbolic-ref handling. More... almost 15 years ago
Fix refStore memleak in GITRepo. More... almost 15 years ago
Refactor GITPackReverseIndex to be simpler and faster. More... almost 15 years ago
testing ways to optimize GITCommit#parseRawData: More... about 15 years ago
Use NSArray for GITCommit#parents to preverse the order of parents of a commit object. More... about 15 years ago
GITObject#hash calls [[self sha1] hash] to match GITObject#isEqual: More... about 15 years ago
Refactor index lookup methods to use a binary search algorithm for sha1 lookups. More... about 15 years ago
Add test cases and assertions for version 1 pack index files. More... about 15 years ago
Update target settings in all configs to use @rpath More... about 15 years ago