Re: git merge --date --author

2014-03-10 Thread Yann Droneaud
Hi, Le vendredi 07 mars 2014 à 11:43 -0800, Junio C Hamano a écrit : > Andreas Schwab writes: > > > Yann Droneaud writes: > > > >> But I'd like to know if there's a specific reason for git merge to not > >> support --date and --author ? > > > > It's rather unusual that a merge is performed on b

Re: git merge --date --author

2014-03-07 Thread Junio C Hamano
Andreas Schwab writes: > Yann Droneaud writes: > >> But I'd like to know if there's a specific reason for git merge to not >> support --date and --author ? > > It's rather unusual that a merge is performed on behalf of a different > author. Yes. Michael's "Nobody bothered to implement it" is a

Re: git merge --date --author

2014-03-07 Thread Andreas Schwab
Yann Droneaud writes: > But I'd like to know if there's a specific reason for git merge to not > support --date and --author ? It's rather unusual that a merge is performed on behalf of a different author. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53

Re: git merge --date --author

2014-03-07 Thread Michael Haggerty
On 03/07/2014 11:30 AM, Yann Droneaud wrote: > I was trying to rebuild some history and found myself trying to use some > options with git merge which are available in git commit: > > git merge \ > --date "2013-12-31 23:59:59 +" \ > --author "Happy New Year " \ > current-year >

git merge --date --author

2014-03-07 Thread Yann Droneaud
Hi, I was trying to rebuild some history and found myself trying to use some options with git merge which are available in git commit: git merge \ --date "2013-12-31 23:59:59 +" \ --author "Happy New Year " \ current-year But unfortunately, unlike git commit, git merge doesn'