Re: Why is git clone not checking out files?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Bill Lear
Date: Tuesday, January 30, 2007 - 11:29 am

On Tuesday, January 30, 2007 at 13:22:37 (-0500) Shawn O. Pearce writes:

Hmm.

% cd /repos/git/project
% ls
branches  description  HEAD   info     refs
config    FETCH_HEAD   hooks  objects  remotes
% cat HEAD
ref: refs/heads/master
% cat FETCH_HEAD
2ed7b6f672963bab4bad713a71967f683fe01163                branch 'topic' of git://source/public/project
2ed7b6f672963bab4bad713a71967f683fe01163        not-for-merge   tag 'fbdev_ref_1' of git://source/public/project

This repository was created like this:

% mkdir /repos/git/project
% cd /repos/git/project
% git --bare init-db --shared
% GIT_DIR=. git fetch git://xiphi/public/project topic:topic


Bill
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Why is git clone not checking out files?, Jakub Narebski, (Tue Jan 30, 11:15 am)
Re: Why is git clone not checking out files?, Bill Lear, (Tue Jan 30, 11:18 am)
Re: Why is git clone not checking out files?, Shawn O. Pearce, (Tue Jan 30, 11:22 am)
Re: Why is git clone not checking out files?, Bill Lear, (Tue Jan 30, 11:29 am)
Re: Why is git clone not checking out files?, Linus Torvalds, (Tue Jan 30, 11:41 am)
Re: Why is git clone not checking out files?, Jakub Narebski, (Tue Jan 30, 11:49 am)
Re: Why is git clone not checking out files?, Bill Lear, (Tue Jan 30, 12:03 pm)
Re: Why is git clone not checking out files?, Linus Torvalds, (Tue Jan 30, 12:04 pm)
Re: Why is git clone not checking out files?, Shawn O. Pearce, (Tue Jan 30, 12:09 pm)
Re: Why is git clone not checking out files?, Bill Lear, (Tue Jan 30, 12:11 pm)
Re: Why is git clone not checking out files?, Johannes Schindelin, (Tue Jan 30, 12:15 pm)
Re: Why is git clone not checking out files?, Jakub Narebski, (Tue Jan 30, 12:17 pm)
Re: Why is git clone not checking out files?, Jakub Narebski, (Tue Jan 30, 12:18 pm)
Re: Why is git clone not checking out files?, Bill Lear, (Tue Jan 30, 12:27 pm)
Re: Why is git clone not checking out files?, Linus Torvalds, (Tue Jan 30, 12:33 pm)
Re: Why is git clone not checking out files?, Bill Lear, (Tue Jan 30, 12:36 pm)
Re: Why is git clone not checking out files?, Bill Lear, (Tue Jan 30, 12:43 pm)
Re: Why is git clone not checking out files?, Bill Lear, (Tue Jan 30, 12:54 pm)
Re: Why is git clone not checking out files?, Linus Torvalds, (Tue Jan 30, 1:00 pm)
Re: Why is git clone not checking out files?, Bill Lear, (Tue Jan 30, 1:38 pm)
Re: Why is git clone not checking out files?, Jakub Narebski, (Wed Jan 31, 2:56 am)