summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-06-27git-gui: Don't require a .pvcsrc to create Tools/Migrate menu hackgitgui-0.7.4Shawn O. Pearce1-2/+1
2007-06-27git-gui: Don't nice git blame on MSYS as nice is not supportedShawn O. Pearce1-1/+5
2007-06-22git-gui: Don't require $DISPLAY just to get --versionShawn O. Pearce2-7/+8
2007-06-20git-gui: Bind Tab/Shift-Tab to cycle between panes in blameShawn O. Pearce1-1/+5
2007-06-20git-gui: Correctly install to /usr/bin on CygwinShawn O. Pearce1-1/+7
2007-06-11git-gui: Save geometry before the window layout is damagedShawn O. Pearce6-9/+26
2007-06-11git-gui: Give amend precedence to HEAD over MERGE_MSGShawn O. Pearce1-1/+2
2007-06-11git-gui: Include 'war on whitespace' fixes from git.gitShawn O. Pearce2-3/+0
2007-06-08git-gui: Changed blame header bar background to match main windowgitgui-0.7.3Shawn O. Pearce1-7/+7
2007-06-06git-gui: Favor the original annotations over the recent onesShawn O. Pearce1-9/+13
2007-06-06git-gui: Improve our labeling of blame annotation typesShawn O. Pearce1-4/+6
2007-06-06git-gui: Use three colors for the blame viewer backgroundShawn O. Pearce1-19/+61
2007-06-06git-gui: Jump to original line in blame viewerShawn O. Pearce1-13/+42
2007-06-06git-gui: Display both commits in our tooltipsShawn O. Pearce1-58/+72
2007-06-06git-gui: Run blame twice on the same file and display both outputsShawn O. Pearce1-63/+113
2007-06-06git-gui: Display the "Loading annotation..." message in italicShawn O. Pearce3-1/+12
2007-06-06git-gui: Rename fields in blame viewer to better descriptionsShawn O. Pearce1-58/+58
2007-06-06git-gui: Label the uncommitted blame history entryShawn O. Pearce1-0/+2
2007-06-06git-gui: Switch internal blame structure to Tcl listsShawn O. Pearce1-30/+39
2007-06-06git-gui: Cleanup redundant column management in blame viewerShawn O. Pearce1-75/+46
2007-06-06git-gui: Better document our blame variablesShawn O. Pearce1-32/+34
2007-06-06git-gui: Remove unused commit_list from blame viewerShawn O. Pearce1-4/+1
2007-06-06git-gui: Automatically expand the line number column as neededShawn O. Pearce1-0/+7
2007-06-06git-gui: Make the line number column slightly wider in blameShawn O. Pearce1-1/+1
2007-06-06git-gui: Use lighter colors in blame viewShawn O. Pearce1-2/+3
2007-06-06git-gui: Remove unnecessary space between columns in blame viewerShawn O. Pearce1-1/+10
2007-06-06git-gui: Remove the loaded column from the blame viewerShawn O. Pearce1-27/+3
2007-06-06git-gui: Clip the commit summaries in the blame history menuShawn O. Pearce1-0/+3
2007-06-06git-gui: Use a label instead of a button for the back buttonShawn O. Pearce1-2/+6
2007-06-06git-gui: Show original filename in blame tooltipShawn O. Pearce1-0/+7
2007-06-06git-gui: Combine blame groups only if commit and filename matchShawn O. Pearce1-3/+9
2007-06-06git-gui: Allow digging through history in blame viewerShawn O. Pearce1-30/+188
2007-06-06git-gui: Display a progress bar during blame annotation gatheringShawn O. Pearce1-8/+20
2007-06-06git-gui: Allow the user to control the blame/commit split pointShawn O. Pearce1-25/+79
2007-06-06git-gui: Show author initials in blame groupsShawn O. Pearce1-11/+47
2007-06-06git-gui: Space the commit group continuation out in blame viewShawn O. Pearce1-3/+3
2007-06-06git-gui: Cleanup minor style nitShawn O. Pearce1-1/+1
2007-06-06git-gui: Remove unnecessary reshow of blamed commitShawn O. Pearce1-6/+0
2007-06-06git-gui: Highlight the blame commit header from everything elseShawn O. Pearce1-5/+23
2007-06-06git-gui: Display tooltips in blame viewerShawn O. Pearce1-1/+125
2007-06-06git-gui: Use arror cursor in blame viewer file dataShawn O. Pearce1-0/+3
2007-06-06git-gui: Simplify consecutive lines that come from the same commitShawn O. Pearce1-3/+22
2007-06-06git-gui: Improve the coloring in blame viewerShawn O. Pearce1-46/+30
2007-06-06git-gui: Remove empty blank line at end of blameShawn O. Pearce1-4/+9
2007-06-06git-gui: Cleanup blame::new widget initializationShawn O. Pearce1-39/+38
2007-06-06git-gui: Add a 4 digit commit abbreviation to the blame viewerShawn O. Pearce1-2/+40
2007-06-06New selection indication and softer colorsMatthijs Melchior1-10/+8
2007-06-02Revert "Make the installation target of git-gui a little less chatty"Shawn O. Pearce1-14/+6
2007-06-02git-gui: Verify Tcl/Tk is new enough for our needsShawn O. Pearce1-0/+16
2007-06-02git-gui: Attach font_ui to all spinbox widgetsShawn O. Pearce1-1/+1
2007-06-01git-gui: Don't quit when we destroy a child widgetShawn O. Pearce1-1/+1
2007-06-01Make the installation target of git-gui a little less chattyAlex Riesen1-6/+14
2007-05-31git-gui: Allow as few as 0 lines of diff contextShawn O. Pearce3-5/+5
2007-05-30git-gui: Allow creating a branch when none existsShawn O. Pearce1-6/+8
2007-05-27git-gui: Guess our share/git-gui/lib path at runtime if possiblegitgui-0.7.2Shawn O. Pearce2-4/+16
2007-05-24Correct key bindings to Control-<foo>Shawn O. Pearce1-6/+3
2007-05-22git-gui: Tighten internal pattern match for lib/ directoryShawn O. Pearce1-1/+1
2007-05-17git-gui: Gracefully handle bad TCL_PATH at compile timegitgui-0.7.1Shawn O. Pearce2-4/+44
2007-05-10git gui 0.7.0gitgui-0.7.0Shawn O. Pearce1-1/+1
2007-05-10git-gui: Paperbag fix blame in subdirectoryShawn O. Pearce1-1/+1
2007-05-09git-gui: Format author/committer times in ISO formatShawn O. Pearce1-4/+10
2007-05-09git-gui: Cleanup minor nits in blame codeShawn O. Pearce1-17/+18
2007-05-08git-gui: Generate blame on uncommitted working tree fileShawn O. Pearce2-11/+25
2007-05-08git-gui: Smarter command line parsing for browser, blameShawn O. Pearce1-9/+47
2007-05-08git-gui: Use prefix if blame is run in a subdirectoryShawn O. Pearce1-3/+9
2007-05-08git-gui: Convert blame to the "class" way of doing thingsShawn O. Pearce3-133/+123
2007-05-08git-gui: Don't attempt to inline array reads in methodsShawn O. Pearce1-1/+2
2007-05-08git-gui: Convert browser, console to "class" formatShawn O. Pearce6-185/+139
2007-05-08git-gui: Define a simple class/method systemShawn O. Pearce2-1/+157
2007-05-08git-gui: Allow shift-{k,j} to select a range of branches to mergeShawn O. Pearce1-0/+2
2007-05-08Merge branch 'maint'Shawn O. Pearce1-2/+2
2007-05-08git-gui: Call changes "Staged" and "Unstaged" in file list titles.Johannes Sixt1-2/+2
2007-05-07git-gui: Use vi-like keys in merge dialoggitgui-0.7.0-rc1Shawn O. Pearce1-6/+14
2007-05-07git-gui: Include commit id/subject in merge choicesShawn O. Pearce1-45/+54
2007-05-07git-gui: Show all possible branches for mergeShawn O. Pearce1-7/+13
2007-05-07git-gui: Move merge support into a namespaceShawn O. Pearce2-16/+21
2007-05-07git-gui: Allow vi keys to scroll the diff/blame regionsShawn O. Pearce2-0/+23
2007-05-07git-gui: Move console procs into their own namespaceShawn O. Pearce4-39/+57
2007-05-07git-gui: Refactor into multiple files to save my sanityShawn O. Pearce17-3792/+3836
2007-05-02git-gui: Track our own embedded values and rebuild when they changeShawn O. Pearce2-2/+16
2007-05-02git-gui: Refactor to use our git proc more oftenShawn O. Pearce1-11/+12
2007-05-02git-gui: Use option database defaults to set the fontShawn O. Pearce1-256/+114
2007-05-02git-gui: Cleanup common font handling for font_uiShawn O. Pearce1-38/+21
2007-05-02git-gui: Correct line wrapping for too many branch messageShawn O. Pearce1-5/+2
2007-05-02git-gui: Warn users before making an octopus mergeShawn O. Pearce1-0/+13
2007-05-02git-gui: Include the subject in the status bar after commitShawn O. Pearce1-3/+4
2007-05-02Merge branch 'maint'Shawn O. Pearce1-1/+1
2007-05-02git-gui: Allow spaces in path to 'wish'Shawn O. Pearce1-1/+1
2007-04-24git-gui: Correctly handle UTF-8 encoded commit messagesShawn O. Pearce1-20/+26
2007-04-17git-gui: Honor TCLTK_PATH if suppliedJunio C Hamano1-0/+4
2007-04-17Revert "Allow wish interpreter to be defined with TCLTK_PATH"Shawn O. Pearce1-3/+0
2007-04-15git-gui: Display the directory basename in the titleShawn O. Pearce1-1/+1
2007-04-15Merge branch 'er/ui'Shawn O. Pearce2-69/+83
2007-04-04git-gui: Brown paper bag fix division by 0 in blameShawn O. Pearce1-4/+6
2007-04-04Always bind the return key to the default buttonShawn O. Pearce1-0/+2
2007-04-04Do not break git-gui messages into multiple lines.Eygene Ryabinkin1-46/+18
2007-04-04Improve look-and-feel of the git-gui tool.Eygene Ryabinkin1-4/+15
2007-04-04Teach git-gui to use the user-defined UI font everywhere.Eygene Ryabinkin1-19/+45
2007-04-04Allow wish interpreter to be defined with TCLTK_PATHEygene Ryabinkin1-0/+3
2007-03-12Merge branch 'maint'gitgui-0.6.5Shawn O. Pearce4-156/+15
2007-03-12git-gui: Allow 'git gui version' outside of a repositorygitgui-0.6.4Shawn O. Pearce1-7/+5
2007-03-12git-gui: Revert "git-gui: Display all authors of git-gui."Shawn O. Pearce4-135/+9
2007-03-12git-gui: Revert "Don't modify CREDITS-FILE if it hasn't changed."Shawn O. Pearce1-19/+6
2007-03-12git-gui: Allow committing empty mergesShawn O. Pearce1-1/+1
2007-03-06git-gui: Support of "make -s" in: do not output anything of the build itselfAlex Riesen1-0/+5
2007-03-06git-gui: Make 'make' quieter by defaultgitgui-0.6.3Shawn O. Pearce1-7/+15
2007-03-01git-gui: Remove unnecessary /dev/null redirection.Shawn O. Pearce1-8/+2
2007-02-26git-gui: Don't create empty (same tree as parent) commits.gitgui-0.6.2Shawn O. Pearce1-0/+18
2007-02-26git-gui: Add Reset to the Branch menu.Shawn O. Pearce1-0/+6
2007-02-26git-gui: Relocate the menu/transport menu code.Shawn O. Pearce1-22/+28
2007-02-25Don't modify CREDITS-FILE if it hasn't changed.Junio C Hamano1-6/+19
2007-02-21git-gui: Don't crash in citool mode on initial commit.gitgui-0.6.1Shawn O. Pearce1-8/+8
2007-02-21git-gui: Remove TODO list.Shawn O. Pearce1-44/+0
2007-02-21git-gui: Include browser in our usage message.Shawn O. Pearce1-1/+1
2007-02-21git-gui: Change summary of git-gui.Shawn O. Pearce1-1/+1
2007-02-21git-gui: Display all authors of git-gui.Shawn O. Pearce4-10/+136
2007-02-21git-gui: Use mixed path for docs on Cygwin.Shawn O. Pearce1-1/+1
2007-02-18git-gui: Correct crash when saving options in blame mode.Shawn O. Pearce1-15/+21
2007-02-16git-gui: Expose the browser as a subcommand.Shawn O. Pearce1-5/+21
2007-02-15git-gui: Create new branches from a tag.Martin Koegler1-0/+30
2007-02-14git-gui: Prefer version file over git-describe.Shawn O. Pearce1-6/+11
2007-02-14git-gui: Print version on the console.Shawn O. Pearce1-0/+7
2007-02-14git-gui: More consistently display the application name.Shawn O. Pearce1-4/+4
2007-02-13git-gui: Permit merging tags into the current branch.Shawn O. Pearce1-3/+5
2007-02-13git-gui: Basic version check to ensure git 1.5.0 or later is used.Shawn O. Pearce1-0/+32
2007-02-13git-gui: Refactor 'exec git subcmd' idiom.Shawn O. Pearce1-23/+31
2007-02-13git-gui: fix typo in GIT-VERSION-GEN, "/dev/null" not "/devnull"Andy Parkins1-1/+1
2007-02-12git-gui: Change base version to 0.6.gitgui-0.6.0Shawn O. Pearce1-1/+1
2007-02-12git-gui: Guess our version accurately as a subproject.Shawn O. Pearce1-4/+37
2007-02-12git-gui: Handle gitgui tags in version gen.Shawn O. Pearce1-5/+3
2007-02-12git-gui: Generate a version file on demand.Shawn O. Pearce1-1/+5
2007-02-12git-gui: Rename GIT_VERSION to GITGUI_VERSION.Shawn O. Pearce3-6/+6
2007-02-12git-gui: Allow gitexecdir, INSTALL to be set by the caller.Shawn O. Pearce1-3/+7
2007-02-11git-gui: Stop deleting gitk preferences.Shawn O. Pearce1-8/+0
2007-02-09git-gui: Focus into blame panels on Mac OS.Shawn O. Pearce1-1/+3
2007-02-09git-gui: Improve annotated file display.Shawn O. Pearce1-22/+72
2007-02-08git-gui: Jump to the first annotation block as soon as its available.Shawn O. Pearce1-1/+6
2007-02-08git-gui: Redesign the display of annotated files.Shawn O. Pearce1-199/+160
2007-02-08git-gui: Use git-config now over git-repo-config.Shawn O. Pearce1-8/+8
2007-02-08git-gui: Relabel the Add All action.Shawn O. Pearce1-2/+2
2007-02-08git-gui: Select subcommands like git does.Shawn O. Pearce1-13/+35
2007-02-08git-gui: View blame from the command line.Shawn O. Pearce1-84/+136
2007-02-08git-gui: Optionally save commit buffer on exit.Shawn O. Pearce1-26/+28
2007-02-08git-gui: Separate transport/branch menus from multicommit.Shawn O. Pearce1-7/+12
2007-02-08git-gui: Refactor single_commit to a proc.Shawn O. Pearce1-14/+30
2007-02-08git-gui: Replace \ with \\ when showing paths.Shawn O. Pearce1-0/+1
2007-02-08git-gui: Support keyboard traversal in browser.Shawn O. Pearce1-38/+99
2007-02-08git-gui: Update known branches during rescan.Shawn O. Pearce1-1/+6
2007-01-29git-gui: Assign background colors to each blame hunk.Shawn O. Pearce1-13/+58
2007-01-29git-gui: Use a grid layout for the blame viewer.Shawn O. Pearce1-63/+61
2007-01-29git-gui: Install column headers in blame viewer.Shawn O. Pearce1-21/+74
2007-01-29git-gui: Display original filename and line number in blame.Shawn O. Pearce1-1/+33
2007-01-29git-gui: Correctly handle spaces in filepaths.Shawn O. Pearce1-2/+4
2007-01-29git-gui: Use -M and -C when running blame.Shawn O. Pearce1-1/+3
2007-01-29git-gui: Allow users to edit user.name, user.email from options.Shawn O. Pearce1-0/+6
2007-01-29git-gui: Display the current branch name in browsers.Shawn O. Pearce1-3/+3
2007-01-29git-gui: Improve the icons used in the browser display.Shawn O. Pearce1-18/+26
2007-01-29git-gui: Implemented file browser and incremental blame.Shawn O. Pearce1-0/+459
2007-01-29git-gui: Test for Cygwin differently than from Windows.Shawn O. Pearce1-34/+104
2007-01-29git-gui: Offer quick access to the HTML formatted documentation.Shawn O. Pearce1-4/+44
2007-01-27git-gui: Reword meaning of merge.summary.Shawn O. Pearce1-6/+2
2007-01-26git-gui: Support merge.summary, merge.verbosity.Shawn O. Pearce1-27/+50
2007-01-26git-gui: Always offer scrollbars for branch lists.Shawn O. Pearce1-7/+13
2007-01-26git-gui: Don't allow merges in the middle of other things.Shawn O. Pearce1-0/+15
2007-01-26git-gui: Don't allow users to commit a bad octopus merge.Shawn O. Pearce1-4/+24
2007-01-26git-gui: Update status bar during a merge.Shawn O. Pearce1-2/+4
2007-01-26git-gui: Let users abort with `reset --hard` type logic.Shawn O. Pearce1-0/+61
2007-01-26git-gui: Implement local merge operations.Shawn O. Pearce1-12/+213
2007-01-26git-gui: Use builtin version of 'git gc'.Shawn O. Pearce1-2/+43
2007-01-26git-gui: Refactor console success/failure handling.Shawn O. Pearce1-18/+29
2007-01-26git-gui: Always use -v option to push.Shawn O. Pearce1-0/+1
2007-01-26git-gui: Remove no longer used pull from remote code.Shawn O. Pearce1-68/+5
2007-01-26git-gui: Added arbitrary branch pushing support.Shawn O. Pearce1-0/+158
2007-01-26git-gui: Always use lsearch -exact, to prevent globbing.Shawn O. Pearce1-5/+5
2007-01-26git-gui: Maintain the same file list for diff during refresh.Shawn O. Pearce1-8/+5
2007-01-25git-gui: Don't switch branches if changing to the current branch.Shawn O. Pearce1-0/+7
2007-01-25git-gui: Remove Pull menu and cleanup Branch/Fetch/Push menus.Shawn O. Pearce1-45/+9
2007-01-25git-gui: Prefer Tk's entry widget over a 1 line text field.Shawn O. Pearce1-42/+33
2007-01-25git-gui: Pad the database statistics dialog window.Shawn O. Pearce1-1/+1
2007-01-25git-gui: Support 'Visualize All Branches' on Mac OS X.Shawn O. Pearce1-6/+4
2007-01-25git-gui: Force focus to the diff viewer on mouse click.Shawn O. Pearce1-0/+1
2007-01-25git-gui: Unset unnecessary UI setup variable.Shawn O. Pearce1-0/+1
2007-01-25git-gui: Cleanup end-of-line whitespace in commit messages.Shawn O. Pearce1-3/+6
2007-01-25git-gui: Elide CRs appearing in diff output from display.Shawn O. Pearce1-0/+4
2007-01-25git-gui: Allow staging/unstaging individual diff hunks.Shawn O. Pearce1-12/+110
2007-01-25git-gui: Only allow Refresh in diff context menu when we have a diff.Shawn O. Pearce1-0/+1
2007-01-25git-gui: Display the size of the pack directory.Shawn O. Pearce1-0/+11
2007-01-25git-gui: Use system default labelframe bordering.Shawn O. Pearce1-4/+2
2007-01-25git-gui: Implement basic branch switching through read-tree.Shawn O. Pearce1-15/+101
2007-01-25git-gui: Display database stats (count-objects -v) on demand.Shawn O. Pearce1-3/+64
2007-01-23git-gui: Handle commit encoding better.Shawn O. Pearce1-1/+22
2007-01-23git-gui: Honor system encoding for filenames.Shawn O. Pearce1-9/+14
2007-01-23git-gui: Remove spurious newline in untracked file display.Shawn O. Pearce1-1/+0
2007-01-23git-gui: Don't try to tag the 'Binary files * and * differ' line.Shawn O. Pearce1-0/+1
2007-01-23git-gui: When possible show the type of an untracked file.Shawn O. Pearce1-0/+8
2007-01-23git-gui: Limit display of large untracked files.Shawn O. Pearce1-5/+23
2007-01-23git-gui: Don't show content of untracked binary files.Shawn O. Pearce1-0/+3
2007-01-23git-gui: Always start a rescan on an empty diff.Shawn O. Pearce1-8/+6
2007-01-23git-gui: Ignore 'No newline at end of file' marker line.Shawn O. Pearce1-0/+1
2007-01-23git-gui: Fix 'Select All' action on Windows.Shawn O. Pearce1-3/+3