index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git-gui
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-13
git-gui: Allow the user to control the number of context lines in a diff.
Shawn O. Pearce
1
-11
/
+55
2006-11-13
git-gui: Cleanup diff construction code to prepare for more options.
Shawn O. Pearce
1
-4
/
+11
2006-11-13
git-gui: Reshow diff if we sent the file to update-index.
Shawn O. Pearce
1
-4
/
+9
2006-11-13
git-gui: Always use eq/ne for string comparsions.
Shawn O. Pearce
1
-70
/
+70
2006-11-13
git-gui: Added post-commit invocation after the commit is done.
Shawn O. Pearce
1
-1
/
+16
2006-11-13
git-gui: Remove the commit_active global variable.
Shawn O. Pearce
1
-18
/
+9
2006-11-13
git-gui: Run the pre-commit hook in the background.
Shawn O. Pearce
1
-12
/
+43
2006-11-13
git-gui: Allow the user to disable diff stat summary during pull.
Shawn O. Pearce
1
-2
/
+6
2006-11-13
git-gui: Don't load the global options unless necessary.
Shawn O. Pearce
1
-13
/
+16
2006-11-13
git-gui: Hide non-commit related commands when invoked as git-citool.
Shawn O. Pearce
1
-17
/
+25
2006-11-13
git-gui: Correct bugs in font config handling.
Shawn O. Pearce
1
-4
/
+6
2006-11-13
git-gui: Use 'after 1' to post UI rather than tkwait.
Shawn O. Pearce
1
-2
/
+1
2006-11-12
git-gui: Added Options... menu item to end of diff context menu.
Shawn O. Pearce
1
-1
/
+4
2006-11-12
git-gui: Minor options dialog UI cleanups.
Shawn O. Pearce
1
-4
/
+6
2006-11-12
git-gui: Supply progress feedback when running update-index.
Shawn O. Pearce
1
-64
/
+79
2006-11-12
git-gui: Allow the user to manipulate the fonts from the options panel.
Shawn O. Pearce
1
-16
/
+124
2006-11-12
git-gui: Refactor options menu into an options dialog.
Shawn O. Pearce
1
-46
/
+158
2006-11-12
git-gui: Use arrow cursor rather than left_ptr.
Shawn O. Pearce
1
-1
/
+1
2006-11-12
git-gui: Rename quitting global to is_quitting.
Shawn O. Pearce
1
-4
/
+4
2006-11-12
git-gui: Improve right click context menu binding on all platforms.
Shawn O. Pearce
1
-8
/
+29
2006-11-12
git-gui: Make use of the Tk font system rather than faking it.
Shawn O. Pearce
1
-100
/
+92
2006-11-12
git-gui: Refresh a file if it has an empty diff.
Shawn O. Pearce
1
-4
/
+72
2006-11-12
git-gui: Allow the user to change the diff viewer font size.
Shawn O. Pearce
1
-1
/
+27
2006-11-12
git-gui: Honor system font and let user configure fonts.
Shawn O. Pearce
1
-4
/
+10
2006-11-12
git-gui: Corrected font used for options menu items.
Shawn O. Pearce
1
-0
/
+1
2006-11-12
git-gui: Teach sign off to be more intelligent.
Shawn O. Pearce
1
-3
/
+8
2006-11-12
git-gui: Fix mouse cursor behavior when in widgets.
Shawn O. Pearce
1
-6
/
+4
2006-11-12
git-gui: Added context menus for consoles and commit message buffer.
Shawn O. Pearce
1
-0
/
+66
2006-11-12
git-gui: Misc. bug fixes for mouse click crashes.
Shawn O. Pearce
1
-3
/
+10
2006-11-12
git-gui: Misc. formatting cleanups.
Shawn O. Pearce
1
-11
/
+16
2006-11-12
git-gui: Simplified format of geometry configuration.
Shawn O. Pearce
1
-10
/
+19
2006-11-12
git-gui: Cleaned up error message formatting.
Shawn O. Pearce
1
-20
/
+16
2006-11-12
git-gui: Use native tk_messageBox for errors.
Shawn O. Pearce
1
-31
/
+25
2006-11-12
git-gui: Rename difffont/mainfont variables.
Shawn O. Pearce
1
-55
/
+55
2006-11-12
git-gui: Use catch rather than array names to check file.
Shawn O. Pearce
1
-4
/
+4
2006-11-12
git-gui: Efficiently update the UI after committing.
Shawn O. Pearce
1
-29
/
+56
2006-11-12
git-gui: Correctly handle files containing LF in their name.
Shawn O. Pearce
1
-8
/
+13
2006-11-12
git-gui: Always indicate the file in the diff viewer.
Shawn O. Pearce
1
-36
/
+36
2006-11-12
git-gui: Clear undo/redo stack when loading a message file from disk.
Shawn O. Pearce
1
-6
/
+11
2006-11-12
git-gui: Created edit menu and basic editing bindings.
Shawn O. Pearce
1
-1
/
+60
2006-11-12
git-gui: Change accelerator for "Include All" to M1-I.
Shawn O. Pearce
1
-3
/
+6
2006-11-08
git-gui: Save window geometry to .git/config during exit.
Shawn O. Pearce
1
-61
/
+88
2006-11-08
git-gui: Cache the GIT_COMMITTER_IDENT value on first sign-off.
Shawn O. Pearce
1
-10
/
+19
2006-11-08
git-gui: Show only the abbreviated SHA1 after committing.
Shawn O. Pearce
1
-1
/
+1
2006-11-08
git-gui: Changed term 'check-in' to 'include'.
Shawn O. Pearce
1
-19
/
+19
2006-11-07
git-gui: Bug fix for bad variable reference in display_file.
Shawn O. Pearce
1
-1
/
+1
2006-11-07
git-gui: Don't let the user pull into an uncommitted working directory.
Shawn O. Pearce
1
-1
/
+39
2006-11-07
git-gui: Disable pull menu items when the index is locked.
Shawn O. Pearce
1
-1
/
+3
2006-11-07
git-gui: Pluralize timestamps within the options menu.
Shawn O. Pearce
1
-1
/
+1
2006-11-07
git-gui: Grab the index lock while running pull.
Shawn O. Pearce
1
-0
/
+2
[prev]
[next]