Quieting ``mr`` output

Michael Henry vcs-home at drmikehenry.com
Sun Nov 8 23:33:19 CET 2015


On 11/05/2015 11:56 AM, Félix Sipma wrote:
> Hi!
>
> I just came to a solution which seems good for "mr -m update" (at least
> for my use case). It might interest someone else :-).
>
> [DEFAULT]
> git_update =
>     git fetch origin
>     git log HEAD..origin/master --oneline

I could see that being convenient in cases where you
don't want to automatically merge the fetched changes.
I like seeing the different ways people manage their
workflows.

Thanks,
Michael Henry



More information about the vcs-home mailing list