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
/
lib
/
blame.tcl
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-19
git-gui: Don't show blame tooltips that we have no data for
Shawn O. Pearce
1
-0
/
+5
2007-07-19
git-gui: Translate standard encoding names to Tcl ones
Shawn O. Pearce
1
-7
/
+12
2007-07-17
git-gui: Always disable the Tcl EOF character when reading
Shawn O. Pearce
1
-0
/
+1
2007-07-09
git-gui: Always use absolute path to all git executables
Shawn O. Pearce
1
-14
/
+7
2007-07-08
git-gui: Extract blame viewer status bar into mega-widget
Shawn O. Pearce
1
-41
/
+11
2007-07-08
Merge branch 'maint'
Shawn O. Pearce
1
-0
/
+4
2007-07-08
git-gui: Skip nicknames when selecting author initials
Shawn O. Pearce
1
-0
/
+4
2007-07-08
git-gui: use "blame -w -C -C" for "where did it come from, originally?"
Junio C Hamano
1
-1
/
+9
2007-07-04
git-gui: Start blame windows as tall as possible
Shawn O. Pearce
1
-1
/
+2
2007-06-27
git-gui: Don't nice git blame on MSYS as nice is not supported
Shawn O. Pearce
1
-1
/
+5
2007-06-20
git-gui: Bind Tab/Shift-Tab to cycle between panes in blame
Shawn O. Pearce
1
-1
/
+5
2007-06-11
git-gui: Save geometry before the window layout is damaged
Shawn O. Pearce
1
-1
/
+0
2007-06-08
git-gui: Changed blame header bar background to match main window
Shawn O. Pearce
1
-7
/
+7
2007-06-06
git-gui: Favor the original annotations over the recent ones
Shawn O. Pearce
1
-9
/
+13
2007-06-06
git-gui: Improve our labeling of blame annotation types
Shawn O. Pearce
1
-4
/
+6
2007-06-06
git-gui: Use three colors for the blame viewer background
Shawn O. Pearce
1
-19
/
+61
2007-06-06
git-gui: Jump to original line in blame viewer
Shawn O. Pearce
1
-13
/
+42
2007-06-06
git-gui: Display both commits in our tooltips
Shawn O. Pearce
1
-58
/
+72
2007-06-06
git-gui: Run blame twice on the same file and display both outputs
Shawn O. Pearce
1
-63
/
+113
2007-06-06
git-gui: Display the "Loading annotation..." message in italic
Shawn O. Pearce
1
-1
/
+4
2007-06-06
git-gui: Rename fields in blame viewer to better descriptions
Shawn O. Pearce
1
-58
/
+58
2007-06-06
git-gui: Label the uncommitted blame history entry
Shawn O. Pearce
1
-0
/
+2
2007-06-06
git-gui: Switch internal blame structure to Tcl lists
Shawn O. Pearce
1
-30
/
+39
2007-06-06
git-gui: Cleanup redundant column management in blame viewer
Shawn O. Pearce
1
-75
/
+46
2007-06-06
git-gui: Better document our blame variables
Shawn O. Pearce
1
-32
/
+34
2007-06-06
git-gui: Remove unused commit_list from blame viewer
Shawn O. Pearce
1
-4
/
+1
2007-06-06
git-gui: Automatically expand the line number column as needed
Shawn O. Pearce
1
-0
/
+7
2007-06-06
git-gui: Make the line number column slightly wider in blame
Shawn O. Pearce
1
-1
/
+1
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
[next]