Reputation: 10236
I am dealing with some projects that have do not have sourcecode among many other projects that have changing sourcecode. We also tag/branch all of the projects, together, over time. Therefore, the unchanging projects have a mountain of tags/branches on the tip commit. My current git is decorating the commits with tags/branches by default and, whereas this is usually preferable, the projects that have not changed in a very long time will have pages of tags/branches that need to be skipped over.
How can I run a git-log and not print tags/branches? I am primarily interested in hiding all of the tags, but I do not know what my options are.
Thanks.
Upvotes: 2
Views: 1752