Public bug reported:

Binary package hint: git-core

On Jaunty, I'm not finding the git-* commands:

[klange acerlaptop 11/24  7:55] ~$ sudo apt-get install git-core
[sudo] password for klange: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
git-core is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[klange acerlaptop 11/24  7:55] ~$ git-[tab][tab]
git-receive-pack    git-upload-archive  
git-shell           git-upload-pack  
[klange acerlaptop 11/24  8:00] /usr/bin$ ls | grep git
git
git-receive-pack
git-shell
git-upload-archive
git-upload-pack
sgitopnm

This definitely causes a problem when I have this in a script:

if [ -z "$(which git-clone)" ]; then
    echo "You must have GIT installed to use this script. Install the git-core $
    exit 1;
fi

This is on Jaunty, fully updated, i386, git-core 1:1.6.0.4-1ubuntu1.

** Affects: git-core (Ubuntu)
     Importance: Undecided
         Status: New

-- 
git-core in Jaunty does not include git-* commands
https://bugs.launchpad.net/bugs/301905
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to