<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.3.2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.7.3.2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.7.3.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2010-10-22T00:14:32Z</updated>
<entry>
<title>Git 1.7.3.2</title>
<updated>2010-10-22T00:14:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-10-22T00:14:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8a90438506d3b7c8ef8bd802b7ed10c1f12da1d0'/>
<id>urn:sha1:8a90438506d3b7c8ef8bd802b7ed10c1f12da1d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'sn/doc-opt-notation' into maint</title>
<updated>2010-10-21T23:26:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-10-21T23:26:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f7bff60de95951d2c82601350cb3771b347e83ee'/>
<id>urn:sha1:f7bff60de95951d2c82601350cb3771b347e83ee</id>
<content type='text'>
* sn/doc-opt-notation:
  Fix {update,checkout}-index usage strings
  Put a space between `&lt;' and argument in pack-objects usage string
  Remove stray quotes in --pretty and --format documentation
  Use parentheses and `...' where appropriate
  Fix odd markup in --diff-filter documentation
  Use angles for placeholders consistently
</content>
</entry>
<entry>
<title>Merge branch 'mg/fix-build-remote-helpers' into maint</title>
<updated>2010-10-21T23:26:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-10-21T23:26:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=75a2f301676aefb85c4f67da613cad2405e77927'/>
<id>urn:sha1:75a2f301676aefb85c4f67da613cad2405e77927</id>
<content type='text'>
* mg/fix-build-remote-helpers:
  remote-helpers: build in platform independent directory
</content>
</entry>
<entry>
<title>t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'</title>
<updated>2010-10-19T21:15:30Z</updated>
<author>
<name>Antonio Ospite</name>
<email>ospite@studenti.unina.it</email>
</author>
<published>2010-10-19T09:50:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5b57413cb3952654031115f6f840e3dcb120914e'/>
<id>urn:sha1:5b57413cb3952654031115f6f840e3dcb120914e</id>
<content type='text'>
Signed-off-by: Antonio Ospite &lt;ospite@studenti.unina.it&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Clarify and extend the "git diff" format documentation</title>
<updated>2010-10-19T21:15:30Z</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2010-10-14T10:53:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9659df52822a2fd7f85725d2ff680871b1f3bdc7'/>
<id>urn:sha1:9659df52822a2fd7f85725d2ff680871b1f3bdc7</id>
<content type='text'>
Move the similarity and dissimilarity index header description closer to
where those extended headers are described.

Describe and/or clarify the format used for file modes, pathnames, and
the index header.

Document that all "old" files refer to the state before applying the
*entire* output, and all "new" files refer to the state thereafter.

Signed-off-by: Andreas Gruenbacher &lt;agruen@suse.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-show-ref.txt: clarify the pattern matching</title>
<updated>2010-10-19T21:15:30Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2010-10-18T11:33:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9fbd8986bb475befb27e0597c2ce0a7ce015334c'/>
<id>urn:sha1:9fbd8986bb475befb27e0597c2ce0a7ce015334c</id>
<content type='text'>
git-show-ref really does not do what one would expect under the name
pattern matching, so describe it.

Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>documentation: git-config minor cleanups</title>
<updated>2010-10-19T21:15:30Z</updated>
<author>
<name>Cliff Frey</name>
<email>cliff@meraki.com</email>
</author>
<published>2010-10-18T03:10:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9373bdc402585963e58f57e75b6396dd08becc77'/>
<id>urn:sha1:9373bdc402585963e58f57e75b6396dd08becc77</id>
<content type='text'>
Change push.default's description to add hyphens between values and
descriptions to make the manpage easier to read.  The html version is
readable either way.

Change status.showUntrackedFiles to make item descriptions be
sentences and to use the same asciidoc format as push.default.  The
only visual change is the additions of "."

Signed-off-by: Cliff Frey &lt;cliff@meraki.com&gt;
Acked-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Update test script annotate-tests.sh to handle missing/extra authors</title>
<updated>2010-10-19T21:15:30Z</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2010-10-16T11:09:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=27eea66b28e15890ae587303c1c316388845169e'/>
<id>urn:sha1:27eea66b28e15890ae587303c1c316388845169e</id>
<content type='text'>
The current script used by annotate-tests.sh (used by t8001 and t8002) fails
to emit a warning if any of the expected authors never show up in the output
or if authors that show up in the output were never specified as expected.
Update the script to fail in both of these scenarios.

Helped-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Kevin Ballard &lt;kevin@sb.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Better advice on using topic branches for kernel development</title>
<updated>2010-10-14T02:10:56Z</updated>
<author>
<name>Luck, Tony</name>
<email>tony.luck@intel.com</email>
</author>
<published>2010-10-01T18:57:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=352953a556e7f8d720e26a32d4aabbf823d3c4d4'/>
<id>urn:sha1:352953a556e7f8d720e26a32d4aabbf823d3c4d4</id>
<content type='text'>
Linus Torvalds wrote:
&gt; The real problem is that maintainers often pick random - and not at
&gt; all stable - points for their development to begin with. They just
&gt; pick some random "this is where Linus -git tree is today", and do
&gt; their development on top of that. THAT is the problem - they are
&gt; unaware that there's some nasty bug in that version.

Maybe they do this because they read it in the Git user-manual.

Fix the manual to give them better guidance.

Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: update implicit "--no-index" behavior in "git diff"</title>
<updated>2010-10-14T02:10:56Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2010-10-11T16:06:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=24757702395ed4c828af585f2d8ba0efda5cf697'/>
<id>urn:sha1:24757702395ed4c828af585f2d8ba0efda5cf697</id>
<content type='text'>
Originally "--no-index" mode triggered for untracked files within the
tracked tree, but with v1.5.6-rc1~41 (Merge branch 'jc/diff-no-no-index,
2008-05-26) the command was fixed to only implicitly trigger when paths
outside the tracked tree are mentioned.

Reported-by: Yann Dirson &lt;dirson@bertin.fr&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
