0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 12 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed tests. More... over 15 years ago
Added support for explicitly choosing which projects to operate on. More... over 15 years ago
Set the hooks.emaildiff options to true to enable full diffs in commit emails. More... over 15 years ago
Added a --no-fetch option to 'gitctl pending' to avoid fetching. More... over 15 years ago
Made 'gitctl update' differentiate projects which were actually updated when using pinned down revisions. More... over 15 years ago
Fixed a critical bug with 'gitctl update' when using pinned down revisions. More... over 15 years ago
Final cleanup for PyPI compliance. More... over 15 years ago
Added an example of gitctl.cfg. More... over 15 years ago
Updated metadata. More... over 15 years ago
Typo fix. More... over 15 years ago
Updated dependencies. More... over 15 years ago
Updated gitignore. More... over 15 years ago
Added some sample configuration files. More... over 15 years ago
reST fixes. More... over 15 years ago
Overhauled the README. More... over 15 years ago
Sort the projects alphabetically. More... over 15 years ago
Changed the 'gitctl update' command to rebase by default. More... over 15 years ago
Implemented tests for the 'gitctl branch' command. More... over 15 years ago
Removed current_branch() and is_dirty(). More... over 15 years ago
Use the .active_branch property from GitPython.Repo instead of our custom gitctl.utils.current_branch() function. More... over 15 years ago
Use a local GitPython version and get nose for running the GitPython test suite. More... over 15 years ago
Ignore the src/ directory. More... over 15 years ago
Refactored the calls to gitctl.utils.is_dirty() to use the new Repo.is_dirty property. More... over 15 years ago
Started working on the 'gitctl branch' command. More... over 15 years ago
Cosmetic refactoring. More... over 15 years ago
Fixed the repository creation command. More... over 15 years ago
Refactored the 'gitctl pending' command to require up-to-date remote branches. More... over 15 years ago
Fixed missing imports introduced during refactoring. More... over 15 years ago
Typo fix More... over 15 years ago
More test for the 'gitctl pending' command. More... over 15 years ago