<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>logic involved &#187; git</title> <atom:link href="http://www.coliena.com/blog/tag/git/feed/" rel="self" type="application/rss+xml" /><link>http://www.coliena.com/blog</link> <description>... more often than not ...</description> <lastBuildDate>Sat, 21 Jan 2012 18:09:36 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Adding Notes to Existing Commits in Git</title><link>http://www.coliena.com/blog/2011/01/adding-notes-to-existing-commits-in-git/</link> <comments>http://www.coliena.com/blog/2011/01/adding-notes-to-existing-commits-in-git/#comments</comments> <pubDate>Fri, 14 Jan 2011 16:25:11 +0000</pubDate> <dc:creator>niels</dc:creator> <category><![CDATA[development]]></category> <category><![CDATA[git]]></category><guid
isPermaLink="false">http://coliena.com/blog/?p=449</guid> <description><![CDATA[A really nice feature in Git is the ability to add notes to existing commits: git notes add -m 'this concerns the foo issue as well (refs #0815)' 12a3df56 Editing existing notes is pretty easy as well: git notes edit 12a3df56 Make sure to have a look at Evgenys extensive Git guide for further details [...]]]></description> <content:encoded><![CDATA[<p>A really nice feature in Git is the ability to add notes to existing commits:</p><div
class="wp_syntax"><div
class="code"><pre class="text" style="font-family:monospace;">git notes add -m 'this concerns the foo issue as well (refs #0815)' 12a3df56</pre></div></div><p>Editing existing notes is pretty easy as well:</p><div
class="wp_syntax"><div
class="code"><pre class="text" style="font-family:monospace;">git notes edit 12a3df56</pre></div></div><p>Make sure to have a look at <a
href="http://evgeny-goldin.com/wiki/Git">Evgenys extensive Git guide</a> for further details and more hidden gems.</p> ]]></content:encoded> <wfw:commentRss>http://www.coliena.com/blog/2011/01/adding-notes-to-existing-commits-in-git/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Using WinMerge with git on Windows 7</title><link>http://www.coliena.com/blog/2009/11/using-winmerge-with-git-on-windows-7/</link> <comments>http://www.coliena.com/blog/2009/11/using-winmerge-with-git-on-windows-7/#comments</comments> <pubDate>Sat, 28 Nov 2009 13:03:56 +0000</pubDate> <dc:creator>niels</dc:creator> <category><![CDATA[development]]></category> <category><![CDATA[git]]></category> <category><![CDATA[windows]]></category><guid
isPermaLink="false">http://coliena.com/blog/?p=199</guid> <description><![CDATA[Though git is not my primary source code management tool, I use it whenever I work on complex code that I don’t want to commit yet. Or just to keep track of my local scripts. And using “git difftool”, it is pretty simple to use third party tools like WinMerge for graphical diffs: Create a [...]]]></description> <content:encoded><![CDATA[<p>Though <a
title="git" href="http://git-scm.com/" target="_blank">git</a> is not my primary source code management tool,  I use it whenever I work on complex code that I don’t want to commit yet. Or just to keep track of my local scripts.<br
/> And using “git difftool”, it is pretty simple to use third party tools like WinMerge for graphical diffs:</p><ol><li>Create a wrapper script (e.g. <code>git-diff-wrapper.sh</code>) and put it anywhere in your Windows path (%PATH%):<br
/> <code>#!/bin/sh<br
/> "C:/Program Files/WinMerge/WinMergeU.exe" -e -ub "$1" "$2" | cat</code></li><li>Update your .gitconfig to run this script whenever “git difftool” is invoked:<br
/> <code># … more config …<br
/> [diff]<br
/> tool = winmerge<br
/> [difftool "winmerge"]<br
/> cmd = git-diff-wrapper.sh "$LOCAL" "$REMOTE"<br
/> # … more config …</code></li></ol><p>That&#8217;s it, no restart required <img
src='http://www.coliena.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p> ]]></content:encoded> <wfw:commentRss>http://www.coliena.com/blog/2009/11/using-winmerge-with-git-on-windows-7/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Served from: www.coliena.com @ 2012-02-05 23:51:20 by W3 Total Cache -->
