Re: gitk highlighting commits

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux