Michele Calgaro via tde-devels wrote: >> I see that some of the branches were fastforwarded, so it is even harder >> to do it manually >> >> How is this done the PRO way? >> > > Hi Emanoil, you can use the graph functionality in git to see the path of > each branch. By looking at where the branches started, you should be able > to at least know where you starter. Of course that may not be enough, but > at least it is a start. > > You can read here or google for other sites... There is plenty of info out > there :-) > https://stackoverflow.com/questions/1057564/pretty-git-branch-graphs > > cheers > Michele If someone reads this in the future, I found following pretty useful git log --graph --date-order -C -M --pretty=format:"<%h> %ad [%an] %C(auto)%h%C(auto) %C(dim white) %s" --all --date=short ____________________________________________________ tde-devels mailing list -- devels@xxxxxxxxxxxxxxxxxx To unsubscribe send an email to devels-leave@xxxxxxxxxxxxxxxxxx Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@xxxxxxxxxxxxxxxxxx