index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-06-06
git-gui: Improve the coloring in blame viewer
Shawn O. Pearce
1
-46
/
+30
2007-06-06
git-gui: Remove empty blank line at end of blame
Shawn O. Pearce
1
-4
/
+9
2007-06-06
git-gui: Cleanup blame::new widget initialization
Shawn O. Pearce
1
-39
/
+38
2007-06-06
git-gui: Add a 4 digit commit abbreviation to the blame viewer
Shawn O. Pearce
1
-2
/
+40
2007-06-06
New selection indication and softer colors
Matthijs Melchior
1
-10
/
+8
2007-06-02
Revert "Make the installation target of git-gui a little less chatty"
Shawn O. Pearce
1
-14
/
+6
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
git-gui: Don't quit when we destroy a child widget
Shawn O. Pearce
1
-1
/
+1
2007-06-01
Make the installation target of git-gui a little less chatty
Alex Riesen
1
-6
/
+14
2007-05-31
git-gui: Allow as few as 0 lines of diff context
Shawn O. Pearce
3
-5
/
+5
2007-05-30
git-gui: Allow creating a branch when none exists
Shawn O. Pearce
1
-6
/
+8
2007-05-27
git-gui: Guess our share/git-gui/lib path at runtime if possible
Shawn O. Pearce
2
-4
/
+16
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
2
-4
/
+44
2007-05-10
git gui 0.7.0
Shawn O. Pearce
1
-1
/
+1
2007-05-10
git-gui: Paperbag fix blame in subdirectory
Shawn O. Pearce
1
-1
/
+1
2007-05-09
git-gui: Format author/committer times in ISO format
Shawn O. Pearce
1
-4
/
+10
2007-05-09
git-gui: Cleanup minor nits in blame code
Shawn O. Pearce
1
-17
/
+18
2007-05-08
git-gui: Generate blame on uncommitted working tree file
Shawn O. Pearce
2
-11
/
+25
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
3
-133
/
+123
2007-05-08
git-gui: Don't attempt to inline array reads in methods
Shawn O. Pearce
1
-1
/
+2
2007-05-08
git-gui: Convert browser, console to "class" format
Shawn O. Pearce
6
-185
/
+139
2007-05-08
git-gui: Define a simple class/method system
Shawn O. Pearce
2
-1
/
+157
2007-05-08
git-gui: Allow shift-{k,j} to select a range of branches to merge
Shawn O. Pearce
1
-0
/
+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: Use vi-like keys in merge dialog
Shawn O. Pearce
1
-6
/
+14
2007-05-07
git-gui: Include commit id/subject in merge choices
Shawn O. Pearce
1
-45
/
+54
2007-05-07
git-gui: Show all possible branches for merge
Shawn O. Pearce
1
-7
/
+13
2007-05-07
git-gui: Move merge support into a namespace
Shawn O. Pearce
2
-16
/
+21
2007-05-07
git-gui: Allow vi keys to scroll the diff/blame regions
Shawn O. Pearce
2
-0
/
+23
2007-05-07
git-gui: Move console procs into their own namespace
Shawn O. Pearce
4
-39
/
+57
2007-05-07
git-gui: Refactor into multiple files to save my sanity
Shawn O. Pearce
17
-3792
/
+3836
2007-05-02
git-gui: Track our own embedded values and rebuild when they change
Shawn O. Pearce
2
-2
/
+16
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
2007-04-17
git-gui: Honor TCLTK_PATH if supplied
Junio C Hamano
1
-0
/
+4
2007-04-17
Revert "Allow wish interpreter to be defined with TCLTK_PATH"
Shawn O. Pearce
1
-3
/
+0
2007-04-15
git-gui: Display the directory basename in the title
Shawn O. Pearce
1
-1
/
+1
[next]