<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.8-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.7.8-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.7.8-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2011-11-13T06:14:53Z</updated>
<entry>
<title>Git 1.7.8-rc2</title>
<updated>2011-11-13T06:14:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-11-13T06:14:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bc1bbe0c19a6ff39522b4fa3259f34150e308e1f'/>
<id>urn:sha1:bc1bbe0c19a6ff39522b4fa3259f34150e308e1f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ly/mktree-using-strbuf'</title>
<updated>2011-11-12T05:34:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-11-12T05:34:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=dc865af65f2f97a738a1761d7e9d389101e29e7b'/>
<id>urn:sha1:dc865af65f2f97a738a1761d7e9d389101e29e7b</id>
<content type='text'>
* ly/mktree-using-strbuf:
  mktree: fix a memory leak in write_tree()
</content>
</entry>
<entry>
<title>Merge "Move 'builtin-*' into a 'builtin/' subdirectory"</title>
<updated>2011-11-10T17:10:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-11-10T17:10:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c444c16589f95ac22d8e3ffe603cd7f0613512ce'/>
<id>urn:sha1:c444c16589f95ac22d8e3ffe603cd7f0613512ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge 'build-in git-mktree'</title>
<updated>2011-11-10T17:05:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-11-10T17:05:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=77f143bf3e218857ec8e5244d7e862e8e0c1a041'/>
<id>urn:sha1:77f143bf3e218857ec8e5244d7e862e8e0c1a041</id>
<content type='text'>
* commit '633e3556ccbc': (5835 commits)
  build-in git-mktree
  allow -t abbreviation for --track in git branch
  gitweb: Remove function prototypes (cleanup)
  Documentation: cloning to empty directory is allowed
  Clarify kind of conflict in merge-one-file helper
  git config: clarify --add and --get-color
  archive-tar.c: squelch a type mismatch warning
  Start 1.6.4 development
  Start 1.6.3.1 maintenance series.
  GIT 1.6.3
  t4029: use sh instead of bash
  t4200: convert sed expression which operates on non-text file to perl
  t4200: remove two unnecessary lines
  t/annotate-tests.sh: avoid passing a non-newline terminated file to sed
  t4118: avoid sed invocation on file without terminating newline
  t4118: add missing '&amp;&amp;'
  t8005: use egrep when extended regular expressions are required
  git-clean doc: the command only affects paths under $(cwd)
  improve error message in config.c
  t4018-diff-funcname: add cpp xfuncname pattern to syntax test
  ...
</content>
</entry>
<entry>
<title>mktree: fix a memory leak in write_tree()</title>
<updated>2011-11-10T17:04:08Z</updated>
<author>
<name>Liu Yuan</name>
<email>tailai.ly@taobao.com</email>
</author>
<published>2011-11-10T08:39:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cd9519bd2c5c666cfb3ec219ee0b47c83f26f3fe'/>
<id>urn:sha1:cd9519bd2c5c666cfb3ec219ee0b47c83f26f3fe</id>
<content type='text'>
We forget to call strbuf_release to release the buf memory.

Signed-off-by: Liu Yuan &lt;tailai.ly@taobao.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'sn/complete-bash-wo-process-subst'</title>
<updated>2011-11-09T13:46:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-11-09T13:46:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=248dbbe83256202f0edd6e1468d01cfbe27fd733'/>
<id>urn:sha1:248dbbe83256202f0edd6e1468d01cfbe27fd733</id>
<content type='text'>
* sn/complete-bash-wo-process-subst:
  completion: don't leak variable from the prompt into environment
</content>
</entry>
<entry>
<title>completion: don't leak variable from the prompt into environment</title>
<updated>2011-11-09T13:44:05Z</updated>
<author>
<name>SZEDER Gábor</name>
<email>szeder@ira.uka.de</email>
</author>
<published>2011-11-09T10:02:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4804d437916d08068143dfc265cc7b5e2f4883e6'/>
<id>urn:sha1:4804d437916d08068143dfc265cc7b5e2f4883e6</id>
<content type='text'>
Commit e5b8eebc (completion: fix issue with process substitution not
working on Git for Windows, 2011-10-26) introduced a new variable in
__git_ps1_show_upstream(), but didn't declare it as local to prevent it
from leaking into the environment.

We may want to rewrite it like the following, but that can wait until the
next cycle.

	while read key value
	do
		...
	done &lt;&lt;-EOF
	$(git config -z --get-regexp ...)
	EOF

Signed-off-by: SZEDER Gábor &lt;szeder@ira.uka.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Update draft release notes to 1.7.8</title>
<updated>2011-11-09T00:42:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-11-09T00:42:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8a042478967679b0dab3137f5f18367a0ffdc48a'/>
<id>urn:sha1:8a042478967679b0dab3137f5f18367a0ffdc48a</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/remote-setbranches-usage-fix'</title>
<updated>2011-11-09T00:40:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-11-09T00:40:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d7a0129b3cf40e4f001295a22e2e9f8f6cbc14a4'/>
<id>urn:sha1:d7a0129b3cf40e4f001295a22e2e9f8f6cbc14a4</id>
<content type='text'>
* jc/remote-setbranches-usage-fix:
  remote: fix set-branches usage
</content>
</entry>
<entry>
<title>Merge branch 'fc/remote-seturl-usage-fix'</title>
<updated>2011-11-09T00:40:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-11-09T00:40:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8327ee8677e3cdee4fc3563b9e5565405068e41e'/>
<id>urn:sha1:8327ee8677e3cdee4fc3563b9e5565405068e41e</id>
<content type='text'>
* fc/remote-seturl-usage-fix:
  remote: fix remote set-url usage
</content>
</entry>
</feed>
