Code

git.git
2007-06-27 Shawn O. Pearcegit-gui: Don't require a .pvcsrc to create Tools/Migrat... gitgui-0.7.4
2007-06-27 Shawn O. Pearcegit-gui: Don't nice git blame on MSYS as nice is not...
2007-06-22 Shawn O. Pearcegit-gui: Don't require $DISPLAY just to get --version
2007-06-21 Shawn O. Pearcegit-gui: Bind Tab/Shift-Tab to cycle between panes...
2007-06-21 Shawn O. Pearcegit-gui: Correctly install to /usr/bin on Cygwin
2007-06-12 Shawn O. Pearcegit-gui: Save geometry before the window layout is...
2007-06-11 Shawn O. Pearcegit-gui: Give amend precedence to HEAD over MERGE_MSG
2007-06-11 Shawn O. Pearcegit-gui: Include 'war on whitespace' fixes from git.git
2007-06-08 Shawn O. Pearcegit-gui: Changed blame header bar background to match... gitgui-0.7.3
2007-06-06 Shawn O. Pearcegit-gui: Favor the original annotations over the recent...
2007-06-06 Shawn O. Pearcegit-gui: Improve our labeling of blame annotation types
2007-06-06 Shawn O. Pearcegit-gui: Use three colors for the blame viewer background
2007-06-06 Shawn O. Pearcegit-gui: Jump to original line in blame viewer
2007-06-06 Shawn O. Pearcegit-gui: Display both commits in our tooltips
2007-06-06 Shawn O. Pearcegit-gui: Run blame twice on the same file and display...
2007-06-06 Shawn O. Pearcegit-gui: Display the "Loading annotation..." message...
2007-06-06 Shawn O. Pearcegit-gui: Rename fields in blame viewer to better descri...
2007-06-06 Shawn O. Pearcegit-gui: Label the uncommitted blame history entry
2007-06-06 Shawn O. Pearcegit-gui: Switch internal blame structure to Tcl lists
2007-06-06 Shawn O. Pearcegit-gui: Cleanup redundant column management in blame...
2007-06-06 Shawn O. Pearcegit-gui: Better document our blame variables
2007-06-06 Shawn O. Pearcegit-gui: Remove unused commit_list from blame viewer
2007-06-06 Shawn O. Pearcegit-gui: Automatically expand the line number column...
2007-06-06 Shawn O. Pearcegit-gui: Make the line number column slightly wider...
2007-06-06 Shawn O. Pearcegit-gui: Use lighter colors in blame view
2007-06-06 Shawn O. Pearcegit-gui: Remove unnecessary space between columns in...
2007-06-06 Shawn O. Pearcegit-gui: Remove the loaded column from the blame viewer
2007-06-06 Shawn O. Pearcegit-gui: Clip the commit summaries in the blame history...
2007-06-06 Shawn O. Pearcegit-gui: Use a label instead of a button for the back...
2007-06-06 Shawn O. Pearcegit-gui: Show original filename in blame tooltip
2007-06-06 Shawn O. Pearcegit-gui: Combine blame groups only if commit and filena...
2007-06-06 Shawn O. Pearcegit-gui: Allow digging through history in blame viewer
2007-06-06 Shawn O. Pearcegit-gui: Display a progress bar during blame annotation...
2007-06-06 Shawn O. Pearcegit-gui: Allow the user to control the blame/commit...
2007-06-06 Shawn O. Pearcegit-gui: Show author initials in blame groups
2007-06-06 Shawn O. Pearcegit-gui: Space the commit group continuation out in...
2007-06-06 Shawn O. Pearcegit-gui: Cleanup minor style nit
2007-06-06 Shawn O. Pearcegit-gui: Remove unnecessary reshow of blamed commit
2007-06-06 Shawn O. Pearcegit-gui: Highlight the blame commit header from everyth...
2007-06-06 Shawn O. Pearcegit-gui: Display tooltips in blame viewer
2007-06-06 Shawn O. Pearcegit-gui: Use arror cursor in blame viewer file data
2007-06-06 Shawn O. Pearcegit-gui: Simplify consecutive lines that come from...
2007-06-06 Shawn O. Pearcegit-gui: Improve the coloring in blame viewer
2007-06-06 Shawn O. Pearcegit-gui: Remove empty blank line at end of blame
2007-06-06 Shawn O. Pearcegit-gui: Cleanup blame::new widget initialization
2007-06-06 Shawn O. Pearcegit-gui: Add a 4 digit commit abbreviation to the blame...
2007-06-06 Matthijs MelchiorNew selection indication and softer colors
2007-06-03 Shawn O. PearceRevert "Make the installation target of git-gui a littl...
2007-06-03 Shawn O. Pearcegit-gui: Verify Tcl/Tk is new enough for our needs
2007-06-02 Shawn O. Pearcegit-gui: Attach font_ui to all spinbox widgets
2007-06-02 Shawn O. Pearcegit-gui: Don't quit when we destroy a child widget
2007-06-02 Alex RiesenMake the installation target of git-gui a little less...
2007-06-01 Shawn O. Pearcegit-gui: Allow as few as 0 lines of diff context
2007-05-30 Shawn O. Pearcegit-gui: Allow creating a branch when none exists
2007-05-27 Shawn O. Pearcegit-gui: Guess our share/git-gui/lib path at runtime... gitgui-0.7.2
2007-05-24 Shawn O. PearceCorrect key bindings to Control-<foo>
2007-05-22 Shawn O. Pearcegit-gui: Tighten internal pattern match for lib/ directory
2007-05-17 Shawn O. Pearcegit-gui: Gracefully handle bad TCL_PATH at compile... gitgui-0.7.1
2007-05-10 Shawn O. Pearcegit gui 0.7.0 gitgui-0.7.0
2007-05-10 Shawn O. Pearcegit-gui: Paperbag fix blame in subdirectory
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: Smarter command line parsing for browser,...
2007-05-09 Shawn O. Pearcegit-gui: Use prefix if blame is run in a subdirectory
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 Johannes Sixtgit-gui: Call changes "Staged" and "Unstaged" in file...
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
2007-05-02 Shawn O. Pearcegit-gui: Track our own embedded values and rebuild...
2007-05-02 Shawn O. Pearcegit-gui: Refactor to use our git proc more often
2007-05-02 Shawn O. Pearcegit-gui: Use option database defaults to set the font
2007-05-02 Shawn O. Pearcegit-gui: Cleanup common font handling for font_ui
2007-05-02 Shawn O. Pearcegit-gui: Correct line wrapping for too many branch...
2007-05-02 Shawn O. Pearcegit-gui: Warn users before making an octopus merge
2007-05-02 Shawn O. Pearcegit-gui: Include the subject in the status bar after...
2007-05-02 Shawn O. PearceMerge branch 'maint'
2007-05-02 Shawn O. Pearcegit-gui: Allow spaces in path to 'wish'
2007-04-24 Shawn O. Pearcegit-gui: Correctly handle UTF-8 encoded commit messages
2007-04-17 Junio C Hamanogit-gui: Honor TCLTK_PATH if supplied
2007-04-17 Shawn O. PearceRevert "Allow wish interpreter to be defined with TCLTK...
2007-04-15 Shawn O. Pearcegit-gui: Display the directory basename in the title
2007-04-15 Shawn O. PearceMerge branch 'er/ui'
2007-04-04 Shawn O. Pearcegit-gui: Brown paper bag fix division by 0 in blame
2007-04-04 Shawn O. PearceAlways bind the return key to the default button
2007-04-04 Eygene RyabinkinDo not break git-gui messages into multiple lines.
2007-04-04 Eygene RyabinkinImprove look-and-feel of the git-gui tool.
2007-04-04 Eygene RyabinkinTeach git-gui to use the user-defined UI font everywhere.
2007-04-04 Eygene RyabinkinAllow wish interpreter to be defined with TCLTK_PATH
2007-03-12 Shawn O. PearceMerge branch 'maint' gitgui-0.6.5
next