-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More verbose stats / after-hook #6
Comments
hmm... i'm not sure i understand what --dirstat does. having a hook makes sense, i'd be open to adding that if it's simple enough. maybe the way snapshots are extended? |
Try It shows how much has changed. I find this very useful when trying to keep the backups small.
I haven't looked into this yet, but it would make sense to have a similar interface probably.
Where GIT_DIR and BUP_DIR would be set/exported in the environment for the current repo, and |
i see. this seems like very useful stuff! but i understand why this needs to be in the notes if you can generate it afterwards anyways... |
It is quite expensive to generate, so having it generated only once is useful. |
makes sense. so maybe a |
It would be nice to have more detailed stats in the notes, e.g. similar to
git log --dirstat=lines,cumulative,3
.Since preferences differ here, and this takes some time to generate, it would be nice to have a hook here, which would export the necessary information for an external tool / command.
This hook might not be linked to the "notes" process, but could be a generic one, allowing the user to add additional notes like suggested above (by using
git notes append
).The text was updated successfully, but these errors were encountered: