On Mo, 30 Okt 2017, Marius Gedminas wrote:
> On Sat, Oct 28, 2017 at 02:50:48AM +0200, Tony Mechelynck wrote:
> > On Thu, Oct 26, 2017 at 7:19 PM, tooth pik <[email protected]> wrote:
> > > you don't use git?
> > >
> > No I don't, not for Vim anyway. Somehow I understand Mercurial but not
> > git, so given a choice between them I always choose Mercurial. (For
> > instance, does git have a specific function to list incoming
> > changesets, other than "git pull --dry-run"? I like the "log-style"
> > format of "hg incoming".)
>
> I've a git alias `incoming` for this:
>
> # ~/.gitconfig
> [alias]
> incoming = !git fetch && git log --oneline ..@{u}
>
> (I do not remember what the format of `hg incoming` is.)
So do it :)
However, one might also want to check git shortlog
Christian
--
Das Leben besteht in dem, was ein Mensch den ganzen Tag über denkt.
-- Ralph Waldo Emerson
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" 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.