<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-gui/git-gui.sh, branch v1.5.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v1.5.2</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v1.5.2'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2007-05-17T23:52:45Z</updated>
<entry>
<title>Merge branch 'master' of git://repo.or.cz/git-gui</title>
<updated>2007-05-17T23:52:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-17T23:52:45Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=e986e26a86616054f96373280e8f9cc89d7ea8ca'/>
<id>urn:sha1:e986e26a86616054f96373280e8f9cc89d7ea8ca</id>
<content type='text'>
* 'master' of git://repo.or.cz/git-gui:
  git-gui: Gracefully handle bad TCL_PATH at compile time
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://repo.or.cz/git-gui</title>
<updated>2007-05-10T22:08:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-10T22:08:18Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=2b93bfac0f5bcabbf60f174f4e7bfa9e318e64d5'/>
<id>urn:sha1:2b93bfac0f5bcabbf60f174f4e7bfa9e318e64d5</id>
<content type='text'>
* 'master' of git://repo.or.cz/git-gui:
  git gui 0.7.0
  git-gui: Paperbag fix blame in subdirectory
  git-gui: Format author/committer times in ISO format
  git-gui: Cleanup minor nits in blame code
  git-gui: Generate blame on uncommitted working tree file
  git-gui: Smarter command line parsing for browser, blame
  git-gui: Use prefix if blame is run in a subdirectory
  git-gui: Convert blame to the "class" way of doing things
  git-gui: Don't attempt to inline array reads in methods
  git-gui: Convert browser, console to "class" format
  git-gui: Define a simple class/method system
  git-gui: Allow shift-{k,j} to select a range of branches to merge
  git-gui: Call changes "Staged" and "Unstaged" in file list titles.
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://repo.or.cz/git-gui</title>
<updated>2007-05-08T03:51:00Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2007-05-08T03:36:31Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=5f5dbd719d0d8ec136f32a0a56674902bd85f72f'/>
<id>urn:sha1:5f5dbd719d0d8ec136f32a0a56674902bd85f72f</id>
<content type='text'>
* 'master' of git://repo.or.cz/git-gui:
  git-gui: Use vi-like keys in merge dialog
  git-gui: Include commit id/subject in merge choices
  git-gui: Show all possible branches for merge
  git-gui: Move merge support into a namespace
  git-gui: Allow vi keys to scroll the diff/blame regions
  git-gui: Move console procs into their own namespace
  git-gui: Refactor into multiple files to save my sanity
  git-gui: Track our own embedded values and rebuild when they change
  git-gui: Refactor to use our git proc more often
  git-gui: Use option database defaults to set the font
  git-gui: Cleanup common font handling for font_ui
  git-gui: Correct line wrapping for too many branch message
  git-gui: Warn users before making an octopus merge
  git-gui: Include the subject in the status bar after commit

Also perform an evil merge change to update Git's main Makefile to
pass the proper options down into git-gui now that it depends on
reasonable values for 'sharedir' and 'TCL_PATH'.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://repo.or.cz/git-gui</title>
<updated>2007-05-07T21:47:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-07T21:47:14Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=070739fd351702ea9bb4f65595728ae25a488075'/>
<id>urn:sha1:070739fd351702ea9bb4f65595728ae25a488075</id>
<content type='text'>
* 'master' of git://repo.or.cz/git-gui:
  git-gui: Correctly handle UTF-8 encoded commit messages
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2007-05-07T21:46:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-07T21:46:48Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=679c7c56ed9f73db5892fe17ef9b67b84b0ca242'/>
<id>urn:sha1:679c7c56ed9f73db5892fe17ef9b67b84b0ca242</id>
<content type='text'>
* maint:
  Documentation: don't reference non-existent 'git-cvsapplycommit'
  user-manual: stop deprecating the manual
  user-manual: miscellaneous editing
  user-manual: fix .gitconfig editing examples
  user-manual: clean up fast-forward and dangling-objects sections
  user-manual: add section ID's
  user-manual: more discussion of detached heads, fix typos
  git-gui: Allow spaces in path to 'wish'
  gitk: Allow user to choose whether to see the diff, old file, or new file
</content>
</entry>
<entry>
<title>Merge branch 'maint' of git://repo.or.cz/git-gui into maint</title>
<updated>2007-05-07T21:46:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-07T21:46:15Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=53a58245863eff3d70aaa3ac75d7d57e843fc91d'/>
<id>urn:sha1:53a58245863eff3d70aaa3ac75d7d57e843fc91d</id>
<content type='text'>
* 'maint' of git://repo.or.cz/git-gui:
  git-gui: Allow spaces in path to 'wish'
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://repo.or.cz/git-gui</title>
<updated>2007-04-18T00:16:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-04-18T00:16:56Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=c182ec90d824168cfb70494bb920c0a2fb590d98'/>
<id>urn:sha1:c182ec90d824168cfb70494bb920c0a2fb590d98</id>
<content type='text'>
* 'master' of git://repo.or.cz/git-gui:
  git-gui: Honor TCLTK_PATH if supplied
  Revert "Allow wish interpreter to be defined with TCLTK_PATH"
  git-gui: Display the directory basename in the title
  git-gui: Brown paper bag fix division by 0 in blame
  Always bind the return key to the default button
  Do not break git-gui messages into multiple lines.
  Improve look-and-feel of the git-gui tool.
  Teach git-gui to use the user-defined UI font everywhere.
  Allow wish interpreter to be defined with TCLTK_PATH
</content>
</entry>
<entry>
<title>Merge branch 'maint' of git://repo.or.cz/git-gui into maint</title>
<updated>2007-04-18T00:16:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-04-18T00:16:41Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=0220f1ebdee113e02031de0dba2d5e2c8623d6bb'/>
<id>urn:sha1:0220f1ebdee113e02031de0dba2d5e2c8623d6bb</id>
<content type='text'>
* 'maint' of git://repo.or.cz/git-gui:
  git-gui: Brown paper bag fix division by 0 in blame
</content>
</entry>
<entry>
<title>Merge branch 'maint' of git://repo.or.cz/git-gui into maint</title>
<updated>2007-03-12T18:43:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-03-12T18:43:22Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=3ed02de2f46105cbc45fcc8f3287513f470eb4a3'/>
<id>urn:sha1:3ed02de2f46105cbc45fcc8f3287513f470eb4a3</id>
<content type='text'>
* 'maint' of git://repo.or.cz/git-gui:
  git-gui: Allow 'git gui version' outside of a repository
  git-gui: Revert "git-gui: Display all authors of git-gui."
  git-gui: Revert "Don't modify CREDITS-FILE if it hasn't changed."
  git-gui: Allow committing empty merges
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://repo.or.cz/git-gui into maint</title>
<updated>2007-03-06T08:39:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-03-06T08:39:52Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=eec102524fda2df7d2846e865805ca213119bf10'/>
<id>urn:sha1:eec102524fda2df7d2846e865805ca213119bf10</id>
<content type='text'>
* 'master' of git://repo.or.cz/git-gui:
  git-gui: Make 'make' quieter by default
  git-gui: Remove unnecessary /dev/null redirection.
  git-gui: Don't create empty (same tree as parent) commits.
  git-gui: Add Reset to the Branch menu.
  git-gui: Relocate the menu/transport menu code.
</content>
</entry>
</feed>
