<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/perl, branch v1.7.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.7.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.7.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2010-06-18T15:49:03Z</updated>
<entry>
<title>Git.pm: better error message</title>
<updated>2010-06-18T15:49:03Z</updated>
<author>
<name>Philippe Bruhat (BooK)</name>
<email>book@cpan.org</email>
</author>
<published>2010-06-17T23:47:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=64abcc48447a976884e74a1efd866a21e06ddeec'/>
<id>urn:sha1:64abcc48447a976884e74a1efd866a21e06ddeec</id>
<content type='text'>
Provide the bad directory name alongside with $!

Note: $! is set if there is "No such file or directory",
but isn't set if the file exists but is not a directory.

Signed-off-by: Philippe Bruhat (BooK) &lt;book@cpan.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-svn: support fetch with autocrlf on</title>
<updated>2010-03-05T10:57:57Z</updated>
<author>
<name>Erik Faye-Lund</name>
<email>kusmabite@googlemail.com</email>
</author>
<published>2010-03-03T20:10:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=402e139c7e30eb95312aeafdc1a9e8e8167c14cb'/>
<id>urn:sha1:402e139c7e30eb95312aeafdc1a9e8e8167c14cb</id>
<content type='text'>
Before commit d3c9634e, performing a "git svn rebase" that fetched a
change containing CRLFs corrupted the git-svn meta-data. This was
worked around in d3c9634e by setting core.autocrlf to "false" in the
per-repo config when initing the clone. However, if the config
variable was later changed, the corruption would still occur.

This patch tries to fix it while allowing core.autocrlf to be
enabled, by disabling filters when when hashing.

git-svn is currently the only call-site for hash_and_insert_object
(apart from the test-suite), so changing it should be safe.

Signed-off-by: Erik Faye-Lund &lt;kusmabite@gmail.com&gt;
Acked-by: Eric Wong &lt;normalperson@yhbt.net&gt;
</content>
</entry>
<entry>
<title>Typofixes outside documentation area</title>
<updated>2010-02-04T05:28:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-02-04T05:23:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9517e6b84357252e1882091343661c34d978771e'/>
<id>urn:sha1:9517e6b84357252e1882091343661c34d978771e</id>
<content type='text'>
    begining -&gt; beginning
    canonicalizations -&gt; canonicalization
    comand -&gt; command
    dewrapping -&gt; unwrapping
    dirtyness -&gt; dirtiness
    DISCLAMER -&gt; DISCLAIMER
    explicitely -&gt; explicitly
    feeded -&gt; fed
    impiled -&gt; implied
    madatory -&gt; mandatory
    mimick -&gt; mimic
    preceeding -&gt; preceding
    reqeuest -&gt; request
    substition -&gt; substitution

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIR</title>
<updated>2009-09-25T21:00:04Z</updated>
<author>
<name>Brandon Casey</name>
<email>drafnel@gmail.com</email>
</author>
<published>2009-09-24T18:21:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=efe47f8f2c7d4e2b7ebedc15dbdd2cc51912b56f'/>
<id>urn:sha1:efe47f8f2c7d4e2b7ebedc15dbdd2cc51912b56f</id>
<content type='text'>
It appears that ExtUtils::MakeMaker versions older than 6.11 do not
implement the DESTDIR mechanism.  So add a test to the generated perl.mak
to detect when DESTDIR is used along with a too old ExtUtils::MakeMaker and
abort with a message suggesting the use of NO_PERL_MAKEMAKER.

Signed-off-by: Brandon Casey &lt;casey@nrlssc.navy.mil&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>pay attention to DESTDIR when building with NO_PERL_MAKEMAKER</title>
<updated>2009-09-22T19:20:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-09-21T19:44:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3696c4ce89d97c34566a4a89720cfdae2a86fa38'/>
<id>urn:sha1:3696c4ce89d97c34566a4a89720cfdae2a86fa38</id>
<content type='text'>
Building with prefix=/some/where and temporarily installing it to
elsewhere for tar'ing up is done with:

    make prefix=/some/where
    make prefix=/some/where DESTDIR=/else/where install

Make handcrafted perl/perl.mak without NO_PERL_MAKEMAKER honour DESTDIR.

Ancient ExtUtils::MakeMaker (pre 6.11?) has the same issue, but recent
versions of Perl ships with at leat 6.17; this patch does not address that
issue.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git.pm: Always set Repository to absolute path if autodetecting</title>
<updated>2009-05-09T15:25:55Z</updated>
<author>
<name>Frank Lichtenheld</name>
<email>flichtenheld@astaro.com</email>
</author>
<published>2009-05-07T13:41:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fe53bbc9bebb853f97f0da3f63f7fca5774e3f95'/>
<id>urn:sha1:fe53bbc9bebb853f97f0da3f63f7fca5774e3f95</id>
<content type='text'>
So far we only set it to absolute paths in some cases which lead
to problems like wc_chdir not working.

Signed-off-by: Frank Lichtenheld &lt;flichtenheld@astaro.com&gt;
Acked-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git.pm: Set GIT_WORK_TREE if we set GIT_DIR</title>
<updated>2009-05-09T15:25:55Z</updated>
<author>
<name>Frank Lichtenheld</name>
<email>flichtenheld@astaro.com</email>
</author>
<published>2009-05-07T13:41:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=da159c7759418bb14af655968dfa7a98bdcb8661'/>
<id>urn:sha1:da159c7759418bb14af655968dfa7a98bdcb8661</id>
<content type='text'>
Otherwise git will use the current directory as work tree which will
lead to unexpected results if we operate in sub directory of the
work tree.

Signed-off-by: Frank Lichtenheld &lt;flichtenheld@astaro.com&gt;
Acked-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>add --html-path to get the location of installed HTML docs</title>
<updated>2009-04-05T06:57:59Z</updated>
<author>
<name>Markus Heidelberg</name>
<email>markus.heidelberg@web.de</email>
</author>
<published>2009-04-05T02:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=89a56bfbd3fd855cb0c2a381520e6255de41a55e'/>
<id>urn:sha1:89a56bfbd3fd855cb0c2a381520e6255de41a55e</id>
<content type='text'>
This can be used in GUIs to open installed HTML documentation in the
browser.

Signed-off-by: Markus Heidelberg &lt;markus.heidelberg@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2009-01-14T07:12:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-01-14T07:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e98c6a168635f3fedadc3963680eba69d2e42324'/>
<id>urn:sha1:e98c6a168635f3fedadc3963680eba69d2e42324</id>
<content type='text'>
* maint:
  fast-import: Cleanup mode setting.
  Git.pm: call Error::Simple() properly
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.6.0' into maint</title>
<updated>2009-01-14T07:10:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-01-14T07:10:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4f8b8992ef0c009822cdca18d32ddf3a124ee284'/>
<id>urn:sha1:4f8b8992ef0c009822cdca18d32ddf3a124ee284</id>
<content type='text'>
* maint-1.6.0:
  fast-import: Cleanup mode setting.
  Git.pm: call Error::Simple() properly
</content>
</entry>
</feed>
