Thread (4 messages) flat view 4 messages, 4 authors, 2016-06-15

Re: gitk highlighting commits

From: Marius Storm-Olsen <hidden>
Date: 2016-06-15 22:43:14

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

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help