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: 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
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-02
GIT 1.5.2.1
Junio C Hamano
3
-2
/
+55
2007-06-02
Use =20 when rfc2047 encoding spaces.
Kristian Høgsberg
2
-8
/
+12
2007-06-02
Create a new manpage for the gitignore format, and reference it elsewhere
Josh Triplett
8
-101
/
+145
2007-06-02
Documentation: robustify asciidoc GIT_VERSION replacement
Jeff King
2
-5
/
+3
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-31
Merge branch 'maint-1.5.1' into maint
Junio C Hamano
4
-15
/
+69
2007-05-30
git-config: Improve documentation of git-config file handling
Frank Lichtenheld
1
-7
/
+59
2007-05-30
git-config: Various small fixes to asciidoc documentation
Frank Lichtenheld
1
-4
/
+6
2007-05-30
git-gui: Allow creating a branch when none exists
Shawn O. Pearce
1
-6
/
+8
2007-05-30
decode_85(): fix missing return.
Jerald Fitzjerald
1
-1
/
+1
2007-05-30
fix signed range problems with hex conversions
Linus Torvalds
2
-3
/
+3
2007-05-29
cvsserver: Fix some typos in asciidoc documentation
Frank Lichtenheld
1
-2
/
+2
2007-05-29
cvsserver: Note that CVS_SERVER can also be specified as method variable
Frank Lichtenheld
1
-1
/
+11
2007-05-29
cvsserver: Correct inetd.conf example in asciidoc documentation
Frank Lichtenheld
1
-3
/
+5
2007-05-28
user-manual: fixed typo in example
Steffen Prohaska
1
-1
/
+1
2007-05-28
Add test case for $Id$ expanded in the repository
Andy Parkins
1
-0
/
+36
2007-05-28
Merge branch 'maint-1.5.1' into maint
Junio C Hamano
2
-7
/
+11
2007-05-28
git-svn: avoid md5 calculation entirely if SVN doesn't provide one
Eric Wong
1
-6
/
+10
2007-05-28
Merge branch 'maint' of git://repo.or.cz/git-gui into maint
Junio C Hamano
2
-10
/
+19
2007-05-28
Makefile: Remove git-fsck and git-verify-pack from PROGRAMS
Nguyen Thai Ngoc Duy
1
-2
/
+2
2007-05-28
Fix stupid typo in lookup_tag()
Johan Herland
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-26
Merge branch 'maint-1.5.1' into maint
Junio C Hamano
10
-47
/
+115
2007-05-26
Fix git-svn to handle svn not reporting the md5sum of a file, and test.
James Y Knight
2
-1
/
+46
2007-05-26
Fix mishandling of $Id$ expanded in the repository copy in convert.c
Andy Parkins
1
-2
/
+37
2007-05-26
More echo "$user_message" fixes.
Jeff King
3
-6
/
+6
2007-05-26
Add tests for the last two fixes.
Junio C Hamano
1
-3
/
+22
2007-05-26
git-commit: use printf '%s\n' instead of echo on user-supplied strings
Junio C Hamano
1
-4
/
+4
2007-05-25
git-am: use printf instead of echo on user-supplied strings
Jeff King
1
-2
/
+2
[prev]
[next]