Hacker News new | past | comments | ask | show | jobs | submit login

What command is that flag intended for?



git merge


Git will provide you with a default message for git merge without specifying any flags. This message includes the branch being merged. I don't think there is support in git to view history with the branches being marked explicitly. However, you can get something similar with:

    git log --pretty --oneline --graph --topo-order
That should at least group commits roughly by branch. Did that answer what you were asking?




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: