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: Use lighter colors in blame view
Shawn O. Pearce
1
-2
/
+3
2007-06-06
git-gui: Remove unnecessary space between columns in blame viewer
Shawn O. Pearce
1
-1
/
+10
2007-06-06
git-gui: Remove the loaded column from the blame viewer
Shawn O. Pearce
1
-27
/
+3
2007-06-06
git-gui: Clip the commit summaries in the blame history menu
Shawn O. Pearce
1
-0
/
+3
2007-06-06
git-gui: Use a label instead of a button for the back button
Shawn O. Pearce
1
-2
/
+6
2007-06-06
git-gui: Show original filename in blame tooltip
Shawn O. Pearce
1
-0
/
+7
2007-06-06
git-gui: Combine blame groups only if commit and filename match
Shawn O. Pearce
1
-3
/
+9
2007-06-06
git-gui: Allow digging through history in blame viewer
Shawn O. Pearce
1
-30
/
+188
2007-06-06
git-gui: Display a progress bar during blame annotation gathering
Shawn O. Pearce
1
-8
/
+20
2007-06-06
git-gui: Allow the user to control the blame/commit split point
Shawn O. Pearce
1
-25
/
+79
2007-06-06
git-gui: Show author initials in blame groups
Shawn O. Pearce
1
-11
/
+47
2007-06-06
git-gui: Space the commit group continuation out in blame view
Shawn O. Pearce
1
-3
/
+3
2007-06-06
git-gui: Cleanup minor style nit
Shawn O. Pearce
1
-1
/
+1
2007-06-06
git-gui: Remove unnecessary reshow of blamed commit
Shawn O. Pearce
1
-6
/
+0
2007-06-06
git-gui: Highlight the blame commit header from everything else
Shawn O. Pearce
1
-5
/
+23
2007-06-06
git-gui: Display tooltips in blame viewer
Shawn O. Pearce
1
-1
/
+125
2007-06-06
git-gui: Use arror cursor in blame viewer file data
Shawn O. Pearce
1
-0
/
+3
2007-06-06
git-gui: Simplify consecutive lines that come from the same commit
Shawn O. Pearce
1
-3
/
+22
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
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
2
-15
/
+23
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
Merge branch 'maint'
Shawn O. Pearce
2
-7
/
+15
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: Internalize symbolic-ref HEAD reading logic
Shawn O. Pearce
1
-20
/
+15
2007-05-31
Merge branch 'maint'
Shawn O. Pearce
3
-5
/
+5
2007-05-31
git-gui: Allow as few as 0 lines of diff context
Shawn O. Pearce
3
-5
/
+5
2007-05-30
Merge branch 'maint'
Shawn O. Pearce
1
-6
/
+8
2007-05-30
git-gui: Allow creating a branch when none exists
Shawn O. Pearce
1
-6
/
+8
2007-05-28
git-gui: Expose the merge.diffstat configuration option
Shawn O. Pearce
2
-0
/
+2
2007-05-28
git-gui: Allow users to delete remote branches
Shawn O. Pearce
2
-0
/
+350
2007-05-28
git-gui: Allow users to rename branches through 'branch -m'
Shawn O. Pearce
2
-0
/
+151
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
2
-2
/
+15
2007-05-28
git-gui: GUI support for running 'git remote prune <name>'
Shawn O. Pearce
4
-3
/
+26
2007-05-28
git gui 0.8.0
Shawn O. Pearce
1
-1
/
+1
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
[prev]
[next]