source_optics
source_optics copied to clipboard
branch tracking
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
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