Merge branch 'maint'
[gitweb.git] / lib /
2007-06-01 Merge branch 'maint'
2007-06-01 git-gui: Allow as few as 0 lines of diff context
2007-05-30 Merge branch 'maint'
2007-05-30 git-gui: Allow creating a branch when none exists
2007-05-28 git-gui: Expose the merge.diffstat configuration option
2007-05-28 git-gui: Allow users to delete remote branches
2007-05-28 git-gui: Allow users to rename branches through 'branch -m'
2007-05-28 git-gui: Show the git-gui library path in 'About git...
2007-05-28 git-gui: GUI support for running 'git remote prune...
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