summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-06git-gui: Use a label instead of a button for the back buttonShawn O. Pearce
2007-06-06git-gui: Show original filename in blame tooltipShawn O. Pearce
2007-06-06git-gui: Combine blame groups only if commit and filename matchShawn O. Pearce
2007-06-06git-gui: Allow digging through history in blame viewerShawn O. Pearce
2007-06-06git-gui: Display a progress bar during blame annotation gatheringShawn O. Pearce
2007-06-06git-gui: Allow the user to control the blame/commit split pointShawn O. Pearce
2007-06-06git-gui: Show author initials in blame groupsShawn O. Pearce
2007-06-06git-gui: Space the commit group continuation out in blame viewShawn O. Pearce
2007-06-06git-gui: Cleanup minor style nitShawn O. Pearce
2007-06-06git-gui: Remove unnecessary reshow of blamed commitShawn O. Pearce
2007-06-06git-gui: Highlight the blame commit header from everything elseShawn O. Pearce
2007-06-06git-gui: Display tooltips in blame viewerShawn O. Pearce
2007-06-06git-gui: Use arror cursor in blame viewer file dataShawn O. Pearce
2007-06-06git-gui: Simplify consecutive lines that come from the same commitShawn O. Pearce
2007-06-06git-gui: Improve the coloring in blame viewerShawn O. Pearce
2007-06-06git-gui: Remove empty blank line at end of blameShawn O. Pearce
2007-06-06git-gui: Cleanup blame::new widget initializationShawn O. Pearce
2007-06-06git-gui: Add a 4 digit commit abbreviation to the blame viewerShawn O. Pearce
2007-06-06New selection indication and softer colorsMatthijs Melchior
2007-06-02Revert "Make the installation target of git-gui a little less chatty"Shawn O. Pearce
2007-06-02git-gui: Verify Tcl/Tk is new enough for our needsShawn O. Pearce
2007-06-02git-gui: Attach font_ui to all spinbox widgetsShawn O. Pearce
2007-06-02GIT 1.5.2.1v1.5.2.1Junio C Hamano
2007-06-02Use =20 when rfc2047 encoding spaces.Kristian Høgsberg
2007-06-02Create a new manpage for the gitignore format, and reference it elsewhereJosh Triplett
2007-06-02Documentation: robustify asciidoc GIT_VERSION replacementJeff King
2007-06-01git-gui: Don't quit when we destroy a child widgetShawn O. Pearce
2007-06-01Make the installation target of git-gui a little less chattyAlex Riesen
2007-05-31git-gui: Allow as few as 0 lines of diff contextShawn O. Pearce
2007-05-31Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-30git-config: Improve documentation of git-config file handlingFrank Lichtenheld
2007-05-30git-config: Various small fixes to asciidoc documentationFrank Lichtenheld
2007-05-30git-gui: Allow creating a branch when none existsShawn O. Pearce
2007-05-30decode_85(): fix missing return.Jerald Fitzjerald
2007-05-30fix signed range problems with hex conversionsLinus Torvalds
2007-05-29cvsserver: Fix some typos in asciidoc documentationFrank Lichtenheld
2007-05-29cvsserver: Note that CVS_SERVER can also be specified as method variableFrank Lichtenheld
2007-05-29cvsserver: Correct inetd.conf example in asciidoc documentationFrank Lichtenheld
2007-05-28user-manual: fixed typo in exampleSteffen Prohaska
2007-05-28Add test case for $Id$ expanded in the repositoryAndy Parkins
2007-05-28Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-28git-svn: avoid md5 calculation entirely if SVN doesn't provide oneEric Wong
2007-05-28Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano
2007-05-28Makefile: Remove git-fsck and git-verify-pack from PROGRAMSNguyen Thai Ngoc Duy
2007-05-28Fix stupid typo in lookup_tag()Johan Herland
2007-05-27git-gui: Guess our share/git-gui/lib path at runtime if possiblegitgui-0.7.2Shawn O. Pearce
2007-05-26Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-26Fix git-svn to handle svn not reporting the md5sum of a file, and test.James Y Knight
2007-05-26Fix mishandling of $Id$ expanded in the repository copy in convert.cAndy Parkins
2007-05-26More echo "$user_message" fixes.Jeff King