source_optics icon indicating copy to clipboard operation
source_optics copied to clipboard

branch tracking

Open mpdehaan opened this issue 5 years ago • 1 comments

a major point of the app is to track work/effort regardless of branch, but it would be nice in the commit feed to see the first branch where something appeared -- is this possible to get in "git log" as we use it? If so, consider adding for display purposes - and also it is probably useful for stats... We could even graph all branches on the same graph

mpdehaan avatar Sep 19 '19 17:09 mpdehaan

looks like we can get this with "%d" in the git log "pretty" format, and should try this out:

https://stackoverflow.com/questions/1841405/how-can-i-show-the-name-of-branches-in-git-log

mpdehaan avatar Sep 30 '19 18:09 mpdehaan