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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-08
git-gui: Sort tags descending by tagger date
Shawn O. Pearce
1
-3
/
+2
2007-07-08
git-gui: Enhance choose_rev to handle hundreds of branches
Shawn O. Pearce
3
-114
/
+249
2007-07-08
git-gui: Fast-forward existing branch in branch create dialog
Shawn O. Pearce
1
-22
/
+198
2007-07-08
git-gui: Allow users to match remote branch names locally
Shawn O. Pearce
2
-4
/
+49
2007-07-08
git-gui: Maintain remote and source ref for tracking branches
Shawn O. Pearce
2
-18
/
+60
2007-07-08
git-gui: Optimize for newstyle refs/remotes layout
Shawn O. Pearce
2
-21
/
+40
2007-07-08
git-gui: Refactor the delete branch dialog to use class system
Shawn O. Pearce
3
-164
/
+184
2007-07-08
git-gui: Abstract the revision picker into a mega widget
Shawn O. Pearce
3
-210
/
+284
2007-07-08
git-gui: Teach class system to support [$this cmd] syntax
Shawn O. Pearce
1
-12
/
+26
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-08
git-gui: Honor rerere.enabled configuration option
Shawn O. Pearce
1
-1
/
+6
2007-07-06
Merge branch 'maint'
Shawn O. Pearce
1
-0
/
+6
2007-07-06
git-gui: Ensure windows shortcuts always have .bat extension
Shawn O. Pearce
1
-0
/
+6
2007-07-04
git-gui: Correct resizing of remote branch delete dialog
Shawn O. Pearce
1
-2
/
+2
2007-07-04
git-gui: Start blame windows as tall as possible
Shawn O. Pearce
1
-1
/
+2
2007-07-04
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+3
2007-07-04
git-gui: Unlock the index when cancelling merge dialog
Shawn O. Pearce
1
-1
/
+3
2007-06-27
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+5
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
Merge branch 'maint'
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
Merge branch 'maint'
Shawn O. Pearce
7
-10
/
+25
2007-06-11
git-gui: Save geometry before the window layout is damaged
Shawn O. Pearce
5
-8
/
+25
2007-06-11
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+0
2007-06-11
git-gui: Include 'war on whitespace' fixes from git.git
Shawn O. Pearce
1
-1
/
+0
2007-06-11
Merge branch 'maint'
Shawn O. Pearce
2
-196
/
+781
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
2
-1
/
+7
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
[next]