0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add README file explaining project state More... over 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... about 15 years ago
update xcode project More... about 15 years ago
Enumerator subclasses for BFS/DFS traversal of GITCommit objects in a repo. More... about 15 years ago
git-rev-list CLI tool: uses API to reproduce output from 'git rev-list' More... about 15 years ago
Add fixture generator and .plist file for GITGraph sort order tests More... about 15 years ago
Add GITNode class to represent a GITObject in a graph. More... about 15 years ago
Update count of branches in GITRepo test More... about 15 years ago
Add helper methods to GITRepo for retrieving commits associated with branch heads More... about 15 years ago
Add tests for GITGraph sort methods. More... about 15 years ago
Update test repo with new branches for testing revision walking and sorting. More... about 15 years ago
Simple GITGraph class to represent a directed acyclic graph (DAG) More... about 15 years ago
Added testcase for packSHA1FromBytes More... about 15 years ago
Refactor packSHA1 routine to use a lookup table instead of strchr() More... about 15 years ago
Add GITDateTime initializaer that accepts a BSD date and (int)timezone offset More... about 15 years ago
Initialize a GITActor from partially processed object header data More... about 15 years ago
optimization[2/2]: only parse essential commit info upon initialization More... about 15 years ago
optimization[1/2]: faster routines for extracting data from core objects More... about 15 years ago
Fix leaking GITCommit#parentShas. More... about 15 years ago
Fix memleak in symbolic-ref handling. More... about 15 years ago
Fix refStore memleak in GITRepo. More... about 15 years ago
Refactor GITPackReverseIndex to be simpler and faster. More... about 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