0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* LGitIdTest should not inherit from LGitObjectTest More... about 10 years ago
#31 * added most function and object definitions needed for diff support (untested) More... about 10 years ago
* use explicit message sends for accessing #prim_dataX / #prim_dataX: in LGitId instead of #perform More... over 10 years ago
* removed LGitIdData (no longer necessary with the new way to organize generated struct accessors) * renamed methods in LGitRevwalk * added LGitRevwalk>>reset More... over 10 years ago
* added test for LGitId>>asInteger More... over 10 years ago
fixes issue #29 * fixed LGItId>>asInteger More... over 10 years ago
* added Pharo5 * use master branch for QualityAssistant More... over 10 years ago
* fixed test data loading More... over 10 years ago
* improved revwalk implementation (thanks Martin) More... over 10 years ago
* added access to tags More... over 10 years ago
* fixed test data loading More... over 10 years ago
* added repository type change after load More... over 10 years ago
removed ConfigurationOfLibGit (replaced by baseline) More... over 10 years ago
* position tabs to the right * run git stuff in a sequence More... over 10 years ago
* moved #isDirty: implementation to LGitIndex More... over 10 years ago
fixed accidental deletion of Dale's change; removed unnecessary master directory More... over 10 years ago
* fixed return code handler setup * fixed return code handler lookup * started fixing struct finalization but needs more work More... over 10 years ago
Merge pull request #27 from dalehenrich/issue_26 More... over 10 years ago
Issue #26: first cut a baseline for LibGit ... did not include ConfigurationOfLibGit>>changeRepositoryType, since there seems to be some funky stuff going on there that probably doesn't work with a baseline ... More... over 10 years ago
* vastly improved the way enumerations work * added missing return codes More... over 10 years ago
* vastly improved the way enumerations work * added missing return codes More... over 10 years ago
* every libgit2 callout now checks if libgit2 has been initialized and calls the initialize function if necessary. This should prevent a lot of invalid memory problems More... over 10 years ago
* trying to fix push problems More... over 10 years ago
* trying to fix push problems More... over 10 years ago
* every libgit2 callout now checks if libgit2 has been initialized and calls the initialize function if necessary. This should prevent a lot of invalid memory problems More... over 10 years ago
* every libgit2 callout now checks if libgit2 has been initialized and calls the initialize function if necessary. This should prevent a lot of invalid memory problems * started cleaning up error and exit code handling * added new error codes * renamed LGitUtility to LGitGlobal * removed subclasses of LGitCallError. They were all unused * cleaned up TLGitCalloutTrait and implemented most of the logic on LGitGlobal More... over 10 years ago
* fixed problems with premature garbage collection of external objects in MCGitReposiotory>>commitAndPush: More... over 10 years ago
* added convenience methods to load test data from disk More... over 10 years ago
* updated to latest NativeBoost version More... over 10 years ago
* updated configuration with latest NativeBoost More... over 10 years ago