Merge branch 'maint'
[gitweb.git] / git-gui.sh
2007-07-03 Merge branch 'maint'
2007-06-30 git-gui: properly popup error if gitk should be started...
2007-06-27 Merge branch 'maint'
2007-06-27 git-gui: Don't require a .pvcsrc to create Tools/Migrat... gitgui-0.7.4
2007-06-22 git-gui: Don't require $DISPLAY just to get --version
2007-06-21 Merge branch 'maint'
2007-06-12 Merge branch 'maint'
2007-06-12 git-gui: Save geometry before the window layout is...
2007-06-11 git-gui: Give amend precedence to HEAD over MERGE_MSG
2007-06-11 Merge branch 'maint'
2007-06-11 Merge branch 'maint'
2007-06-06 git-gui: Display the "Loading annotation..." message...
2007-06-06 Merge branch 'maint'
2007-06-06 New selection indication and softer colors
2007-06-03 Merge branch 'maint'
2007-06-03 git-gui: Verify Tcl/Tk is new enough for our needs
2007-06-02 git-gui: Attach font_ui to all spinbox widgets
2007-06-02 Merge branch 'maint'
2007-06-02 git-gui: Don't quit when we destroy a child widget
2007-06-01 git-gui: Internalize symbolic-ref HEAD reading logic
2007-06-01 Merge branch 'maint'
2007-06-01 git-gui: Allow as few as 0 lines of diff context
2007-05-30 Merge branch 'maint'
2007-05-28 git-gui: Expose the merge.diffstat configuration option
2007-05-28 git-gui: Allow users to delete remote branches
2007-05-28 git-gui: Allow users to rename branches through 'branch -m'
2007-05-28 git-gui: Disable tearoff menus on Windows, Mac OS X
2007-05-28 git-gui: Provide fatal error if library is unavailable
2007-05-28 git-gui: Enable verbose Tcl loading earlier
2007-05-28 git-gui: Show the git-gui library path in 'About git...
2007-05-28 git-gui: GUI support for running 'git remote prune...
2007-05-27 git-gui: Guess our share/git-gui/lib path at runtime... gitgui-0.7.2
2007-05-24 Correct key bindings to Control-<foo>
2007-05-22 git-gui: Tighten internal pattern match for lib/ directory
2007-05-17 git-gui: Gracefully handle bad TCL_PATH at compile... gitgui-0.7.1
2007-05-10 git-gui: Paperbag fix blame in subdirectory
2007-05-09 git-gui: Generate blame on uncommitted working tree...
2007-05-09 git-gui: Smarter command line parsing for browser,...
2007-05-09 git-gui: Use prefix if blame is run in a subdirectory
2007-05-09 git-gui: Convert blame to the "class" way of doing...
2007-05-09 git-gui: Convert browser, console to "class" format
2007-05-08 Merge branch 'maint'
2007-05-08 git-gui: Call changes "Staged" and "Unstaged" in file...
2007-05-08 git-gui: Move merge support into a namespace
2007-05-08 git-gui: Allow vi keys to scroll the diff/blame regions
2007-05-08 git-gui: Refactor into multiple files to save my sanity
2007-05-02 git-gui: Refactor to use our git proc more often
2007-05-02 git-gui: Use option database defaults to set the font
2007-05-02 git-gui: Cleanup common font handling for font_ui
2007-05-02 git-gui: Correct line wrapping for too many branch...
2007-05-02 git-gui: Warn users before making an octopus merge
2007-05-02 git-gui: Include the subject in the status bar after...
2007-05-02 Merge branch 'maint'
2007-05-02 git-gui: Allow spaces in path to 'wish'
2007-04-24 git-gui: Correctly handle UTF-8 encoded commit messages
2007-04-15 git-gui: Display the directory basename in the title
2007-04-15 Merge branch 'er/ui'
2007-04-04 git-gui: Brown paper bag fix division by 0 in blame
2007-04-04 Always bind the return key to the default button
2007-04-04 Do not break git-gui messages into multiple lines.
2007-04-04 Improve look-and-feel of the git-gui tool.
2007-04-04 Teach git-gui to use the user-defined UI font everywhere.
2007-03-12 Merge branch 'maint' gitgui-0.6.5
2007-03-12 git-gui: Allow 'git gui version' outside of a repository gitgui-0.6.4
2007-03-12 git-gui: Revert "git-gui: Display all authors of git...
2007-03-12 git-gui: Allow committing empty merges
2007-03-01 git-gui: Remove unnecessary /dev/null redirection.
2007-02-26 git-gui: Don't create empty (same tree as parent) commits. gitgui-0.6.2
2007-02-26 git-gui: Add Reset to the Branch menu.
2007-02-26 git-gui: Relocate the menu/transport menu code.
2007-02-21 git-gui: Don't crash in citool mode on initial commit. gitgui-0.6.1
2007-02-21 git-gui: Include browser in our usage message.
2007-02-21 git-gui: Change summary of git-gui.
2007-02-21 git-gui: Display all authors of git-gui.
2007-02-21 git-gui: Use mixed path for docs on Cygwin.
2007-02-18 git-gui: Correct crash when saving options in blame...
2007-02-16 git-gui: Expose the browser as a subcommand.
2007-02-15 git-gui: Create new branches from a tag.
2007-02-14 git-gui: Print version on the console.
2007-02-14 git-gui: More consistently display the application...
2007-02-14 git-gui: Permit merging tags into the current branch.
2007-02-14 git-gui: Basic version check to ensure git 1.5.0 or...
2007-02-14 git-gui: Refactor 'exec git subcmd' idiom.
2007-02-12 git-gui: Rename GIT_VERSION to GITGUI_VERSION.
2007-02-11 git-gui: Stop deleting gitk preferences.
2007-02-09 git-gui: Focus into blame panels on Mac OS.
2007-02-09 git-gui: Improve annotated file display.
2007-02-09 git-gui: Jump to the first annotation block as soon...
2007-02-09 git-gui: Redesign the display of annotated files.
2007-02-09 git-gui: Use git-config now over git-repo-config.
2007-02-09 git-gui: Relabel the Add All action.
2007-02-09 git-gui: Select subcommands like git does.
2007-02-09 git-gui: View blame from the command line.
2007-02-08 git-gui: Optionally save commit buffer on exit.
2007-02-08 git-gui: Separate transport/branch menus from multicommit.
2007-02-08 git-gui: Refactor single_commit to a proc.
2007-02-08 git-gui: Replace \ with \\ when showing paths.
2007-02-08 git-gui: Support keyboard traversal in browser.
2007-02-08 git-gui: Update known branches during rescan.
2007-01-29 git-gui: Assign background colors to each blame hunk.
next