Go to file
Paul Mackerras 5be25a8f85 gitk: Fix handling of flag arguments
Despite the name, the --revs-only flag to git rev-parse doesn't make
it output only revision IDs.  It makes it output only arguments that
are suitable for giving to git rev-list.  So make start_rev_list and
updatecommits cope with arguments output by git rev-parse that aren't
revision IDs.  This way we won't get an error when an argument such as
"-300" has been given to gitk and the view is updated.

Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-01-10 21:44:39 +11:00
po [PATCH] gitk: Update German translation 2008-01-09 14:13:22 +11:00
gitk gitk: Fix handling of flag arguments 2008-01-10 21:44:39 +11:00
Makefile [PATCH] gitk: Update and fix Makefile 2008-01-09 14:12:18 +11:00