<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.4.3.2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.4.3.2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.4.3.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2006-10-24T02:21:05Z</updated>
<entry>
<title>gitweb: Fix setting $/ in parse_commit()</title>
<updated>2006-10-24T02:21:05Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2006-10-24T00:39:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a153adf683d2b6e22c7e892ed8a161b140156186'/>
<id>urn:sha1:a153adf683d2b6e22c7e892ed8a161b140156186</id>
<content type='text'>
If the commit couldn't have been read, $/ wasn't restored to \n properly,
causing random havoc like git_get_ref_list() returning the ref names with
trailing \n.

Aside of potential confusion in the body of git_search(), no other $/
surprises are hopefully hidden in the code.

Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>daemon: do not die on older clients.</title>
<updated>2006-10-24T01:26:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-10-24T01:26:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=83543a24c316de60b886cd98272fde2bcc99d558'/>
<id>urn:sha1:83543a24c316de60b886cd98272fde2bcc99d558</id>
<content type='text'>
In the older times, the clients did not say which host they were trying
to connect, and the code we recently added did not quite handle the
older clients correctly.

Noticed by Simon Arlott.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header.</title>
<updated>2006-10-23T21:33:54Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-23T20:22:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=67aef034551aed0cc417e8b758a59b9978c4f3f1'/>
<id>urn:sha1:67aef034551aed0cc417e8b758a59b9978c4f3f1</id>
<content type='text'>
This removes trailing blanks from git-generated diff headers
the same way a similar patch did that for GNU diff:

  http://article.gmane.org/gmane.comp.gnu.utils.bugs/13839

That is, it removes trailing blanks on the hunk header line that
shows the function name.

Signed-off-by: Jim Meyering &lt;jim@meyering.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-clone: honor --quiet</title>
<updated>2006-10-23T21:31:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-23T13:59:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=810799ecab6f9164401416988d9d79270315ba18'/>
<id>urn:sha1:810799ecab6f9164401416988d9d79270315ba18</id>
<content type='text'>
I noticed that a cron-launched "git-clone --quiet" was generating
progress output to standard error -- and thus always spamming me.
The offending output was due to git-clone invoking git-read-tree with
its undocumented -v option.
This change turns off "-v" for --quiet.

Signed-off-by: Jim Meyering &lt;jim@meyering.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation for the [remote] config</title>
<updated>2006-10-23T20:19:49Z</updated>
<author>
<name>Santi Béjar</name>
<email>sbejar@gmail.com</email>
</author>
<published>2006-10-23T16:42:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0cc6d3464a1944e930cfb12ba030eb1581323845'/>
<id>urn:sha1:0cc6d3464a1944e930cfb12ba030eb1581323845</id>
<content type='text'>
Signed-off-by: Santi Béjar &lt;sbejar@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>prune-packed: Fix uninitialized variable.</title>
<updated>2006-10-23T20:19:18Z</updated>
<author>
<name>Alexandre Julliard</name>
<email>julliard@winehq.org</email>
</author>
<published>2006-10-23T16:26:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2bb10fe51eae9bf205513b6a1f9197d4599a8c03'/>
<id>urn:sha1:2bb10fe51eae9bf205513b6a1f9197d4599a8c03</id>
<content type='text'>
The dryrun variable was made local instead of static by the previous
commit, and local variables aren't initialized to zero.

Signed-off-by: Alexandre Julliard &lt;julliard@winehq.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>pager: default to LESS=FRSX not LESS=FRS</title>
<updated>2006-10-23T03:28:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-10-23T03:28:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0abc0260fa3419de649fcc1444e3d256a17ca6c7'/>
<id>urn:sha1:0abc0260fa3419de649fcc1444e3d256a17ca6c7</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Make prune also run prune-packed</title>
<updated>2006-10-22T23:39:58Z</updated>
<author>
<name>J. Bruce Fields</name>
<email>bfields@citi.umich.edu</email>
</author>
<published>2006-10-22T23:01:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2eb53e65bd9cdd3b76a6447a1a51dee6e5de96a3'/>
<id>urn:sha1:2eb53e65bd9cdd3b76a6447a1a51dee6e5de96a3</id>
<content type='text'>
Both the git-prune manpage and everday.txt say that git-prune should also prune
unpacked objects that are also found in packs, by running git prune-packed.

Junio thought this was "a regression when prune was rewritten as a built-in."

So modify prune to call prune-packed again.

Signed-off-by: J. Bruce Fields &lt;bfields@citi.umich.edu&gt;
</content>
</entry>
<entry>
<title>git-vc: better installation instructions</title>
<updated>2006-10-22T23:38:32Z</updated>
<author>
<name>Karl Hasselström</name>
<email>kha@yoghurt.hemma.treskal.com</email>
</author>
<published>2006-10-22T18:46:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=474a90fef9ebcdedee041b2def4b9a98b94cd146'/>
<id>urn:sha1:474a90fef9ebcdedee041b2def4b9a98b94cd146</id>
<content type='text'>
Provide some more detailed installation instructions, for the
elisp-challenged among us.

Signed-off-by: Karl Hasselström &lt;kha@treskal.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Do not esc_html $basedir argument to git_print_tree_entry</title>
<updated>2006-10-22T20:24:37Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2006-10-21T15:53:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=300454feaba846b6bf95625c607d7096d81d26eb'/>
<id>urn:sha1:300454feaba846b6bf95625c607d7096d81d26eb</id>
<content type='text'>
In git_tree, rename $base variable (which is passed as $basedir
argument to git_print_tree_entry) to $basedir. Do not esc_html
$basedir, as it is part of file_name ('f') argument in link and not
printed. Add '/' at the end only if $basedir is not empty (it is empty
for top directory) and doesn't end in '/' already.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
