<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git, branch v1.5.6.4</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.5.6.4</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.5.6.4'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2008-07-19T17:58:01Z</updated>
<entry>
<title>GIT 1.5.6.4</title>
<updated>2008-07-19T17:58:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-07-19T17:58:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=a1b6fb04b1c1b581dfac5c13641af8b3ae44810f'/>
<id>urn:sha1:a1b6fb04b1c1b581dfac5c13641af8b3ae44810f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>builtin-rm: fix index lock file path</title>
<updated>2008-07-19T17:41:17Z</updated>
<author>
<name>Olivier Marin</name>
<email>dkr@freesurf.fr</email>
</author>
<published>2008-07-19T16:24:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=4d2646727997c82c04a82ce38e56d76e7b5d268b'/>
<id>urn:sha1:4d2646727997c82c04a82ce38e56d76e7b5d268b</id>
<content type='text'>
When hold_locked_index() is called with a relative git_dir and you are
outside the work tree, the lock file become relative to the current
directory. So when later setup_work_tree() change the current directory
it breaks lock file path and commit_locked_index() fails.

This patch move index locking code after setup_work_tree() call to make
lock file relative to the working tree as it should be and add a test
case.

Noticed by Nick Andrew.

Signed-off-by: Olivier Marin &lt;dkr@freesurf.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'sp/maint-index-pack' into maint</title>
<updated>2008-07-18T22:39:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-07-18T22:39:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=fcf74dbfca9738a724995c92f0845e8018e51a0e'/>
<id>urn:sha1:fcf74dbfca9738a724995c92f0845e8018e51a0e</id>
<content type='text'>
* sp/maint-index-pack:
  index-pack: Honor core.deltaBaseCacheLimit when resolving deltas
  index-pack: Track the object_entry that creates each base_data
  index-pack: Chain the struct base_data on the stack for traversal
  index-pack: Refactor base arguments of resolve_delta into a struct
</content>
</entry>
<entry>
<title>http-fetch: do not SEGV after fetching a bad pack idx file</title>
<updated>2008-07-18T07:11:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-07-18T07:11:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=a70c232e0fcb1a72cec024def0f8b1377f15daf4'/>
<id>urn:sha1:a70c232e0fcb1a72cec024def0f8b1377f15daf4</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>rev-list: honor --quiet option</title>
<updated>2008-07-18T06:36:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-07-18T05:39:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d85fe389594dc1b6f64c0aae7146a6d92399c3a9'/>
<id>urn:sha1:d85fe389594dc1b6f64c0aae7146a6d92399c3a9</id>
<content type='text'>
Nick Andrew noticed that rev-list lets --quiet option to be parsed by
underlying diff_options parser but did not pick up the result.  This
resulted in --quiet option to become effectively a no-op.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>api-run-command.txt: typofix</title>
<updated>2008-07-18T03:50:06Z</updated>
<author>
<name>Stephan Beyer</name>
<email>s-beyer@gmx.net</email>
</author>
<published>2008-07-17T23:53:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=6c69207c73aaf63c13105d526453d0bd75f12f34'/>
<id>urn:sha1:6c69207c73aaf63c13105d526453d0bd75f12f34</id>
<content type='text'>
Replace "run_command_v_opt_dir" by "run_command_v_opt_cd".

Signed-off-by: Stephan Beyer &lt;s-beyer@gmx.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Start preparing 1.5.6.4 release notes</title>
<updated>2008-07-16T22:55:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-07-16T22:55:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=473a189b92b70295157d20fe229d44824061c79f'/>
<id>urn:sha1:473a189b92b70295157d20fe229d44824061c79f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git fetch-pack: do not complain about "no common commits" in an empty repo</title>
<updated>2008-07-16T22:53:43Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2008-07-02T17:06:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=ebcce310f2018b26a21b2926490209f5550620fe'/>
<id>urn:sha1:ebcce310f2018b26a21b2926490209f5550620fe</id>
<content type='text'>
If the repo is empty, it is obvious that there are no common commits
when fetching from _anywhere_.

So there is no use in saying it in that case, and it can even be
annoying.  Therefore suppress the message unilaterally if the repository
is empty prior to the fetch.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'js/maint-pretty-mailmap' into maint</title>
<updated>2008-07-16T22:27:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-07-16T22:27:03Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=013942f637e2e0706b5a44e58a9d285bc57c5305'/>
<id>urn:sha1:013942f637e2e0706b5a44e58a9d285bc57c5305</id>
<content type='text'>
* js/maint-pretty-mailmap:
  Add pretty format %aN which gives the author name, respecting .mailmap
</content>
</entry>
<entry>
<title>Merge branch 'sp/maint-bash-completion-optim' into maint</title>
<updated>2008-07-16T22:25:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-07-16T22:25:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=c9784cd0c8576ccbacb3d7dd14000d0892c3fdf6'/>
<id>urn:sha1:c9784cd0c8576ccbacb3d7dd14000d0892c3fdf6</id>
<content type='text'>
* sp/maint-bash-completion-optim:
  bash completion: Resolve git show ref:path&lt;tab&gt; losing ref: portion
  bash completion: Append space after file names have been completed
  bash completion: Don't offer "a.." as a completion for "a."
  bash completion: Improve responsiveness of git-log completion
</content>
</entry>
</feed>
