Merge git://git.kernel.org/pub/scm/gitk/gitk
authorJunio C Hamano <junkio@cox.net>
Wed, 3 May 2006 03:07:14 +0000 (20:07 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 May 2006 03:07:14 +0000 (20:07 -0700)
commit3d990f110c2e5b8df83f6ab3ef83497f43c7fd47
tree9ffdd8bc09114250830ed24896f2a6defed263c4
parent782b3b6aafe8d2d270a5f6153c183e1bde7a030a
parent098dd8a34b43ea1317527ca1a3354aae9f3704b5
Merge git://git.kernel.org/pub/scm/gitk/gitk

* git://git.kernel.org/pub/scm/gitk/gitk:
  gitk: Allow view to specify arbitrary arguments to git-rev-list
  gitk: Fix file list display when files are renamed
  gitk: Basic support for highlighting one view within another
  gitk: Add a tree-browsing mode
  gitk: Use a text widget for the file list
  gitk: add menu item for editing the current view
  gitk: Implement "permanent" views (stored in ~/.gitk)
  gitk: Use git-rev-parse only to identify file/dir names on cmd line
  gitk: Remember the view in the history list
  gitk: Don't reread git-rev-list output from scratch on view switch
  gitk: Fix various bugs in the view support
  gitk: Make File->Update work properly again
  gitk: Implement multiple views
  [PATCH] gitk: Add a visual tag for remote refs