git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marius Storm-Olsen <marius@trolltech.com>
To: picca <picca@synchrotron-soleil.Fr>
Cc: git@vger.kernel.org
Subject: Re: gitk highlighting commits
Date: Fri, 08 Jun 2007 08:55:17 +0200	[thread overview]
Message-ID: <4668FD55.9030604@trolltech.com> (raw)
In-Reply-To: <20070608084501.1b66f16a@localhost.localdomain>

[-- Attachment #1: Type: text/plain, Size: 686 bytes --]

picca said the following on 08.06.2007 08:45:
> Hello
> 
> I am using git to follow the wine development. And I wondering if it
> is possible to highlight all the commit since my last git pull ?
> 
> Indeed there is so many commits that I can not remenber the
> last one I red before I did this git pull.

You _could_ do:
Simply use a tag to mark the HEAD commit before you do the next pull.
     git tag LastReadCommit
(HEAD is implicit on the tag command)
The tag will then be displayed in gitk, so you know where you left 
off. Then, when you're done, simply move the tag to the new HEAD.
     git tag -d LastReadCommit
     git tag LastReadCommit

-- 
.marius


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 187 bytes --]

  reply	other threads:[~2007-06-08  6:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-08  6:45 gitk highlighting commits picca
2007-06-08  6:55 ` Marius Storm-Olsen [this message]
2007-06-08  6:57 ` Shawn O. Pearce
2007-06-08 21:11   ` Jan Hudec

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=4668FD55.9030604@trolltech.com \
    --to=marius@trolltech.com \
    --cc=git@vger.kernel.org \
    --cc=picca@synchrotron-soleil.Fr \
    /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;
as well as URLs for NNTP newsgroup(s).