Isn't that something like git log --merges --first-parent --since=<date>
assuming you are on the master branch. Check you manual for details, add --oneline to taste. Philip ----- Original Message ----- From: git_it_2020 To: Git for human beings Sent: Wednesday, December 07, 2016 11:27 PM Subject: [git-users] git command to get all branches I've merged into develop since a given date? I need to provide a list of all branches I've merged into develop since a given date. Can you recommend a git command that will do this? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
