1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 6 days ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't consider to be deleted files for beeing staged More... over 5 years ago
Remove obsolete autohooks/api.py file More... over 5 years ago
Set refs for working tree and index before formatting More... over 5 years ago
Adjust pylint plugin for git api changes More... over 5 years ago
Adjust black plugin for git api change More... over 5 years ago
Rename safe_formatting to stash_unstaged_changes More... over 5 years ago
Update black plugin to use safe_formatting and status lists More... over 5 years ago
Rework git api for autohooks plugins More... over 5 years ago
Rename variable path to pwd More... over 5 years ago
Move is_python_file as is_python_path to an own module More... over 5 years ago
Update get_status to expect list of files instead of single file More... over 5 years ago
Don't list untracked files by default from get_status More... over 5 years ago
Fix parsing status if no output is available More... over 5 years ago
Expect diff_filter argument to be list of Status objects More... over 5 years ago
Don' use color output for git diff explicitly More... over 5 years ago
Fix getting list of staged files More... over 5 years ago
Add draft for support formatting with partial staged files More... over 5 years ago
Exit realy if no files for formatting are available More... over 5 years ago
Merge pull request #2 from wiegandm/authooks More... over 5 years ago
Support renames in get_status function More... over 5 years ago
Don't consider submodules for git get_status More... over 5 years ago
Fix 'authooks' typo in output More... over 5 years ago
Use git --no-pages instead of git -P More... over 5 years ago
Don't add period at the end of error messages More... over 5 years ago
Merge pull request #1 from wiegandm/README More... over 5 years ago
Small README fixes More... over 5 years ago
Add get_status function to git api More... over 5 years ago
Update get_diff to support Path as file More... over 5 years ago
Use \0 delimiter for getting staged git files More... over 5 years ago
Don't strip git output automatically More... over 5 years ago