Code

git.git
2006-11-19 Shawn O. Pearcegit-gui: Describe deleted symlinks in a more friendly...
2006-11-19 Shawn O. Pearcegit-gui: Fix list loading corruption introduced by...
2006-11-19 Shawn O. Pearcegit-gui: Correct toggling of deleted file status.
2006-11-19 Shawn O. Pearcegit-gui: Make consecutive icon clicks toggle included...
2006-11-19 Shawn O. Pearcegit-gui: Teach the gui how to uninclude a file.
2006-11-19 Shawn O. Pearcegit-gui: Don't create PkgInfo on Mac OS X "desktop...
2006-11-19 Shawn O. Pearcegit-gui: Allow adding untracked files in selection.
2006-11-19 Shawn O. Pearcegit-gui: Rephrase rescan before commit informational...
2006-11-19 Shawn O. Pearcegit-gui: Verify the user has GIT_COMMITTER_IDENT before...
2006-11-19 Shawn O. Pearcegit-gui: Toggle between new commit and amend commit...
2006-11-18 Shawn O. Pearcegit-gui: Remove completed items from TODO list.
2006-11-18 Shawn O. Pearcegit-gui: Start UI with the index locked.
2006-11-18 Shawn O. Pearcegit-gui: Misc. comment formatting cleanups.
2006-11-18 Shawn O. Pearcegit-gui: Add menu option to include only selected files.
2006-11-18 Shawn O. Pearcegit-gui: Refactor file state representations.
2006-11-18 Shawn O. Pearcegit-gui: Only reshow diff when really necessary.
2006-11-18 Shawn O. Pearcegit-gui: Make initial commits work properly.
2006-11-18 Shawn O. Pearcegit-gui: Display error dialog on Mac OS X when no ...
2006-11-18 Shawn O. Pearcegit-gui: Create a .app file on MacOS X if requested.
2006-11-18 Shawn O. Pearcegit-gui: Only populate a fetch or push if we have an...
2006-11-18 Shawn O. Pearcegit-gui: Handle ' within paths when creating Windows...
2006-11-18 Shawn O. Pearcegit-gui: Protect ourselves from funny GIT_DIR/working...
2006-11-18 Shawn O. Pearcegit-gui: Create Windows shortcut icons for git-gui.
2006-11-18 Shawn O. Pearcegit-gui: Correctly handle GIT_DIR environment variable.
2006-11-18 Shawn O. Pearcegit-gui: Created makefile to install the program.
2006-11-15 Shawn O. Pearcegit-gui: Disable diff actions when no diff is active.
2006-11-15 Shawn O. Pearcegit-gui: Automatically update-index all included files...
2006-11-14 Shawn O. Pearcegit-gui: Allow update_index to also run a script when...
2006-11-14 Shawn O. Pearcegit-gui: Provide an after-rescan script to rescan.
2006-11-14 Shawn O. Pearcegit-gui: Refactor update_status -> rescan.
2006-11-13 Shawn O. Pearcegit-gui: Implemented multiple selection in file lists.
2006-11-13 Shawn O. Pearcegit-gui: Narrow the no differences information message.
2006-11-13 Shawn O. Pearcegit-gui: Refactor mouse clicking on file names/icons.
2006-11-13 Shawn O. Pearcegit-gui: By default don't allow partially included...
2006-11-13 Shawn O. Pearcegit-gui: Reverted file name text field to a label.
2006-11-13 Shawn O. Pearcegit-gui: Minor UI layout improvements for console windows.
2006-11-13 Shawn O. Pearcegit-gui: Display status on left in diff header.
2006-11-13 Shawn O. Pearcegit-gui: Correct language for M_/A_ status codes.
2006-11-13 Shawn O. Pearcegit-gui: Allow the user to copy name of the file in...
2006-11-13 Shawn O. Pearcegit-gui: Use a smaller pipe buffer for update-index.
2006-11-13 Shawn O. Pearcegit-gui: Sort the list of paths being updated in the...
2006-11-13 Shawn O. Pearcegit-gui: Allow the user to control the number of contex...
2006-11-13 Shawn O. Pearcegit-gui: Cleanup diff construction code to prepare...
2006-11-13 Shawn O. Pearcegit-gui: Reshow diff if we sent the file to update...
2006-11-13 Shawn O. Pearcegit-gui: Always use eq/ne for string comparsions.
2006-11-13 Shawn O. Pearcegit-gui: Added post-commit invocation after the commit...
2006-11-13 Shawn O. Pearcegit-gui: Remove the commit_active global variable.
2006-11-13 Shawn O. Pearcegit-gui: Run the pre-commit hook in the background.
2006-11-13 Shawn O. Pearcegit-gui: Allow the user to disable diff stat summary...
2006-11-13 Shawn O. Pearcegit-gui: Don't load the global options unless necessary.
2006-11-13 Shawn O. Pearcegit-gui: Hide non-commit related commands when invoked...
2006-11-13 Shawn O. Pearcegit-gui: Correct bugs in font config handling.
2006-11-13 Shawn O. Pearcegit-gui: Use 'after 1' to post UI rather than tkwait.
2006-11-12 Shawn O. Pearcegit-gui: Added Options... menu item to end of diff...
2006-11-12 Shawn O. Pearcegit-gui: Minor options dialog UI cleanups.
2006-11-12 Shawn O. Pearcegit-gui: Supply progress feedback when running update...
2006-11-12 Shawn O. Pearcegit-gui: Allow the user to manipulate the fonts from...
2006-11-12 Shawn O. Pearcegit-gui: Refactor options menu into an options dialog.
2006-11-12 Shawn O. Pearcegit-gui: Use arrow cursor rather than left_ptr.
2006-11-12 Shawn O. Pearcegit-gui: Rename quitting global to is_quitting.
2006-11-12 Shawn O. Pearcegit-gui: Improve right click context menu binding on...
2006-11-12 Shawn O. Pearcegit-gui: Make use of the Tk font system rather than...
2006-11-12 Shawn O. Pearcegit-gui: Refresh a file if it has an empty diff.
2006-11-12 Shawn O. Pearcegit-gui: Allow the user to change the diff viewer font...
2006-11-12 Shawn O. Pearcegit-gui: Honor system font and let user configure fonts.
2006-11-12 Shawn O. Pearcegit-gui: Corrected font used for options menu items.
2006-11-12 Shawn O. Pearcegit-gui: Teach sign off to be more intelligent.
2006-11-12 Shawn O. Pearcegit-gui: Fix mouse cursor behavior when in widgets.
2006-11-12 Shawn O. Pearcegit-gui: Added context menus for consoles and commit...
2006-11-12 Shawn O. Pearcegit-gui: Misc. bug fixes for mouse click crashes.
2006-11-12 Shawn O. Pearcegit-gui: Misc. formatting cleanups.
2006-11-12 Shawn O. Pearcegit-gui: Simplified format of geometry configuration.
2006-11-12 Shawn O. Pearcegit-gui: Cleaned up error message formatting.
2006-11-12 Shawn O. Pearcegit-gui: Use native tk_messageBox for errors.
2006-11-12 Shawn O. Pearcegit-gui: Rename difffont/mainfont variables.
2006-11-12 Shawn O. Pearcegit-gui: Use catch rather than array names to check...
2006-11-12 Shawn O. Pearcegit-gui: Efficiently update the UI after committing.
2006-11-12 Shawn O. Pearcegit-gui: Correctly handle files containing LF in their...
2006-11-12 Shawn O. Pearcegit-gui: Always indicate the file in the diff viewer.
2006-11-12 Shawn O. Pearcegit-gui: Updated TODO list now that geometry is stored.
2006-11-12 Shawn O. Pearcegit-gui: Clear undo/redo stack when loading a message...
2006-11-12 Shawn O. Pearcegit-gui: Created edit menu and basic editing bindings.
2006-11-12 Shawn O. Pearcegit-gui: Change accelerator for "Include All" to M1-I.
2006-11-09 Shawn O. Pearcegit-gui: Save window geometry to .git/config during...
2006-11-09 Shawn O. Pearcegit-gui: Cache the GIT_COMMITTER_IDENT value on first...
2006-11-09 Shawn O. Pearcegit-gui: Show only the abbreviated SHA1 after committing.
2006-11-09 Shawn O. Pearcegit-gui: Changed term 'check-in' to 'include'.
2006-11-08 Shawn O. Pearcegit-gui: Bug fix for bad variable reference in display_...
2006-11-08 Shawn O. Pearcegit-gui: Update TODO list.
2006-11-08 Shawn O. Pearcegit-gui: Don't let the user pull into an uncommitted...
2006-11-08 Shawn O. Pearcegit-gui: Disable pull menu items when the index is...
2006-11-08 Shawn O. Pearcegit-gui: Pluralize timestamps within the options menu.
2006-11-08 Shawn O. Pearcegit-gui: Grab the index lock while running pull.
2006-11-08 Shawn O. Pearcegit-gui: Allow the user to disable update-index --refre...
2006-11-08 Shawn O. Pearcegit-gui: Added repack database menu option, to invoke...
2006-11-08 Shawn O. Pearcegit-gui: Flip commit message buffer and diff area.
2006-11-08 Shawn O. Pearcegit-gui: More performance improvements to rescan logic.
2006-11-08 Shawn O. Pearcegit-gui: Performance improvements for large file sets.
2006-11-08 Shawn O. Pearcegit-gui: Corrected diff-index/diff-files protocol parsi...
2006-11-07 Shawn O. Pearcegit-gui: Updated TODO list now that pull is starting...
next