<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/git.git, branch rs/run-command-env-array</title>
<subtitle>github.com: git/git.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/'/>
<entry>
<title>use env_array member of struct child_process</title>
<updated>2014-10-19T22:26:34+00:00</updated>
<author>
<name>René Scharfe</name>
<email>l.s.r@web.de</email>
</author>
<published>2014-10-19T11:14:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=a915459097b72da9cc058172a54029352b684b0f'/>
<id>a915459097b72da9cc058172a54029352b684b0f</id>
<content type='text'>
Convert users of struct child_process to using the managed env_array for
specifying environment variables instead of supplying an array on the
stack or bringing their own argv_array.  This shortens and simplifies
the code and ensures automatically that the allocated memory is freed
after use.

Signed-off-by: Rene Scharfe &lt;l.s.r@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert users of struct child_process to using the managed env_array for
specifying environment variables instead of supplying an array on the
stack or bringing their own argv_array.  This shortens and simplifies
the code and ensures automatically that the allocated memory is freed
after use.

Signed-off-by: Rene Scharfe &lt;l.s.r@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>run-command: add env_array, an optional argv_array for env</title>
<updated>2014-10-19T22:26:31+00:00</updated>
<author>
<name>René Scharfe</name>
<email>l.s.r@web.de</email>
</author>
<published>2014-10-19T11:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=19a583dc39e3e1110f746e837c5ce1953d6ebfa1'/>
<id>19a583dc39e3e1110f746e837c5ce1953d6ebfa1</id>
<content type='text'>
Similar to args, add a struct argv_array member to struct child_process
that simplifies specifying the environment for children.  It is freed
automatically by finish_command() or if start_command() encounters an
error.

Suggested-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Rene Scharfe &lt;l.s.r@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Similar to args, add a struct argv_array member to struct child_process
that simplifies specifying the environment for children.  It is freed
automatically by finish_command() or if start_command() encounters an
error.

Suggested-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Rene Scharfe &lt;l.s.r@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jc/completion-no-chdir'</title>
<updated>2014-10-16T21:16:49+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-10-16T21:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=98349e5364da6164add4ede3e63ceba2cc39159b'/>
<id>98349e5364da6164add4ede3e63ceba2cc39159b</id>
<content type='text'>
* jc/completion-no-chdir:
  completion: use "git -C $there" instead of (cd $there &amp;&amp; git ...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* jc/completion-no-chdir:
  completion: use "git -C $there" instead of (cd $there &amp;&amp; git ...)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bw/trace-no-inline-getnanotime'</title>
<updated>2014-10-16T21:16:45+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-10-16T21:16:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=c11dc64722fc0bb496efb1b6de87012a132c04fc'/>
<id>c11dc64722fc0bb496efb1b6de87012a132c04fc</id>
<content type='text'>
No file-scope static variables in an inlined function, please.

* bw/trace-no-inline-getnanotime:
  trace.c: do not mark getnanotime() as "inline"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No file-scope static variables in an inlined function, please.

* bw/trace-no-inline-getnanotime:
  trace.c: do not mark getnanotime() as "inline"
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'po/everyday-doc'</title>
<updated>2014-10-16T21:16:42+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-10-16T21:16:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=1cb3324e6152f3b35a7175b84a82b714290090fa'/>
<id>1cb3324e6152f3b35a7175b84a82b714290090fa</id>
<content type='text'>
"git help everyday" to show the Everyday Git document.

* po/everyday-doc:
  doc: add 'everyday' to 'git help'
  doc: Makefile regularise OBSOLETE_HTML list building
  doc: modernise everyday.txt wording and format in man page style
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"git help everyday" to show the Everyday Git document.

* po/everyday-doc:
  doc: add 'everyday' to 'git help'
  doc: Makefile regularise OBSOLETE_HTML list building
  doc: modernise everyday.txt wording and format in man page style
</pre>
</div>
</content>
</entry>
<entry>
<title>Update draft release notes to 2.2</title>
<updated>2014-10-14T17:59:04+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-10-14T17:59:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=670a3c1d5a27bfb1cc6b526559c6f5874f00042f'/>
<id>670a3c1d5a27bfb1cc6b526559c6f5874f00042f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bc/asciidoc-pretty-formats-fix'</title>
<updated>2014-10-14T17:50:21+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-10-14T17:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=337233c5021745b802bb4b9e862a1fe89ffc0527'/>
<id>337233c5021745b802bb4b9e862a1fe89ffc0527</id>
<content type='text'>
* bc/asciidoc-pretty-formats-fix:
  Documentation: fix misrender of pretty-formats in Asciidoctor
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bc/asciidoc-pretty-formats-fix:
  Documentation: fix misrender of pretty-formats in Asciidoctor
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs/plug-leak-in-bundle'</title>
<updated>2014-10-14T17:50:10+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-10-14T17:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=0189df3161986643565f12418a8c64edbc42de2e'/>
<id>0189df3161986643565f12418a8c64edbc42de2e</id>
<content type='text'>
* rs/plug-leak-in-bundle:
  bundle: plug minor memory leak in is_tag_in_date_range()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rs/plug-leak-in-bundle:
  bundle: plug minor memory leak in is_tag_in_date_range()
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs/more-uses-of-skip-prefix'</title>
<updated>2014-10-14T17:50:07+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-10-14T17:50:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=145c590df8131abe510adde677eb3121cf52d31e'/>
<id>145c590df8131abe510adde677eb3121cf52d31e</id>
<content type='text'>
* rs/more-uses-of-skip-prefix:
  use skip_prefix() to avoid more magic numbers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rs/more-uses-of-skip-prefix:
  use skip_prefix() to avoid more magic numbers
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs/mailsplit'</title>
<updated>2014-10-14T17:50:02+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-10-14T17:50:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=63434da0b4966894b5b812965cb3ada3d4101d6c'/>
<id>63434da0b4966894b5b812965cb3ada3d4101d6c</id>
<content type='text'>
* rs/mailsplit:
  mailsplit: remove unnecessary unlink(2) call
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rs/mailsplit:
  mailsplit: remove unnecessary unlink(2) call
</pre>
</div>
</content>
</entry>
</feed>
