gitk: Fix potential bug with fake commit IDs in renumbervarc
[gitweb.git] / gitk
2007-06-23 gitk: Add a "reset branch to here" row context-menu...
2007-06-23 gitk: Get rid of the childlist variable
2007-06-23 gitk: Speed up the reading of references
2007-06-23 gitk: Show local uncommitted changes as a fake commit
2007-06-23 gitk: New algorithm for drawing the graph lines
2007-06-23 gitk: Store ids in rowrangelist and idrowranges rather...
2007-06-23 gitk: Disable the head context menu entries for the...
2007-06-23 gitk: Cope with commit messages with carriage-returns...
2007-06-23 gitk: Implement a simple scheduler for the compute...
2007-06-23 gitk: Improve the behaviour of the initial selection
2007-06-23 gitk: Add some more comments to the optimize_rows procedure
2007-06-23 gitk: Don't try to list large numbers of tags or heads...
2007-06-23 gitk: New infrastructure for working out branches ...
2007-05-22 [PATCH] gitk: Allow specifying tabstop as other than...
2007-05-22 [PATCH] gitk: Update fontsize in patch / tree list
2007-05-22 [PATCH] gitk: Make selection highlight color configurable
2007-05-22 gitk: Use the -q flag to git checkout
2007-04-19 gitk: Allow user to choose whether to see the diff...
2007-04-01 [PATCH] Improve look-and-feel of the gitk tool.
2007-04-01 [PATCH] Teach gitk to use the user-defined UI font...
2007-03-21 [PATCH] prefer "git COMMAND" over "git-COMMAND" in...
2007-03-12 [PATCH] gitk: bind <F5> key to Update (reread commits)
2007-02-14 Make gitk save and restore window pane position on...
2007-02-14 Make gitk save and restore the user set window position.
2007-02-14 [PATCH] gitk: Use show-ref instead of ls-remote
2007-02-14 [PATCH] Make gitk work reasonably well on Cygwin.
2007-02-14 [PATCH] gitk - remove trailing whitespace from a few...
2007-02-14 Change git repo-config to git config
2007-01-13 [PATCH] Make gitk work when launched in a subdirectory
2007-01-13 [PATCH] gitk: add current directory to main window...
2006-11-23 gitk: Fix enabling/disabling of menu items on Mac OS X
2006-10-19 [PATCH] gitk: Fix nextfile() and add prevfile()
2006-08-28 gitk: Fix some bugs in the new cherry-picking code
2006-08-16 gitk: Improve responsiveness while reading and layout...
2006-08-08 gitk: Update preceding/following tag info when creating...
2006-08-06 gitk: Add a menu item for cherry-picking commits
2006-08-02 gitk: Fix a couple of buglets in the branch head menu...
2006-08-01 gitk: Add a context menu for heads
2006-08-01 gitk: Add a row context-menu item for creating a new...
2006-08-01 gitk: Recompute ancestor/descendent heads/tags when...
2006-07-17 gitk: Minor cleanups
2006-07-06 gitk: Show the currently checked-out head in bold font
2006-07-05 gitk: Allow the user to set some colors
2006-06-11 [PATCH] gitk: rereadrefs needs listrefs
2006-06-06 gitk: Re-read the descendent/ancestor tag & head info...
2006-06-04 gitk: Show branch name(s) as well, if "show nearby...
2006-06-03 gitk: Show nearby tags
2006-05-30 Merge branch 'master' into new
2006-05-30 gitk: Add a goto next/previous highlighted commit function
2006-05-29 gitk: Provide ability to highlight based on relationshi...
2006-05-26 gitk: show_error fix
2006-05-26 [PATCH] gitk: start-up bugfix
2006-05-26 [PATCH] gitk: Replace "git-" commands with "git "
2006-05-26 gitk: Fix bug in highlight stuff when no line is selected
2006-05-26 gitk: Move "pickaxe" find function to highlight facility
2006-05-25 gitk: Improve the text window search function
2006-05-24 gitk: First cut at a search function in the patch/file...
2006-05-20 gitk: Highlight paths of interest in tree view as well
2006-05-20 gitk: Highlight entries in the file list as well
2006-05-20 [PATCH] gitk: Display commit messages with word wrap
2006-05-19 Merge branch 'master' into new
2006-05-19 gitk: Fix bug where page-up/down wouldn't always work...
2006-05-19 gitk: Make a row of controls for controlling highlighting
2006-05-14 gitk: Fix display of "(...)" for parents/children we...
2006-05-02 gitk: Allow view to specify arbitrary arguments to...
2006-05-02 gitk: Fix file list display when files are renamed
2006-05-02 gitk: Basic support for highlighting one view within...
2006-04-30 gitk: Add a tree-browsing mode
2006-04-27 gitk: Use a text widget for the file list
2006-04-26 Merge branch 'new'
2006-04-25 [PATCH] gitk: Add a visual tag for remote refs
2006-04-25 gitk: add menu item for editing the current view
2006-04-25 gitk: Implement "permanent" views (stored in ~/.gitk)
2006-04-23 Merge branch 'master' into new
2006-04-23 gitk: Use git-rev-parse only to identify file/dir names...
2006-04-23 gitk: Let git-rev-list do the argument list parsing
2006-04-21 gitk: Remember the view in the history list
2006-04-17 gitk: Fix bug caused by missing commitlisted elements
2006-04-16 gitk: Don't reread git-rev-list output from scratch...
2006-04-06 gitk: Fix various bugs in the view support
2006-04-06 Merge branch 'master' into new
2006-04-06 gitk: Fix incorrect invocation of getmergediffline
2006-04-06 [PATCH] gitk: Fix searching for filenames in gitk
2006-04-06 gitk: Make File->Update work properly again
2006-04-05 [PATCH] Provide configurable UI font for gitk
2006-04-05 [PATCH] gitk: Use git wrapper to run git-ls-remote.
2006-04-05 [PATCH] gitk: add key bindings for selecting first...
2006-04-04 gitk: Add a help menu item to display key bindings
2006-04-04 [PATCH] gitk: allow goto heads
2006-04-04 gitk: Implement multiple views
2006-04-02 gitk: replace parent and children arrays with lists
2006-03-30 gitk: Better workaround for arrows on diagonal line...
2006-03-30 gitk: Allow top panes to scroll horizontally with mouse...
2006-03-30 gitk: Prevent parent link from overwriting commit headline
2006-03-30 gitk: Show diffs for boundary commits
2006-03-30 gitk: Use the new --boundary flag to git-rev-list
2006-03-21 gitk: Fix two bugs reported by users
2006-03-18 gitk: Improve appearance of first child links
2006-03-18 gitk: Make downward-pointing arrows end in vertical...
2006-03-18 gitk: Don't change cursor at end of layout if find...
next