gitk: Use git-rev-parse only to identify file/dir names on cmd line
authorPaul Mackerras <paulus@samba.org>
Sun, 23 Apr 2006 12:45:55 +0000 (22:45 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 23 Apr 2006 12:45:55 +0000 (22:45 +1000)
commita8aaf19c419a30d335f0640ab644112ecda6dd12
tree708bb2b4a3f571e7fd0fee6bc6c3173207a34cd1
parent2516dae2f63b6e6c4f7dbe2eb1322ba32da092c5
gitk: Use git-rev-parse only to identify file/dir names on cmd line

This uses git-rev-parse --no-revs --no-flags to give us just the
file and directory names on the command line, so that we can create
the "Command line" view if any were specified.  All other arguments
just get passed to git-rev-list (without a pass through git-rev-parse).

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk