705 Commits (74521eee4c9d4c3812b83839d0d98dff72209837)
 

Author SHA1 Message Date
Shawn O. Pearce a13ee29b97 git-gui: Avoid Tcl error in popup menu on diff viewer 18 years ago
Shawn O. Pearce 84f67537b1 git-gui: Minor refactoring of merge command line in merge support 18 years ago
Shawn O. Pearce dac7089263 git-gui: Use more modern looking icons in the tree browser 18 years ago
Shawn O. Pearce 37e2199c4c git-gui: Don't offer to stage hunks from untracked files 18 years ago
Shawn O. Pearce 95af4d8de1 git-gui: Make sure remotes are loaded when picking revisions 18 years ago
Shawn O. Pearce 0fe055cd24 git-gui: Use progress bar while resetting/aborting files 18 years ago
Shawn O. Pearce 94a4dd9bfd git-gui: Honor core.excludesfile when listing extra files 18 years ago
Christian Stimming 360cc106e7 git-gui: Unify wording to say "to stage" instead of "to add" 18 years ago
Shawn O. Pearce 1e0a92fdf7 git-gui: Don't kill modified commit message buffer with merge templates 18 years ago
Shawn O. Pearce bc318ea86d git-gui: Remove usernames from absolute SSH urls during merging 18 years ago
Shawn O. Pearce ead49f5a4f git-gui: Format tracking branch merges as though they were pulls 18 years ago
Shawn O. Pearce 9feefbd2d2 git-gui: Cleanup bindings within merge dialog 18 years ago
Shawn O. Pearce 350a35f0a1 git-gui: Replace merge dialog with our revision picker widget 18 years ago
Shawn O. Pearce becafaace6 git-gui: Show ref last update times in revision chooser tooltips 18 years ago
Shawn O. Pearce 844c3f6fe9 git-gui: Display commit/tag/remote info in tooltip of revision picker 18 years ago
Shawn O. Pearce 30d1990584 git-gui: Save remote urls obtained from config/remotes setup 18 years ago
Shawn O. Pearce 7d5266a704 git-gui: Avoid unnecessary symbolic-ref call during checkout 18 years ago
Shawn O. Pearce a8139888f8 git-gui: Refactor current branch menu items to make i18n easier 18 years ago
Shawn O. Pearce 83751fc109 git-gui: Refactor diff popup into a procedure to ease i18n work 18 years ago
Shawn O. Pearce 9c5a3c7797 git-gui: Paper bag fix quitting crash after commit 18 years ago
Shawn O. Pearce e7d7b1a34e git-gui: Clarify meaning of add tracked menu option 18 years ago
Shawn O. Pearce 7bd197c7ba git-gui: Fix unnecessary fast-forward during checkout 18 years ago
Shawn O. Pearce 854ffd3046 git-gui: Completely remove my Tools/Migrate hack 18 years ago
Shawn O. Pearce 54febd4fe6 git-gui: Internally allow fetch without storing for future pull support 18 years ago
Shawn O. Pearce dba07411da git-gui: Skip unnecessary read-tree work during checkout 18 years ago
Shawn O. Pearce eea1ab6e23 git-gui: Simplify error case for unsupported merge types 18 years ago
Shawn O. Pearce f66b8a68f2 git-gui: Factor out common fast-forward merge case 18 years ago
Shawn O. Pearce 60f7352fe1 git-gui: Save the merge base during checkout_op processing 18 years ago
Shawn O. Pearce 4578c5cb69 git-gui: Automatically backup the user's commit buffer 18 years ago
Shawn O. Pearce 5dc2cae6f4 git-gui: Completely remove support for creating octopus merges 18 years ago
Shawn O. Pearce a42289621e git-gui: Don't show blame tooltips that we have no data for 18 years ago
Shawn O. Pearce c4638f662c git-gui: Translate standard encoding names to Tcl ones 18 years ago
Shawn O. Pearce d36cd96837 git-gui: Avoid unnecessary global statements when possible 18 years ago
Shawn O. Pearce a870ddc099 git-gui: Bind Ctrl/Cmd-M to merge action 18 years ago
Shawn O. Pearce dc5ccdc6ca Don't offer my special Tools/Migrate hack unless in multicommit 18 years ago
Shawn O. Pearce ff749c114a git-gui: Convert merge dialog to use class system 18 years ago
Shawn O. Pearce 46a2df3ac2 git-gui: Increase the default height of the revision picker 18 years ago
Shawn O. Pearce 4040971269 git-gui: Clarify the visualize history menu options 18 years ago
Shawn O. Pearce 8e891facbe git-gui: Allow users to browse any branch, not just the current one 18 years ago
Shawn O. Pearce 85d2d59760 git-gui: Allow browser subcommand to start in subdirectory 18 years ago
Shawn O. Pearce c52c94524b git-gui: Allow blame/browser subcommands on bare repositories 18 years ago
Shawn O. Pearce ba7cc6609e git-gui: Move feature option selection before GIT_DIR init 18 years ago
Shawn O. Pearce 3972b987d3 git-gui: Delay the GC hint until after we are running 18 years ago
Shawn O. Pearce 301dfaa9da git-gui: Let the user continue even if we cannot understand git version 18 years ago
Shawn O. Pearce d164b7548a git-gui: Change our initial GC hint to be an estimate 18 years ago
Shawn O. Pearce 2370164f3c git-gui: Don't crash in ask_popup if we haven't mapped main window yet 18 years ago
Shawn O. Pearce 6f62b4f782 git-gui: Delay searching for 'nice' until its really asked for 18 years ago
Julian Phillips 91464dfb10 git-gui: Handle git versions of the form n.n.n.GIT 18 years ago
Shawn O. Pearce 6eb420ef61 git-gui: Always disable the Tcl EOF character when reading 18 years ago
Shawn O. Pearce ec4fceece4 git-gui: Brown paper bag "dirty git version fix" 18 years ago