Git development
 help / color / mirror / Atom feed
* git-rev-list feature request
@ 2006-03-10  1:07 Paul Mackerras
  2006-03-10  3:56 ` Linus Torvalds
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Mackerras @ 2006-03-10  1:07 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Hi,

I'd like to implement a new features in gitk to enable it to show the
relationship of a given commit to the tags and other references.  What
I would like is for git-rev-list to be able to output a dense graph
containing only one or more specified commits plus all the commits
that have a reference (i.e. a file under $GIT_DIR/refs that contains
their SHA1 ID), plus the merges that are needed to complete the
graph.

It would be nice also to be able to combine that with the existing
ability to output a dense graph containing the commits that modify a
specified set of files or directories.

In other words, I would like to be able to select any combination of
(a) some explicitly specified commits
(b) commits that have a reference
(c) commits that affect specified files or directories

and have git-rev-list output a graph that shows the relationship of
those commits.

Possible?

Thanks,
Paul.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-03-10  5:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-10  1:07 git-rev-list feature request Paul Mackerras
2006-03-10  3:56 ` Linus Torvalds
2006-03-10  4:27   ` Junio C Hamano
2006-03-10  4:46     ` Linus Torvalds
2006-03-10  4:50   ` Paul Mackerras
2006-03-10  5:14     ` Linus Torvalds
2006-03-10  5:16       ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox