<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/technical, branch v1.7.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.7.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.7.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2010-07-12T06:47:29Z</updated>
<entry>
<title>Merge branch 'maint'</title>
<updated>2010-07-12T06:47:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-12T06:47:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=609eb9f7ff2af45d52ea90c0678a442d46aaa163'/>
<id>urn:sha1:609eb9f7ff2af45d52ea90c0678a442d46aaa163</id>
<content type='text'>
* maint:
  Documentation: Spelling fix in protocol-capabilities.txt
  checkout: accord documentation to what git does
  t0005: work around strange $? in ksh when program terminated by a signal
</content>
</entry>
<entry>
<title>Documentation: Spelling fix in protocol-capabilities.txt</title>
<updated>2010-07-10T00:36:28Z</updated>
<author>
<name>Fredrik Skolmli</name>
<email>fredrik@frsk.net</email>
</author>
<published>2010-07-10T00:00:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5d1e34158a3023af48541bf1731d202849929a12'/>
<id>urn:sha1:5d1e34158a3023af48541bf1731d202849929a12</id>
<content type='text'>
Signed-off-by: Fredrik Skolmli &lt;fredrik@frsk.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jp/string-list-api-cleanup'</title>
<updated>2010-06-30T18:55:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-30T18:55:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a53deac89eb6c65cd953c730f33b86ac3f72d647'/>
<id>urn:sha1:a53deac89eb6c65cd953c730f33b86ac3f72d647</id>
<content type='text'>
* jp/string-list-api-cleanup:
  string_list: Fix argument order for string_list_append
  string_list: Fix argument order for string_list_lookup
  string_list: Fix argument order for string_list_insert_at_index
  string_list: Fix argument order for string_list_insert
  string_list: Fix argument order for for_each_string_list
  string_list: Fix argument order for print_string_list
</content>
</entry>
<entry>
<title>string_list: Fix argument order for string_list_append</title>
<updated>2010-06-27T17:06:52Z</updated>
<author>
<name>Julian Phillips</name>
<email>julian@quantumfyre.co.uk</email>
</author>
<published>2010-06-25T23:41:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1d2f80fa79cdc6f7f4fa1cefb47d7d19be3bc5ee'/>
<id>urn:sha1:1d2f80fa79cdc6f7f4fa1cefb47d7d19be3bc5ee</id>
<content type='text'>
Update the definition and callers of string_list_append to use the
string_list as the first argument.  This helps make the string_list
API easier to use by being more consistent.

Signed-off-by: Julian Phillips &lt;julian@quantumfyre.co.uk&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'js/async-thread'</title>
<updated>2010-06-21T13:02:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-21T13:02:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=762655010d6f051f632a77b8c5b95b9f5cad02c9'/>
<id>urn:sha1:762655010d6f051f632a77b8c5b95b9f5cad02c9</id>
<content type='text'>
* js/async-thread:
  fast-import: die_nicely() back to vsnprintf (reverts part of ebaa79f)
  Enable threaded async procedures whenever pthreads is available
  Dying in an async procedure should only exit the thread, not the process.
  Reimplement async procedures using pthreads
  Windows: more pthreads functions
  Fix signature of fcntl() compatibility dummy
  Make report() from usage.c public as vreportf() and use it.
  Modernize t5530-upload-pack-error.

Conflicts:
	http-backend.c
</content>
</entry>
<entry>
<title>Merge branch 'sb/fmt-merge-msg'</title>
<updated>2010-04-06T21:50:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-04-06T21:50:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ae722b4e2796522261b0f130eb86b665499625e6'/>
<id>urn:sha1:ae722b4e2796522261b0f130eb86b665499625e6</id>
<content type='text'>
* sb/fmt-merge-msg:
  fmt-merge-msg: hide summary option
  fmt-merge-msg: remove custom string_list implementation
  string-list: add unsorted_string_list_lookup()
  fmt-merge-msg: use pretty.c routines
  t6200: test fmt-merge-msg more
  t6200: modernize with test_tick
  fmt-merge-msg: be quiet if nothing to merge
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2010-04-04T17:23:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-04-04T17:23:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=11766ca4a89ba960271e94281463d1b44654ca3b'/>
<id>urn:sha1:11766ca4a89ba960271e94281463d1b44654ca3b</id>
<content type='text'>
* maint:
  pack-protocol.txt: fix pkt-line lengths
  pack-protocol.txt: fix spelling
</content>
</entry>
<entry>
<title>pack-protocol.txt: fix pkt-line lengths</title>
<updated>2010-04-04T17:18:21Z</updated>
<author>
<name>Tay Ray Chuan</name>
<email>rctay89@gmail.com</email>
</author>
<published>2010-04-04T13:12:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c8a97906bad44c83acfec33e7e0a3bb4b15a716d'/>
<id>urn:sha1:c8a97906bad44c83acfec33e7e0a3bb4b15a716d</id>
<content type='text'>
Previously, the lengths were 4-bytes short. Fix it such that the lengths
reflect the total length of the pkt-line, as per spec.

Signed-off-by: Tay Ray Chuan &lt;rctay89@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>pack-protocol.txt: fix spelling</title>
<updated>2010-04-04T17:18:19Z</updated>
<author>
<name>Tay Ray Chuan</name>
<email>rctay89@gmail.com</email>
</author>
<published>2010-04-04T13:12:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8e50175d945166c26f24827019882ee6607f65f7'/>
<id>urn:sha1:8e50175d945166c26f24827019882ee6607f65f7</id>
<content type='text'>
s/paramater/parameter/.

Signed-off-by: Tay Ray Chuan &lt;rctay89@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>string-list: add unsorted_string_list_lookup()</title>
<updated>2010-03-25T02:41:19Z</updated>
<author>
<name>Stephen Boyd</name>
<email>bebarino@gmail.com</email>
</author>
<published>2010-03-24T07:16:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e242148012196772e3fe2652d538fb923b91ca92'/>
<id>urn:sha1:e242148012196772e3fe2652d538fb923b91ca92</id>
<content type='text'>
Sometimes users need to lookup a string in an unsorted string_list. In
that case they should use this function instead of the version for
sorted strings.

Signed-off-by: Stephen Boyd &lt;bebarino@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
