<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.5.5.1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.5.5.1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.5.5.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2008-04-20T18:36:53Z</updated>
<entry>
<title>GIT 1.5.5.1</title>
<updated>2008-04-20T18:36:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-04-20T18:36:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=66aaa2fc22c8494d9019b241f5d6395a6044a895'/>
<id>urn:sha1:66aaa2fc22c8494d9019b241f5d6395a6044a895</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/maint-rebase-am' into maint</title>
<updated>2008-04-20T06:01:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-04-20T06:01:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=41a3e3aa9bdaede9ab7afed206428c1b071060d2'/>
<id>urn:sha1:41a3e3aa9bdaede9ab7afed206428c1b071060d2</id>
<content type='text'>
* jc/maint-rebase-am:
  rebase: do not munge commit log message

Conflicts:

	git-am.sh
</content>
</entry>
<entry>
<title>gitweb: Fix 'history' view for deleted files with history</title>
<updated>2008-04-19T05:10:38Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2008-04-13T12:12:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5634cf24766f8700804ca55f5e8567c88538a5b0'/>
<id>urn:sha1:5634cf24766f8700804ca55f5e8567c88538a5b0</id>
<content type='text'>
When asked for history of a file which is not present in given branch
("HEAD", i.e. current branch, or given by transient $hash_hase ('hb')
parameter), but is present deeper in the history (meaning that "git
rev-list --full-history $hash_base -- $file_name" is not empty), and
there is no $hash ('h') parameter set for a file, gitweb would spew
multiple of "Use of uninitialized value" warnings, and some links
would be missing.  This commit fixes this bug.

This bug occurs in the rare cases when "git log -- &lt;path&gt;" is empty
and "git log --full-history -- &lt;path&gt;" is not, or to be more exact in
the cases when full-history starts later than given branch.  It can
happen if you are using handcrafted gitwb URL, or if you follow
generic 'history' link or bookmark for a file which got deleted.

Gitweb tried to get file type ('tree', or 'blob', or even 'commit')
from the commit we start searching from (where the file was not
present), and not among found commits.  This was the cause of "Use of
uninitialized value" warnings.

This commit also add tests for such situation to t9500 test.

While we are it, return HTTP error if there is _no_ history; it means
that file or directory was not found (for given branch).  Also error
out if type of item could not be found: it should not happen now, but
better be sure.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Document that WebDAV doesn't need git on the server, and works over SSL</title>
<updated>2008-04-19T05:09:24Z</updated>
<author>
<name>Matthieu Moy</name>
<email>Matthieu.Moy@imag.fr</email>
</author>
<published>2008-04-13T13:38:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f01f81505a401f774855ae07dd1be01efde0cfbd'/>
<id>urn:sha1:f01f81505a401f774855ae07dd1be01efde0cfbd</id>
<content type='text'>
I managed to set up a Git repository on a preconfigured WebDAV server,
and using HTTPS, without installing Git on it or changing the server
configuration. This works through a proxy too. This patch reflects
this (it previously stated that Git was _necessary_ on the server,
which isn't true). Also give a few hints to troubleshoting.

Signed-off-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.5.4' into maint</title>
<updated>2008-04-19T05:07:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-04-19T05:07:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4c414e2e09607d53141573710ef6d79db2aa64ae'/>
<id>urn:sha1:4c414e2e09607d53141573710ef6d79db2aa64ae</id>
<content type='text'>
* maint-1.5.4:
  am: POSIX portability fix
</content>
</entry>
<entry>
<title>git-remote: reject adding remotes with invalid names</title>
<updated>2008-04-18T23:31:27Z</updated>
<author>
<name>Jonas Fonseca</name>
<email>fonseca@diku.dk</email>
</author>
<published>2008-04-13T09:56:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=24b6177e0261efba063c0b83ae0cdc5993945da9'/>
<id>urn:sha1:24b6177e0261efba063c0b83ae0cdc5993945da9</id>
<content type='text'>
This can happen if the arguments to git-remote add is switched by the
user, and git would only show an error if fetching was also requested.
Fix it by using the refspec parsing engine to check if the requested
name can be parsed as a remote before add it.

Also cleanup so that the "remote.&lt;name&gt;.url" config name buffer is only
initialized once.

Signed-off-by: Jonas Fonseca &lt;fonseca@diku.dk&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>am: POSIX portability fix</title>
<updated>2008-04-18T23:11:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-04-18T23:11:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=29df2385d09611219c53d07f453794d6146e73a3'/>
<id>urn:sha1:29df2385d09611219c53d07f453794d6146e73a3</id>
<content type='text'>
POSIX allows echo without flag to interpret specials such as \n, and we
tried to make things portable by using printf instead where it matters.
Recently added code to "git am" had unprotected "echo", which was caught
by t4014 and Rémi Vanicat.

This should fix it.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.5.4' into maint</title>
<updated>2008-04-17T00:04:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-04-17T00:04:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d0ab520a2599afdfd4d61894863984fc36842b12'/>
<id>urn:sha1:d0ab520a2599afdfd4d61894863984fc36842b12</id>
<content type='text'>
* maint-1.5.4:
  git-am: minor cleanup
  Clarify and fix English in "git-rm" documentation
</content>
</entry>
<entry>
<title>git-am: minor cleanup</title>
<updated>2008-04-16T23:46:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-04-16T23:46:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=11dc4e70c33c2fbbff19014035d3bf624da1902c'/>
<id>urn:sha1:11dc4e70c33c2fbbff19014035d3bf624da1902c</id>
<content type='text'>
This moves the assignment to FIRSTLINE down so that we do not have
to have multiple copies.

Suggested by Linus.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Clarify and fix English in "git-rm" documentation</title>
<updated>2008-04-16T23:45:23Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@jdl.com</email>
</author>
<published>2008-04-16T23:41:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=25dc72007706a69c700fc14fef65440b250bf564'/>
<id>urn:sha1:25dc72007706a69c700fc14fef65440b250bf564</id>
<content type='text'>
Do some verb-noun agreement changes.
Clarify some file globbing cases.
Fixed a wrong statement in an example.

Signed-off-by: Jon Loeliger &lt;jdl@jdl.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
