psss / did

What did you do last week, month, year?
https://did.readthedocs.io/
GNU General Public License v2.0
247 stars 105 forks source link

add support for git branches #176

Open kraxel opened 5 years ago

kraxel commented 5 years ago

First, allow sorting commits by branch would be useful. Second, filtering by branch would be useful too.

possible cfg file syntax: git-branches = <any pattern accepted by "git branch --list"> git-remote-branches = yes | no (yes means "use --all switch for git branch"). git-sort-by-branch = yes | no

related idea: git-tags = Can be used to show releases tagged. Also good to list pull requests submitted (for projects using signed tags for pull reqs).

maybe also this one: git-show-unconnected = yes | no whenever to show commits which are not linked to any tag or branch.