<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.9.7</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v1.7.9.7</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v1.7.9.7'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2012-04-26T17:23:15Z</updated>
<entry>
<title>Git 1.7.9.7</title>
<updated>2012-04-26T17:23:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-04-26T17:23:15Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=d0f1ea6003d97e63110fa7d50bb07f546a909b6e'/>
<id>urn:sha1:d0f1ea6003d97e63110fa7d50bb07f546a909b6e</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 1.7.8.6</title>
<updated>2012-04-26T17:22:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-04-26T17:22:20Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=b2bab5b338b30d45e338c8df3c15e6483d6bb11e'/>
<id>urn:sha1:b2bab5b338b30d45e338c8df3c15e6483d6bb11e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Git 1.7.8.6</title>
<updated>2012-04-26T17:14:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-04-26T16:59:22Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=d9f5ef7a4a760d58f1f824f9fb8c12ef0371d3a9'/>
<id>urn:sha1:d9f5ef7a4a760d58f1f824f9fb8c12ef0371d3a9</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 1.7.7.7</title>
<updated>2012-04-26T16:52:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-04-26T16:52:33Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=aba5f57c8fbb04abc5d286310969c1f767793930'/>
<id>urn:sha1:aba5f57c8fbb04abc5d286310969c1f767793930</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Git 1.7.7.7</title>
<updated>2012-04-26T16:41:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-04-26T16:41:52Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=8258858493ad3504630c3bfa7dfde61df811994a'/>
<id>urn:sha1:8258858493ad3504630c3bfa7dfde61df811994a</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>bundle: remove stray single-quote from error message</title>
<updated>2012-04-26T15:08:07Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2012-04-26T05:53:59Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=97afde15f58728138f8e178b2acb7c72473f7d96'/>
<id>urn:sha1:97afde15f58728138f8e178b2acb7c72473f7d96</id>
<content type='text'>
After running rev-list --boundary to retrieve the list of boundary
commits, "git bundle create" runs its own revision walk.  If in this
stage git encounters an unfamiliar option, it writes a message with an
unbalanced quotation mark:

	error: unrecognized argument: --foo'

Drop the stray quote to match the "unrecognized argument: %s" message
used elsewhere and save translators some work.

This is mostly a futureproofing measure: for now, the "rev-list
--boundary" command catches most strange arguments on its own and the
above message is not seen unless you try something esoteric like "git
bundle create test.bundle --header HEAD".

Reported-by: Junio C Hamano &lt;gitster@pobox.com&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.7.8' into maint-1.7.9</title>
<updated>2012-04-10T19:44:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-04-10T19:44:45Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=6eab5f2f14806cf6a7b665d96766a59c13a41f4b'/>
<id>urn:sha1:6eab5f2f14806cf6a7b665d96766a59c13a41f4b</id>
<content type='text'>
* maint-1.7.8:
  Documentation/gitweb: trivial English fixes
  fetch/receive: remove over-pessimistic connectivity check
</content>
</entry>
<entry>
<title>Merge branch 'jc/maint-verify-objects-remove-pessimism' into maint-1.7.8</title>
<updated>2012-04-09T20:43:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-04-09T20:43:16Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=b1bcfbe34439ff6d1a04d0bddb01eebe4df418a5'/>
<id>urn:sha1:b1bcfbe34439ff6d1a04d0bddb01eebe4df418a5</id>
<content type='text'>
* jc/maint-verify-objects-remove-pessimism:
  fetch/receive: remove over-pessimistic connectivity check
</content>
</entry>
<entry>
<title>Merge branch 'dw/gitweb-doc-grammo' into maint-1.7.8</title>
<updated>2012-04-09T20:42:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-04-09T20:42:56Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=795283c4156eaa9200f29bc3e9a1811c96feecdd'/>
<id>urn:sha1:795283c4156eaa9200f29bc3e9a1811c96feecdd</id>
<content type='text'>
* dw/gitweb-doc-grammo:
  Documentation/gitweb: trivial English fixes
</content>
</entry>
<entry>
<title>Merge branch 'tr/cache-tree' into maint-1.7.8</title>
<updated>2012-04-09T20:40:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-04-09T20:40:32Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=6d5c16a90ccf5724fb885d4b8af295c640da33a4'/>
<id>urn:sha1:6d5c16a90ccf5724fb885d4b8af295c640da33a4</id>
<content type='text'>
* tr/cache-tree:
  t0090: be prepared that 'wc -l' writes leading blanks
  reset: update cache-tree data when appropriate
  commit: write cache-tree data when writing index anyway
  Refactor cache_tree_update idiom from commit
  Test the current state of the cache-tree optimization
  Add test-scrap-cache-tree
</content>
</entry>
</feed>
