From: Paul Mackerras <paulus@samba.org>
To: git@vger.kernel.org
Subject: gitk highlighting descendents/ancestors
Date: Mon, 29 May 2006 22:35:06 +1000 [thread overview]
Message-ID: <17530.60026.636981.60532@cargo.ozlabs.ibm.com> (raw)
I have implemented a feature in gitk (on the "new" branch) where it
can highlight the commits that are, or are not, descendents or
ancestors of the selected commit. For now it is invoked via a
drop-down menu. Does this look useful to people?
At the moment, if you select "Not descendent" then the selected
commit and all the commits below it will be highlighted (since they
can't be descendents of the selected commit). Similarly if you select
"Not ancestor" then the selected commit and all commits above it are
highlighted. That's technically correct but doesn't seem very useful;
maybe I should suppress those highlights.
Also, whatever matches the string put in the "Find" field will be
highlighted. I have taken out the "Files" and "Pickaxe" options in
the Find function, and put the pickaxe function into a new drop-down
menu for the highlighting function. I have code ready to go for
shift-up and shift-down to move to the previous/next highlighted row,
once Junio applies my tiny patch to builtin-diff-tree.c.
Paul.
next reply other threads:[~2006-05-29 12:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-29 12:35 Paul Mackerras [this message]
2006-05-29 12:55 ` gitk highlighting descendents/ancestors Matthias Kestenholz
-- strict thread matches above, loose matches on Subject: below --
2008-07-24 0:12 Matt Seitz (matseitz)
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=17530.60026.636981.60532@cargo.ozlabs.ibm.com \
--to=paulus@samba.org \
--cc=git@vger.kernel.org \
/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).