<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-cvsimport.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-02-06T19:01:59Z</updated>
<entry>
<title>cvsimport: new -R option: generate .git/cvs-revisions mapping</title>
<updated>2010-02-06T19:01:59Z</updated>
<author>
<name>Aaron Crane</name>
<email>git@aaroncrane.co.uk</email>
</author>
<published>2010-02-06T18:26:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0455ec0330fd29146d6e16189cc9262566cc566d'/>
<id>urn:sha1:0455ec0330fd29146d6e16189cc9262566cc566d</id>
<content type='text'>
This option causes the creation or updating of a file mapping CVS
(filename, revision number) pairs to Git commit IDs.  This is expected
to be useful if you have CVS revision numbers stored in commit messages,
bug-tracking systems, email archives, and the like.

Signed-off-by: Aaron Crane &lt;git@aaroncrane.co.uk&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>cvsimport: standarize system() calls to external git tools</title>
<updated>2010-01-19T20:22:19Z</updated>
<author>
<name>Ben Walton</name>
<email>bwalton@artsci.utoronto.ca</email>
</author>
<published>2010-01-19T19:03:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=91fe7324c5a5a11a7fff4993ce5ded81b6e3ee08'/>
<id>urn:sha1:91fe7324c5a5a11a7fff4993ce5ded81b6e3ee08</id>
<content type='text'>
This patch standardizes calls to system() where external git tools are
called.  Instead of system("git foo ... "), use system(qw(git foo ...)).
All calls are made without the use of an 'sh -c' process to split the
arguments.

Signed-off-by: Ben Walton &lt;bwalton@artsci.utoronto.ca&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>cvsimport: standarize open() calls to external git tools</title>
<updated>2010-01-19T20:21:34Z</updated>
<author>
<name>Ben Walton</name>
<email>bwalton@artsci.utoronto.ca</email>
</author>
<published>2010-01-19T19:03:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a12477dbe1be24c3948dd7994874d1d1187c40c3'/>
<id>urn:sha1:a12477dbe1be24c3948dd7994874d1d1187c40c3</id>
<content type='text'>
Standardize calls to open() where external git tools are used as
part of a pipeline.  Instead of open(X, "git foo ... |)", use
open(X, "-|", qw(git foo ...)).  All calls are made without the
use of an 'sh -c' process to split the arguments.

Signed-off-by: Ben Walton &lt;bwalton@artsci.utoronto.ca&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>cvsimport: modernize callouts to git subcommands</title>
<updated>2010-01-19T20:16:07Z</updated>
<author>
<name>Ben Walton</name>
<email>bwalton@artsci.utoronto.ca</email>
</author>
<published>2010-01-19T19:03:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=640d9d08738db4380c2f856d60ac0a2ceb496c2f'/>
<id>urn:sha1:640d9d08738db4380c2f856d60ac0a2ceb496c2f</id>
<content type='text'>
This patch updates all calling conventions for external git tools.  to
use the modern calling convention (eg: git foo instead of git-foo).
This is almost entierly a s/git-/git / operation, with deviations only
as required to keep tests passing.

Reported-by: Alexander Maier &lt;amaier@opencsw.org&gt;
Signed-off-by: Ben Walton &lt;bwalton@artsci.utoronto.ca&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>cvsimport: fix relative argument filenames</title>
<updated>2009-10-19T07:31:02Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2009-10-19T06:49:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f6fdbb6804eac72eb0ccff191162a5911bf2b014'/>
<id>urn:sha1:f6fdbb6804eac72eb0ccff191162a5911bf2b014</id>
<content type='text'>
One of the first things that cvsimport does is chdir to the
newly created git repo. This means that any filenames given
to us on the command line will be looked up relative to the
git repo directory. This is probably not what the user
expects, so let's remember and prepend the original
directory for relative filenames.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>cvs: initialize empty password</title>
<updated>2009-09-17T07:38:49Z</updated>
<author>
<name>Clemens Buchacher</name>
<email>drizzd@aon.at</email>
</author>
<published>2009-09-17T07:21:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e481b1d8db9947681a5c124545ef06951f42155d'/>
<id>urn:sha1:e481b1d8db9947681a5c124545ef06951f42155d</id>
<content type='text'>
If we do not read a password from the command line, and there are no
passwords stored in .cvspass, we have to initialize the password with
just "A".

This fixes a regression introduced by 3fb9d582 (Do not scramble
password read from .cvspass).

Signed-off-by: Clemens Buchacher &lt;drizzd@aon.at&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Do not scramble password read from .cvspass</title>
<updated>2009-09-06T05:34:27Z</updated>
<author>
<name>Pascal Obry</name>
<email>pascal@obry.net</email>
</author>
<published>2009-09-04T11:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3fb9d58235ce4985689840b901aecacc6e3bd094'/>
<id>urn:sha1:3fb9d58235ce4985689840b901aecacc6e3bd094</id>
<content type='text'>
Passwords stored in .cvspass are already scrambled, we do not
want to scramble them twice. Only passwords read from the
command line are scrambled.

This fixes a regression introduced by b2139db (git-cvsimport: add support
for cvs pserver password scrambling., 2009-08-14).

Signed-off-by: Pascal Obry &lt;pascal@obry.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-cvsimport: add support for cvs pserver password scrambling.</title>
<updated>2009-08-15T02:49:35Z</updated>
<author>
<name>Dirk Hoerner</name>
<email>dirker@gmail.com</email>
</author>
<published>2009-08-14T06:58:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b2139dbd72d16e40eddfd5b9ad1314703b39fe65'/>
<id>urn:sha1:b2139dbd72d16e40eddfd5b9ad1314703b39fe65</id>
<content type='text'>
Instead of a cleartext password, the CVS pserver expects a scrambled one
in the authentication request. With this patch it is possible to import
CVS repositories only accessible via pserver and user/password.

Signed-off-by: Dirk Hoerner &lt;dirker@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2008-08-06T04:21:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-08-06T04:21:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=04bb50f45dda9aeb755e943cbc9df264cfc8cbc5'/>
<id>urn:sha1:04bb50f45dda9aeb755e943cbc9df264cfc8cbc5</id>
<content type='text'>
* maint:
  RelNotes 1.5.6.5 updates
  diff.renamelimit is a basic diff configuration
  git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.
  Documentation: typos / spelling fixes in older RelNotes
</content>
</entry>
<entry>
<title>git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.</title>
<updated>2008-08-05T18:40:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2008-08-05T14:54:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3be3999849bf993162fc957f47fc99325c324e9c'/>
<id>urn:sha1:3be3999849bf993162fc957f47fc99325c324e9c</id>
<content type='text'>
Signed-off-by: Jim Meyering &lt;meyering@redhat.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
