From: "Santi Béjar" <santi@agolina.net>
To: Thomas Koch <thomas@koch.ro>
Cc: git@vger.kernel.org
Subject: Re: see commit messages on git pull
Date: Wed, 4 Feb 2009 13:39:41 +0100 [thread overview]
Message-ID: <adf1fd3d0902040439g47bdfd60s3c365efb221cab72@mail.gmail.com> (raw)
In-Reply-To: <200902041245.11242.thomas@koch.ro>
2009/2/4 Thomas Koch <thomas@koch.ro>:
> I'd like to see the commit messages of the fetched commits, when I do
> git pull. Is that possible?
>
> It would also be fine to have sth. like git log --since-last-pull ?
I have this alias:
alias.last=log @{1}.. --decorate --reverse --stat -C --no-merges
It uses the reflog to show the commits between the old HEAD (@{1}) and
the current HEAD. You can also specify the branch that you want to see
with branch@{1}..branch@{0}.
HTH,
Santi
next prev parent reply other threads:[~2009-02-04 12:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-04 11:45 see commit messages on git pull Thomas Koch
2009-02-04 12:39 ` Santi Béjar [this message]
2009-02-04 12:57 ` Bernt Hansen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=adf1fd3d0902040439g47bdfd60s3c365efb221cab72@mail.gmail.com \
--to=santi@agolina.net \
--cc=git@vger.kernel.org \
--cc=thomas@koch.ro \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox