Code

git-gui: Format author/committer times in ISO format
[git.git] / lib /
2007-05-09 Shawn O. Pearcegit-gui: Format author/committer times in ISO format
2007-05-09 Shawn O. Pearcegit-gui: Cleanup minor nits in blame code
2007-05-09 Shawn O. Pearcegit-gui: Generate blame on uncommitted working tree...
2007-05-09 Shawn O. Pearcegit-gui: Convert blame to the "class" way of doing...
2007-05-09 Shawn O. Pearcegit-gui: Don't attempt to inline array reads in methods
2007-05-09 Shawn O. Pearcegit-gui: Convert browser, console to "class" format
2007-05-09 Shawn O. Pearcegit-gui: Define a simple class/method system
2007-05-09 Shawn O. Pearcegit-gui: Allow shift-{k,j} to select a range of branche...
2007-05-08 Shawn O. PearceMerge branch 'maint'
2007-05-08 Shawn O. Pearcegit-gui: Use vi-like keys in merge dialog gitgui-0.7.0-rc1
2007-05-08 Shawn O. Pearcegit-gui: Include commit id/subject in merge choices
2007-05-08 Shawn O. Pearcegit-gui: Show all possible branches for merge
2007-05-08 Shawn O. Pearcegit-gui: Move merge support into a namespace
2007-05-08 Shawn O. Pearcegit-gui: Allow vi keys to scroll the diff/blame regions
2007-05-08 Shawn O. Pearcegit-gui: Move console procs into their own namespace
2007-05-08 Shawn O. Pearcegit-gui: Refactor into multiple files to save my sanity