<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/git-cvsimport.perl, branch v1.6.4.5</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.6.4.5</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.6.4.5'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2008-08-06T04:21:08Z</updated>
<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.stealer.net/cgit.cgi/user/sven/git.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.stealer.net/cgit.cgi/user/sven/git.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>
<entry>
<title>Make usage strings dash-less</title>
<updated>2008-07-13T21:12:48Z</updated>
<author>
<name>Stephan Beyer</name>
<email>s-beyer@gmx.net</email>
</author>
<published>2008-07-13T13:36:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=1b1dd23f2d6a707b7077cdf6bc6d4055bd0bfb7d'/>
<id>urn:sha1:1b1dd23f2d6a707b7077cdf6bc6d4055bd0bfb7d</id>
<content type='text'>
When you misuse a git command, you are shown the usage string.
But this is currently shown in the dashed form.  So if you just
copy what you see, it will not work, when the dashed form
is no longer supported.

This patch makes git commands show the dash-less version.

For shell scripts that do not specify OPTIONS_SPEC, git-sh-setup.sh
generates a dash-less usage string now.

Signed-off-by: Stephan Beyer &lt;s-beyer@gmx.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-cvsimport: do not fail when CVSROOT is /</title>
<updated>2008-06-11T05:24:01Z</updated>
<author>
<name>Philippe Bruhat (BooK)</name>
<email>book@cpan.org</email>
</author>
<published>2008-06-10T12:32:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=8c372fb01dcd9da5e0e538943cc173941c03ef2d'/>
<id>urn:sha1:8c372fb01dcd9da5e0e538943cc173941c03ef2d</id>
<content type='text'>
For CVS repositories with unusual CVSROOT, git-cvsimport would fail:

    $ git-cvsimport -v -C foo -d :pserver:anon:@cvs.example.com:/ foo
    AuthReply: error 0 : no such repository

This patch ensures that the path is never empty, but at least '/'.

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>Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them.</title>
<updated>2008-05-25T20:06:49Z</updated>
<author>
<name>Paul Oliver</name>
<email>puzza007@gmail.com</email>
</author>
<published>2008-05-23T18:29:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=509792b94f71f199838fdeaf0801e215213a6d08'/>
<id>urn:sha1:509792b94f71f199838fdeaf0801e215213a6d08</id>
<content type='text'>
Signed-off-by: Paul Oliver &lt;puzza007@gmail.com&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-30T05:55:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-04-30T05:55:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=30c0312fd182942c10421e77d2b3ec6284cc0468'/>
<id>urn:sha1:30c0312fd182942c10421e77d2b3ec6284cc0468</id>
<content type='text'>
* maint-1.5.4:
  cvsimport: always pass user data to "system" as a list
  fix reflog approxidate parsing bug
</content>
</entry>
<entry>
<title>cvsimport: always pass user data to "system" as a list</title>
<updated>2008-04-30T05:45:27Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2008-04-30T04:36:14Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=b3bb5f76e6193db102b063187be854ef3842d89b'/>
<id>urn:sha1:b3bb5f76e6193db102b063187be854ef3842d89b</id>
<content type='text'>
This avoids invoking the shell. Not only is it faster, but
it prevents the possibility of interpreting our arguments in
the shell.

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>Merge branch 'maint'</title>
<updated>2008-03-13T06:47:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-03-13T06:47:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=b75aaa546e0593440d85c77d380c9b53e126ea02'/>
<id>urn:sha1:b75aaa546e0593440d85c77d380c9b53e126ea02</id>
<content type='text'>
* maint:
  git-cvsimport: fix merging with remote parent branch
  gitweb: Fix bug in href(..., -replay=&gt;1) when using 'pathinfo' form
</content>
</entry>
<entry>
<title>git-cvsimport: fix merging with remote parent branch</title>
<updated>2008-03-13T04:03:39Z</updated>
<author>
<name>Marc-Andre Lureau</name>
<email>marcandre.lureau@gmail.com</email>
</author>
<published>2008-03-12T19:54:21Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=c36c5b845e1958bad1b69ee42e3da926de4f948b'/>
<id>urn:sha1:c36c5b845e1958bad1b69ee42e3da926de4f948b</id>
<content type='text'>
commit-tree fails when specifying a remote name (via -r option) and
one of the parent branch has a name. Prefixing with "$remote/" fix it.

Signed-off-by: Marc-Andre Lureau &lt;marcandre.lureau@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>cvsimport: allow for multiple -M options</title>
<updated>2008-03-01T08:55:38Z</updated>
<author>
<name>Philippe Bruhat (BooK</name>
<email>book@cpan.org</email>
</author>
<published>2008-02-28T10:18:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=bc434e829c6f1757d2761c50e06a28278dc2f2c7'/>
<id>urn:sha1:bc434e829c6f1757d2761c50e06a28278dc2f2c7</id>
<content type='text'>
Use Getopt::Long instead of Getopt::Std to handle multiple -M options,
for all the cases when having a single custom regex is not enough.

Signed-off-by: Philippe Bruhat (BooK) &lt;book@cpan.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
