summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-23git-gui: Don't attempt to tag new file/deleted file headers in diffs.Shawn O. Pearce1-0/+2
2007-01-22git-gui: Force an update-index --refresh on unchanged files.Shawn O. Pearce1-10/+4
2007-01-21git-gui: Don't format the mode line of a diff.Shawn O. Pearce1-0/+1
2007-01-21git-gui: Create missing branch head on initial commit.Shawn O. Pearce1-1/+9
2007-01-21git-gui: Slightly tweak new window geometry.Shawn O. Pearce1-5/+5
2007-01-21git-gui: Update todo list with finished and new items.Shawn O. Pearce1-9/+4
2007-01-21git-gui: Correctly categorize tracking branches and heads.Shawn O. Pearce1-10/+36
2007-01-21git-gui: Automatically toggle the relevant radio buttons.Shawn O. Pearce1-9/+24
2007-01-21git-gui: Fully select a field when entering into it.Shawn O. Pearce1-0/+3
2007-01-21git-gui: Improve keyboard traversal in dialogs.Shawn O. Pearce1-5/+6
2007-01-21git-gui: Allow user to specify a branch name pattern.Shawn O. Pearce1-5/+34
2007-01-21git-gui: Give a better error message on an empty branch name.Shawn O. Pearce1-0/+10
2007-01-21git-gui: Don't offer tracking branches if none exist.Shawn O. Pearce1-39/+38
2007-01-21git-gui: Never line wrap in file lists.Shawn O. Pearce1-6/+14
2007-01-21git-gui: Make diff viewer colors match gitk's defaults.Shawn O. Pearce1-9/+11
2007-01-21git-gui: Correctly ignore '* Unmerged path' during diff.Shawn O. Pearce1-1/+2
2007-01-21git-gui: Change rude error popup to info popup.Shawn O. Pearce1-1/+1
2007-01-21git-gui: Improve the merge check interface for branch deletion.Shawn O. Pearce1-19/+54
2007-01-21git-gui: Use a grid layout for branch dialog.Shawn O. Pearce1-36/+26
2007-01-21git-gui: Pad new branch name input box.Shawn O. Pearce1-15/+17
2007-01-21git-gui: Correct unmerged file detection at commit time.Shawn O. Pearce1-4/+4
2007-01-21git-gui: Add Refresh to diff viewer context menu.Shawn O. Pearce1-0/+4
2007-01-21git-gui: Correct disappearing unstaged files.Shawn O. Pearce1-1/+1
2007-01-21git-gui: Clear diff from viewer if the side changed.Shawn O. Pearce1-4/+7
2007-01-21git-gui: Fix bug in unmerged file display.Shawn O. Pearce1-9/+16
2007-01-21git-gui: Improve diff --cc viewing for unmerged files.Shawn O. Pearce1-24/+64
2007-01-21git-gui: Improve the display of merge conflicts.Shawn O. Pearce1-10/+37
2007-01-21git-gui: Remove combined diff showing behavior.Shawn O. Pearce1-17/+25
2007-01-21git-gui: Refactor current_diff -> current_diff_path.Shawn O. Pearce1-41/+41
2007-01-21git-gui: Attempt to checkout the new branch after creation.Shawn O. Pearce1-3/+4
2007-01-21git-gui: Don't delete the test target branch.Shawn O. Pearce1-0/+1
2007-01-21git-gui: Improve the branch delete confirmation dialogs.Shawn O. Pearce1-22/+22
2007-01-21git-gui: Move commit_prehook into commit_tree.Shawn O. Pearce1-6/+3
2007-01-21git-gui: Remove 'Allow Partially Added Files' option.Shawn O. Pearce1-41/+0
2007-01-21git-gui: Use borders on text fields in branch dialog.Shawn O. Pearce1-0/+4
2007-01-21git-gui: Allow creating branches from tracking heads.Shawn O. Pearce1-3/+29
2007-01-21git-gui: Allow users to delete branches merged upstream.Shawn O. Pearce1-3/+11
2007-01-21git-gui: Implemented local branch deletion.Shawn O. Pearce1-2/+131
2007-01-21git-gui: Bind M1-N to create branch.Shawn O. Pearce1-0/+6
2007-01-21git-gui: Implemented create branch GUI.Shawn O. Pearce1-3/+180
2007-01-21git-gui: Pad the cancel/save buttons in the options window.Shawn O. Pearce1-1/+1
2007-01-21git-gui: Only permit selection in one list at a time.Shawn O. Pearce1-10/+11
2007-01-21git-gui: Simplify printing of index info to update-index.Shawn O. Pearce1-4/+1
2007-01-21git-gui: Refactor the add to commit state filters.Shawn O. Pearce1-35/+15
2007-01-21git-gui: Refactor the revert (aka checkout-index) implementation.Shawn O. Pearce1-18/+9
2007-01-21git-gui: Add or unstage based on the specific icon used.Shawn O. Pearce1-8/+2
2007-01-21git-gui: Refactor add/remove proc names to align with reality.Shawn O. Pearce1-22/+22
2007-01-21git-gui: Cleanup state descriptions.Shawn O. Pearce1-14/+14
2007-01-21git-gui: Remove invalid DM state.Shawn O. Pearce1-4/+2
2007-01-21git-gui: Correct DD file state to be only D_.Shawn O. Pearce1-4/+3
2007-01-21git-gui: Convert UI to use 'staged for commit' interface.Shawn O. Pearce1-113/+101
2007-01-21git-gui: Start file status display refactoring.Shawn O. Pearce1-27/+27
2007-01-21git-gui: Display the directory we are entering during startup.Shawn O. Pearce1-1/+6
2007-01-21git-gui: Make the gitk starting message match our usual format.Shawn O. Pearce1-1/+1
2007-01-21git-gui: Allow [gitdir ...] to act as [file join [gitdir] ...].Shawn O. Pearce1-17/+20
2007-01-21git-gui: Cleanup usage of gitdir global variable.Shawn O. Pearce1-110/+97
2007-01-21git-gui: Refactor reponame computation.Shawn O. Pearce1-19/+7
2007-01-21git-gui: Suggest when running 'git gc' may be worthwhile.Shawn O. Pearce1-0/+40
2007-01-21git-gui: Don't offer my miga hack if its configuration file isn't present.Shawn O. Pearce1-1/+2
2007-01-21git-gui: Allow the user to copy the version data to the clipboard.Shawn O. Pearce1-0/+10
2007-01-21git-gui: Ensure version number is always current.Shawn O. Pearce4-6/+63
2007-01-21git-gui: Display the full GPL copyright notice in about dialog.Shawn O. Pearce1-5/+13
2007-01-21git-gui: Display the git-gui version in the Help->About dialog.Shawn O. Pearce1-3/+4
2007-01-21git-gui: Modified makefile to embed version into git-gui script.Shawn O. Pearce4-5/+32
2007-01-21git-gui: Hide the ugly bash command line from the windows desktop icon.Shawn O. Pearce1-1/+1
2007-01-21git-gui: Change more 'include' language to 'add'.Shawn O. Pearce1-7/+7
2007-01-21git-gui: Work around odd cygpath bug on Windows.Shawn O. Pearce1-1/+1
2007-01-21git-gui: Correct wording of the revert confirmation dialog.Shawn O. Pearce1-2/+2
2007-01-21git-gui: Corrected behavior of deleted (but existing in HEAD) files.Shawn O. Pearce1-0/+2
2007-01-21git-gui: Run git-gc rather than git-repack.Shawn O. Pearce1-9/+5
2007-01-21git-gui: Show all fetched branches for remote pulls.Shawn O. Pearce1-8/+9
2007-01-21git-gui: Created very crude Tools menu, to support miga.Shawn O. Pearce1-0/+29