<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-annotate.perl, branch v1.3.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.3.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.3.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-04-28T21:29:04Z</updated>
<entry>
<title>annotate: display usage information if no filename was given</title>
<updated>2006-04-28T21:29:04Z</updated>
<author>
<name>Matthias Kestenholz</name>
<email>matthias@spinlock.ch</email>
</author>
<published>2006-04-28T08:41:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fe77bb1a02d5b8dd3915cd27a83b660debaecda4'/>
<id>urn:sha1:fe77bb1a02d5b8dd3915cd27a83b660debaecda4</id>
<content type='text'>
Signed-off-by: Matthias Kestenholz &lt;matthias@spinlock.ch&gt;
</content>
</entry>
<entry>
<title>annotate: fix warning about uninitialized scalar</title>
<updated>2006-04-28T21:28:28Z</updated>
<author>
<name>Matthias Kestenholz</name>
<email>matthias@spinlock.ch</email>
</author>
<published>2006-04-28T08:42:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d0ad1653662a214baddc1d1ce669a28b91a3ae76'/>
<id>urn:sha1:d0ad1653662a214baddc1d1ce669a28b91a3ae76</id>
<content type='text'>
Use of uninitialized value in scalar chomp at
./git-annotate.perl line 212, &lt;$kid&gt; chunk 4.

Signed-off-by: Matthias Kestenholz &lt;matthias@spinlock.ch&gt;
</content>
</entry>
<entry>
<title>annotate.perl triggers rpm bug</title>
<updated>2006-03-11T08:03:30Z</updated>
<author>
<name>sean</name>
<email>seanlkml@sympatico.ca</email>
</author>
<published>2006-03-11T07:39:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=be767c91724275c4534965c0d25c452b76057602'/>
<id>urn:sha1:be767c91724275c4534965c0d25c452b76057602</id>
<content type='text'>
RPM, at least on Fedora boxes, automatically creates a
dependency for any perl "use" lines, and one of the help text
lines unfortunately begins like this:

    -S, --rev-file revs-file
            use revs from revs-file instead of calling git-rev-list

RPM gets confused and creates a false dependecy for the
nonexistent perl package "revs".  Obviously this creates a
problem when someone goes to install the git-core rpm.

Since other help sentences all start with capital letter, make
this one match them by upcasing "Use".  As a side effect, RPM
stops getting confused.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>annotate: Support annotation of files on other revisions.</title>
<updated>2006-03-06T06:01:28Z</updated>
<author>
<name>Ryan Anderson</name>
<email>ryan@michonline.com</email>
</author>
<published>2006-03-06T02:43:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5fcab3d7db9bb29f3897a593da69d6ae83a405ef'/>
<id>urn:sha1:5fcab3d7db9bb29f3897a593da69d6ae83a405ef</id>
<content type='text'>
This is a bug fix, and cleans up one or two other things spotted during the
course of tracking down the main bug here.

[jc: the part that updates test-suite is split out to the next
 one. Also I dropped "use Data::Dumper;" which seemed leftover
 from debugging session.]

Signed-off-by: Ryan Anderson &lt;ryan@michonline.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>blame and annotate: show localtime with timezone.</title>
<updated>2006-03-06T00:02:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-03-05T22:48:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cfea8e077b9a8956080688ab40e9efd812c2a0c5'/>
<id>urn:sha1:cfea8e077b9a8956080688ab40e9efd812c2a0c5</id>
<content type='text'>
Earlier they showed gmtime and timezone, which was inconsistent
with the way our commits and tags are pretty-printed.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>annotate should number lines starting with 1</title>
<updated>2006-03-03T23:09:04Z</updated>
<author>
<name>Luck, Tony</name>
<email>tony.luck@intel.com</email>
</author>
<published>2006-03-02T23:27:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c6d4217ebc15aea283050d816f3c616eebb9f477'/>
<id>urn:sha1:c6d4217ebc15aea283050d816f3c616eebb9f477</id>
<content type='text'>
C programmers are well used to counting from zero, but every
other text file tool starts counting from 1.

Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>annotate: resurrect raw timestamps.</title>
<updated>2006-03-02T09:50:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-03-02T09:50:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d920e18f53b94389562280c6920bf4e095129ea3'/>
<id>urn:sha1:d920e18f53b94389562280c6920bf4e095129ea3</id>
<content type='text'>
For scripted use this is quite useful.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>annotate: fix -S parameter to take a string</title>
<updated>2006-03-02T05:33:27Z</updated>
<author>
<name>Martin Langhoff</name>
<email>martin@catalyst.net.nz</email>
</author>
<published>2006-03-02T04:24:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=009315499e789d241998fcc5add1f109af8ba0e6'/>
<id>urn:sha1:009315499e789d241998fcc5add1f109af8ba0e6</id>
<content type='text'>
In the conversion to Getopt::Long, the -S / --rev-list parameter stopped
working. We need to tell Getopt::Long that it is a string.

As a bonus, the open() now does some useful error handling.

Signed-off-by: Martin Langhoff &lt;martin@catalyst.net.nz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>annotate: handle \No newline at end of file.</title>
<updated>2006-03-02T05:32:17Z</updated>
<author>
<name>Ryan Anderson</name>
<email>ryan@michonline.com</email>
</author>
<published>2006-03-02T05:23:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e5971d7d138879c071643e4e08fceb4d0ae354ac'/>
<id>urn:sha1:e5971d7d138879c071643e4e08fceb4d0ae354ac</id>
<content type='text'>
Signed-off-by: Ryan Anderson &lt;ryan@michonline.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>annotate: Use qx{} for pipes on activestate.</title>
<updated>2006-02-26T22:45:22Z</updated>
<author>
<name>Ryan Anderson</name>
<email>ryan@michonline.com</email>
</author>
<published>2006-02-26T21:09:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f60d46911dd0c0526339b039ced8772773bd3dea'/>
<id>urn:sha1:f60d46911dd0c0526339b039ced8772773bd3dea</id>
<content type='text'>
Note: This needs someone to tell me what the value of $^O is on ActiveState.

Signed-off-by: Ryan Anderson &lt;ryan@michonline.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
