<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>15475</bug_id>
          
          <creation_ts>2008-04-27 02:07:59 +0400</creation_ts>
          <short_desc>git-core misses git-remote</short_desc>
          <delta_ts>2008-04-27 16:55:24 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>Distributions</classification>
          <product>Branch 4.0</product>
          <component>git-core</component>
          <version>4.0</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>NOTABUG</resolution>
          
          
          <bug_file_loc>http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.0.txt</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>15477</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Yan">yantux</reporter>
          <assigned_to name="Dmitry V. Levin">ldv</assigned_to>
          
          
          <qa_contact name="Q.A. 4.0">qa-4.0</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>69010</commentid>
    <comment_count>0</comment_count>
    <who name="Yan">yantux</who>
    <bug_when>2008-04-27 02:07:59 +0400</bug_when>
    <thetext>My git:
[root@localhost kernel-build-scripts]# git --version
git version 1.5.3.8.GIT
[root@localhost kernel-build-scripts]#


Steps to Reproduce:
Is this old documentation?
http://freesource.info/wiki/AltLinux/Sisyphus/devel/kernelnotes

git remote add linux-2.6.23
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.23.y.git 
Actual Results:  
[root@localhost kernel-build-scripts]# git remote add linux-2.6.23
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.23.y.git
git: &apos;remote&apos; is not a git-command

The most commonly used git commands are:
   add           Add file contents to the index
   apply         Apply a patch on a git index file and a working tree
   archive       Create an archive of files from a named tree
   bisect        Find the change that introduced a bug by binary search
   branch        List, create, or delete branches
   checkout      Checkout and switch to a branch
   cherry-pick   Apply the change introduced by an existing commit
   clone         Clone a repository into a new directory
   commit        Record changes to the repository
   diff          Show changes between commits, commit and working tree, etc
   fetch         Download objects and refs from another repository
   grep          Print lines matching a pattern
   init          Create an empty git repository or reinitialize an existing one
   log           Show commit logs
   merge         Join two or more development histories together
   mv            Move or rename a file, a directory, or a symlink
   prune         Prune all unreachable objects from the object database
   pull          Fetch from and merge with another repository or a local branch
   push          Update remote refs along with associated objects
   rebase        Forward-port local commits to the updated upstream head
   reset         Reset current HEAD to the specified state
   revert        Revert an existing commit
   rm            Remove files from the working tree and from the index
   show          Show various types of objects
   show-branch   Show branches and their commits
   status        Show the working tree status
   tag           Create, list, delete or verify a tag object signed with GPG
(use &apos;git help -a&apos; to get a list of all installed git commands)
[root@localhost kernel-build-scripts]#


Expected Results:  
git not return error that remote is not git command</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>69013</commentid>
    <comment_count>1</comment_count>
    <who name="Mikhail Gusarov">dottedmag</who>
    <bug_when>2008-04-27 09:11:53 +0400</bug_when>
    <thetext>Наоборот, слишком новая. git-remote появилось в 1.5.4, IIRC.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>69014</commentid>
    <comment_count>2</comment_count>
    <who name="Mikhail Gusarov">dottedmag</who>
    <bug_when>2008-04-27 10:47:32 +0400</bug_when>
    <thetext>В бранче 4.0 git старый, так что это не совсем хорошо.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>69015</commentid>
    <comment_count>3</comment_count>
    <who name="Mikhail Gusarov">dottedmag</who>
    <bug_when>2008-04-27 10:47:46 +0400</bug_when>
    <thetext>Добавил workaround для старого git.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>69016</commentid>
    <comment_count>4</comment_count>
    <who name="Mikhail Gusarov">dottedmag</who>
    <bug_when>2008-04-27 11:07:17 +0400</bug_when>
    <thetext>Так, стоп. Всё отменяется :)

Из changelog git 1.5.0:

 - A new command, git-remote, can help you manage your remote
   tracking branch definitions.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>69018</commentid>
    <comment_count>5</comment_count>
    <who name="Mikhail Gusarov">dottedmag</who>
    <bug_when>2008-04-27 11:15:28 +0400</bug_when>
    <thetext>Таки в бранче что-то не ладно с git-ом.

git-remote есть с 1.5.0, но и в дистрибутивах 1.5.1.6, и в бранче 1.5.3.8, где 
git-remote не наблюдается.

-&gt; branch 4.0
-&gt; blocks server bug
-&gt; to ldv
-&gt; retitling
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>69023</commentid>
    <comment_count>6</comment_count>
    <who name="Dmitry V. Levin">ldv</who>
    <bug_when>2008-04-27 16:10:11 +0400</bug_when>
    <thetext>$ rpmquery -f --qf &apos;%{name}\n&apos; /usr/bin/git-remote 
perl-Git
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>69027</commentid>
    <comment_count>7</comment_count>
    <who name="Mikhail Gusarov">dottedmag</who>
    <bug_when>2008-04-27 16:38:04 +0400</bug_when>
    <thetext>Не буду долго издеваться над naming conventions и тем, что perl-Git выглядит 
как &quot;перловые модули к git&apos;у&quot;, а не как &quot;нечто, что содержит исполняемые файлы 
в /usr/bin&quot;, просто выскажу своё &quot;фи&quot;.

Впрочем, с выходом 1.5.5 - уже пофиг.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>69028</commentid>
    <comment_count>8</comment_count>
    <who name="Dmitry V. Levin">ldv</who>
    <bug_when>2008-04-27 16:55:24 +0400</bug_when>
    <thetext>(In reply to comment #7)
&gt; Не буду долго издеваться над naming conventions и тем, что perl-Git выглядит 
&gt; как &quot;перловые модули к git&apos;у&quot;,

Так и есть.

&gt; а не как &quot;нечто, что содержит исполняемые файлы 
&gt; в /usr/bin&quot;, просто выскажу своё &quot;фи&quot;.

Куда ещё было поместить утилиту, которой нужны &quot;перловые модули к git&apos;у&quot;?

&gt; Впрочем, с выходом 1.5.5 - уже пофиг.

Ага.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>