git-gui: Properly set the state of "Stage/Unstage Hunk" action
[gitweb.git] / git-gui.sh
2007-09-04 git-gui: Properly set the state of "Stage/Unstage Hunk...
2007-09-04 git-gui: Correct starting of git-remote to handle ...
2007-08-25 git-gui: Correct 'git gui blame' in a subdirectory gitgui-0.8.2
2007-08-23 git-gui: Do not offer to stage three-way diff hunks...
2007-08-23 git-gui: Refactor diff pane popup support for future...
2007-08-22 git-gui: Fix "unoptimized loading" to not cause git...
2007-08-21 git-gui: Paper bag fix "Stage Hunk For Commit" in diff...
2007-08-20 git-gui: Fix window manager problems on ion3
2007-08-04 git-gui: Added support for OS X right click gitgui-0.8.1
2007-08-03 git-gui: Avoid Tcl error in popup menu on diff viewer
2007-07-30 git-gui: Use more modern looking icons in the tree...
2007-07-30 git-gui: Don't offer to stage hunks from untracked...
2007-07-29 git-gui: Honor core.excludesfile when listing extra...
2007-07-29 git-gui: Unify wording to say "to stage" instead of...
2007-07-27 git-gui: Don't kill modified commit message buffer...
2007-07-23 git-gui: Refactor current branch menu items to make...
2007-07-23 git-gui: Refactor diff popup into a procedure to ease...
2007-07-23 git-gui: Clarify meaning of add tracked menu option
2007-07-22 git-gui: Completely remove my Tools/Migrate hack
2007-07-21 git-gui: Automatically backup the user's commit buffer
2007-07-19 git-gui: Avoid unnecessary global statements when possible
2007-07-19 git-gui: Bind Ctrl/Cmd-M to merge action
2007-07-19 Don't offer my special Tools/Migrate hack unless in...
2007-07-18 git-gui: Clarify the visualize history menu options
2007-07-18 git-gui: Allow users to browse any branch, not just...
2007-07-18 git-gui: Allow browser subcommand to start in subdirectory
2007-07-18 git-gui: Allow blame/browser subcommands on bare reposi...
2007-07-18 git-gui: Move feature option selection before GIT_DIR...
2007-07-18 git-gui: Delay the GC hint until after we are running
2007-07-18 git-gui: Let the user continue even if we cannot unders...
2007-07-18 git-gui: Change our initial GC hint to be an estimate
2007-07-18 git-gui: Delay searching for 'nice' until its really...
2007-07-18 git-gui: Handle git versions of the form n.n.n.GIT
2007-07-17 git-gui: Always disable the Tcl EOF character when...
2007-07-16 git-gui: Brown paper bag "dirty git version fix"
2007-07-16 git-gui: Skip -dirty suffix on core git versions
2007-07-12 Merge branch 'maint'
2007-07-10 Merge branch 'maint'
2007-07-09 git-gui: Improve the Windows and Mac OS X shortcut...
2007-07-09 git-gui: Teach console widget to use git_read
2007-07-09 git-gui: Perform our own magic shbang detection on...
2007-07-09 git-gui: Treat `git version` as `git --version`
2007-07-09 git-gui: Assume unfound commands are known by git wrapper
2007-07-09 git-gui: Correct gitk installation location
2007-07-09 git-gui: Always use absolute path to all git executables
2007-07-09 git-gui: Change the main window progress bar to use...
2007-07-09 git-gui: Unabbreviate commit SHA-1s prior to display
2007-07-09 git-gui: Refactor branch switch to support detached...
2007-07-09 git-gui: Refactor our ui_status_value update technique
2007-07-09 git-gui: Better handling of detached HEAD
2007-07-09 git-gui: Option to default new branches to match tracki...
2007-07-09 git-gui: Refactor the delete branch dialog to use class...
2007-07-09 git-gui: Abstract the revision picker into a mega widget
2007-07-09 Merge branch 'maint'
2007-07-08 git-gui: New Git version check support routine
2007-07-06 Merge branch 'maint'
2007-07-06 git-gui: Include a Push action on the left toolbar
2007-07-06 git-gui: Bind M1-P to push action
2007-07-06 git-gui: Don't bind F5/M1-R in all windows
2007-07-04 Merge branch 'maint'
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...
next