Replies: 3 comments 3 replies
-
The
I'd like to understand more about your workflow. In my workflow, I typically How many branches are you using/do you use any long-running branches which appear in the smartlog? Currently, there's no way to "abbreviate" a segment of commits which aren't on the main branch. So if your hope is to hide most commits on a feature branch, then it would be more complicated than just hiding old commit stacks. |
Beta Was this translation helpful? Give feedback.
-
I primarily use Sourcetree (https://www.sourcetreeapp.com) for most of the git operations I use. I still use the command line for more surgical git rebasing or cherry-pick operations. Since operations like As an aside, Sourcetree doesn't seem to be able to detect the pre-commit hooks that Other tools I've used are https://github.com/Shopify/git-chain. I've written my own version of
I have long-standing branches for changes that I've not yet committed to deleting. In my specific case, there were commits that were ~61 days old showing up in For context, I was trialing |
Beta Was this translation helpful? Give feedback.
-
This is now possible by passing a revset like |
Beta Was this translation helpful? Give feedback.
-
git sl
can sometimes be too verbose and show everything.It'll be nice if
git sl
can be smarter, and only display the last N days/hours of branches/commit. This would be an alternative to having togit hide
/git unhide
commits.Any thoughts on this proposal?
Beta Was this translation helpful? Give feedback.
All reactions