git-gui: Allow the user to control the blame/commit split point
[gitweb.git] / lib /
2007-06-06 git-gui: Allow the user to control the blame/commit...
2007-06-06 git-gui: Show author initials in blame groups
2007-06-06 git-gui: Space the commit group continuation out in...
2007-06-06 git-gui: Cleanup minor style nit
2007-06-06 git-gui: Remove unnecessary reshow of blamed commit
2007-06-06 git-gui: Highlight the blame commit header from everyth...
2007-06-06 git-gui: Display tooltips in blame viewer
2007-06-06 git-gui: Use arror cursor in blame viewer file data
2007-06-06 git-gui: Simplify consecutive lines that come from...
2007-06-06 git-gui: Improve the coloring in blame viewer
2007-06-06 git-gui: Remove empty blank line at end of blame
2007-06-06 git-gui: Cleanup blame::new widget initialization
2007-06-06 git-gui: Add a 4 digit commit abbreviation to the blame...
2007-06-01 git-gui: Allow as few as 0 lines of diff context
2007-05-30 git-gui: Allow creating a branch when none exists
2007-05-09 git-gui: Format author/committer times in ISO format
2007-05-09 git-gui: Cleanup minor nits in blame code
2007-05-09 git-gui: Generate blame on uncommitted working tree...
2007-05-09 git-gui: Convert blame to the "class" way of doing...
2007-05-09 git-gui: Don't attempt to inline array reads in methods
2007-05-09 git-gui: Convert browser, console to "class" format
2007-05-09 git-gui: Define a simple class/method system
2007-05-09 git-gui: Allow shift-{k,j} to select a range of branche...
2007-05-08 Merge branch 'maint'
2007-05-08 git-gui: Use vi-like keys in merge dialog gitgui-0.7.0-rc1
2007-05-08 git-gui: Include commit id/subject in merge choices
2007-05-08 git-gui: Show all possible branches for merge
2007-05-08 git-gui: Move merge support into a namespace
2007-05-08 git-gui: Allow vi keys to scroll the diff/blame regions
2007-05-08 git-gui: Move console procs into their own namespace
2007-05-08 git-gui: Refactor into multiple files to save my sanity