add --author= ?? (You will need to know your own name ;-)
  ----- Original Message ----- 
  From: git_it_2020 
  To: Git for human beings 
  Cc: [email protected] 
  Sent: Wednesday, December 07, 2016 11:45 PM
  Subject: Re: [git-users] git command to get all branches I've merged into 
develop since a given date?


  1 problem with the approach that you mentioned is that it returns a list of 
all merges made into develop made by everyone on the team.  Not just me.  Do 
you know how I can restrict the list to only those merges made by me?

  On Wednesday, December 7, 2016 at 4:36:15 PM UTC-7, Philip Oakley wrote:
    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.

-- 
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.

Reply via email to