summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-07-09git-gui: Extract blame viewer status bar into mega-widgetShawn O. Pearce
2007-07-09git-gui: Allow double-click in checkout dialog to start checkoutShawn O. Pearce
2007-07-09git-gui: Default selection to first matching refShawn O. Pearce
2007-07-09git-gui: Refactor branch switch to support detached headShawn O. Pearce
2007-07-09git-gui: Refactor our ui_status_value update techniqueShawn O. Pearce
2007-07-09git-gui: Automatically refresh tracking branches when neededShawn O. Pearce
2007-07-09git-gui: Option to default new branches to match tracking branchesShawn O. Pearce
2007-07-09git-gui: Sort tags descending by tagger dateShawn O. Pearce
2007-07-09git-gui: Enhance choose_rev to handle hundreds of branchesShawn O. Pearce
2007-07-09git-gui: Fast-forward existing branch in branch create dialogShawn O. Pearce
2007-07-09git-gui: Allow users to match remote branch names locallyShawn O. Pearce
2007-07-09git-gui: Maintain remote and source ref for tracking branchesShawn O. Pearce
2007-07-09git-gui: Optimize for newstyle refs/remotes layoutShawn O. Pearce
2007-07-09git-gui: Refactor the delete branch dialog to use class systemShawn O. Pearce
2007-07-09git-gui: Abstract the revision picker into a mega widgetShawn O. Pearce
2007-07-09git-gui: Teach class system to support [$this cmd] syntaxShawn O. Pearce
2007-07-09Merge branch 'maint'Shawn O. Pearce
2007-07-09git-gui: Skip nicknames when selecting author initialsShawn O. Pearce
2007-07-09git-gui: use "blame -w -C -C" for "where did it come from, originally?"Junio C Hamano
2007-07-08git-gui: Honor rerere.enabled configuration optionShawn O. Pearce
2007-07-06Merge branch 'maint'Shawn O. Pearce
2007-07-06git-gui: Ensure windows shortcuts always have .bat extensionShawn O. Pearce
2007-07-05git-gui: Correct resizing of remote branch delete dialogShawn O. Pearce
2007-07-04git-gui: Start blame windows as tall as possibleShawn O. Pearce
2007-07-04Merge branch 'maint'Shawn O. Pearce
2007-07-04git-gui: Unlock the index when cancelling merge dialogShawn O. Pearce
2007-06-27Merge branch 'maint'Shawn O. Pearce
2007-06-27git-gui: Don't nice git blame on MSYS as nice is not supportedShawn O. Pearce
2007-06-21Merge branch 'maint'Shawn O. Pearce
2007-06-21git-gui: Bind Tab/Shift-Tab to cycle between panes in blameShawn O. Pearce
2007-06-12Merge branch 'maint'Shawn O. Pearce
2007-06-12git-gui: Save geometry before the window layout is damagedShawn O. Pearce
2007-06-11Merge branch 'maint'Shawn O. Pearce
2007-06-11git-gui: Include 'war on whitespace' fixes from git.gitShawn O. Pearce
2007-06-11Merge branch 'maint'Shawn O. Pearce
2007-06-08git-gui: Changed blame header bar background to match main windowgitgui-0.7.3Shawn O. Pearce
2007-06-06git-gui: Favor the original annotations over the recent onesShawn O. Pearce
2007-06-06git-gui: Improve our labeling of blame annotation typesShawn O. Pearce
2007-06-06git-gui: Use three colors for the blame viewer backgroundShawn O. Pearce
2007-06-06git-gui: Jump to original line in blame viewerShawn O. Pearce
2007-06-06git-gui: Display both commits in our tooltipsShawn O. Pearce
2007-06-06git-gui: Run blame twice on the same file and display both outputsShawn O. Pearce
2007-06-06git-gui: Display the "Loading annotation..." message in italicShawn O. Pearce
2007-06-06git-gui: Rename fields in blame viewer to better descriptionsShawn O. Pearce
2007-06-06git-gui: Label the uncommitted blame history entryShawn O. Pearce
2007-06-06git-gui: Switch internal blame structure to Tcl listsShawn O. Pearce
2007-06-06git-gui: Cleanup redundant column management in blame viewerShawn O. Pearce
2007-06-06git-gui: Better document our blame variablesShawn O. Pearce
2007-06-06git-gui: Remove unused commit_list from blame viewerShawn O. Pearce
2007-06-06git-gui: Automatically expand the line number column as neededShawn O. Pearce