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.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2007-06-27
Merge branch 'maint'
Shawn O. Pearce
1
-8
/
+8
2007-06-27
git-gui: Don't require a .pvcsrc to create Tools/Migrate menu hack
Shawn O. Pearce
1
-2
/
+1
2007-06-22
git-gui: Don't require $DISPLAY just to get --version
Shawn O. Pearce
1
-6
/
+7
2007-06-11
Merge branch 'maint'
Shawn O. Pearce
1
-2
/
+3
2007-06-11
git-gui: Save geometry before the window layout is damaged
Shawn O. Pearce
1
-1
/
+1
2007-06-11
git-gui: Give amend precedence to HEAD over MERGE_MSG
Shawn O. Pearce
1
-1
/
+2
2007-06-11
Merge branch 'maint'
Shawn O. Pearce
1
-0
/
+5
2007-06-06
git-gui: Display the "Loading annotation..." message in italic
Shawn O. Pearce
1
-0
/
+5
2007-06-06
Merge branch 'maint'
Shawn O. Pearce
1
-10
/
+8
2007-06-06
New selection indication and softer colors
Matthijs Melchior
1
-10
/
+8
2007-06-02
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+17
2007-06-02
git-gui: Verify Tcl/Tk is new enough for our needs
Shawn O. Pearce
1
-0
/
+16
2007-06-02
git-gui: Attach font_ui to all spinbox widgets
Shawn O. Pearce
1
-1
/
+1
2007-06-01
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+1
2007-06-01
git-gui: Don't quit when we destroy a child widget
Shawn O. Pearce
1
-1
/
+1
2007-05-31
git-gui: Internalize symbolic-ref HEAD reading logic
Shawn O. Pearce
1
-20
/
+15
2007-05-31
Merge branch 'maint'
Shawn O. Pearce
1
-3
/
+3
2007-05-31
git-gui: Allow as few as 0 lines of diff context
Shawn O. Pearce
1
-3
/
+3
2007-05-28
git-gui: Expose the merge.diffstat configuration option
Shawn O. Pearce
1
-0
/
+1
2007-05-28
git-gui: Allow users to delete remote branches
Shawn O. Pearce
1
-0
/
+2
2007-05-28
git-gui: Allow users to rename branches through 'branch -m'
Shawn O. Pearce
1
-0
/
+14
2007-05-28
git-gui: Disable tearoff menus on Windows, Mac OS X
Shawn O. Pearce
1
-0
/
+4
2007-05-28
git-gui: Provide fatal error if library is unavailable
Shawn O. Pearce
1
-12
/
+19
2007-05-28
git-gui: Enable verbose Tcl loading earlier
Shawn O. Pearce
1
-14
/
+18
2007-05-28
git-gui: Show the git-gui library path in 'About git-gui'
Shawn O. Pearce
1
-1
/
+1
2007-05-28
git-gui: GUI support for running 'git remote prune <name>'
Shawn O. Pearce
1
-0
/
+1
2007-05-27
git-gui: Guess our share/git-gui/lib path at runtime if possible
Shawn O. Pearce
1
-2
/
+6
2007-05-24
Correct key bindings to Control-<foo>
Shawn O. Pearce
1
-6
/
+3
2007-05-22
git-gui: Tighten internal pattern match for lib/ directory
Shawn O. Pearce
1
-1
/
+1
2007-05-17
git-gui: Gracefully handle bad TCL_PATH at compile time
Shawn O. Pearce
1
-1
/
+28
2007-05-10
git-gui: Paperbag fix blame in subdirectory
Shawn O. Pearce
1
-1
/
+1
2007-05-08
git-gui: Generate blame on uncommitted working tree file
Shawn O. Pearce
1
-8
/
+12
2007-05-08
git-gui: Smarter command line parsing for browser, blame
Shawn O. Pearce
1
-9
/
+47
2007-05-08
git-gui: Use prefix if blame is run in a subdirectory
Shawn O. Pearce
1
-3
/
+9
2007-05-08
git-gui: Convert blame to the "class" way of doing things
Shawn O. Pearce
1
-1
/
+1
2007-05-08
git-gui: Convert browser, console to "class" format
Shawn O. Pearce
1
-2
/
+2
2007-05-08
Merge branch 'maint'
Shawn O. Pearce
1
-2
/
+2
2007-05-08
git-gui: Call changes "Staged" and "Unstaged" in file list titles.
Johannes Sixt
1
-2
/
+2
2007-05-07
git-gui: Move merge support into a namespace
Shawn O. Pearce
1
-3
/
+3
2007-05-07
git-gui: Allow vi keys to scroll the diff/blame regions
Shawn O. Pearce
1
-0
/
+6
2007-05-07
git-gui: Refactor into multiple files to save my sanity
Shawn O. Pearce
1
-3790
/
+26
2007-05-02
git-gui: Refactor to use our git proc more often
Shawn O. Pearce
1
-11
/
+12
2007-05-02
git-gui: Use option database defaults to set the font
Shawn O. Pearce
1
-256
/
+114
2007-05-02
git-gui: Cleanup common font handling for font_ui
Shawn O. Pearce
1
-38
/
+21
2007-05-02
git-gui: Correct line wrapping for too many branch message
Shawn O. Pearce
1
-5
/
+2
2007-05-02
git-gui: Warn users before making an octopus merge
Shawn O. Pearce
1
-0
/
+13
2007-05-02
git-gui: Include the subject in the status bar after commit
Shawn O. Pearce
1
-3
/
+4
2007-05-02
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+1
2007-05-02
git-gui: Allow spaces in path to 'wish'
Shawn O. Pearce
1
-1
/
+1
2007-04-24
git-gui: Correctly handle UTF-8 encoded commit messages
Shawn O. Pearce
1
-20
/
+26
[prev]
[next]