Re: git-import.sh using git-fast-import

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Monday, August 27, 2007 - 11:21 pm

Jeff King <peff@peff.net> wrote:
...

fast-import will also accept the shorter (perhaps more common) form:

    print $fi "M 644 inline $fn\n";


This might be more clear as:

    print $fi "data $len\n";

-- 
Shawn.
-
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:
git-import.sh using git-fast-import, Nguyen Thai Ngoc Duy, (Mon Aug 27, 9:13 am)
Re: git-import.sh using git-fast-import, Johannes Gilger, (Mon Aug 27, 10:44 am)
Re: git-import.sh using git-fast-import, Shawn O. Pearce, (Mon Aug 27, 8:54 pm)
Re: git-import.sh using git-fast-import, Nguyen Thai Ngoc Duy, (Mon Aug 27, 9:04 pm)
Re: git-import.sh using git-fast-import, Nguyen Thai Ngoc Duy, (Mon Aug 27, 9:14 pm)
Re: git-import.sh using git-fast-import, Shawn O. Pearce, (Mon Aug 27, 9:20 pm)
Re: git-import.sh using git-fast-import, Shawn O. Pearce, (Mon Aug 27, 9:22 pm)
Re: git-import.sh using git-fast-import, Jeff King, (Mon Aug 27, 10:54 pm)
Re: git-import.sh using git-fast-import, Shawn O. Pearce, (Mon Aug 27, 11:11 pm)
Re: git-import.sh using git-fast-import, Shawn O. Pearce, (Mon Aug 27, 11:21 pm)
Re: git-import.sh using git-fast-import, Nguyen Thai Ngoc Duy, (Mon Aug 27, 11:26 pm)
Re: git-import.sh using git-fast-import, Jeff King, (Mon Aug 27, 11:33 pm)
Re: git-import.sh using git-fast-import, Jeff King, (Mon Aug 27, 11:36 pm)
Re: git-import.sh using git-fast-import, Jeff King, (Mon Aug 27, 11:43 pm)
Re: git-import.sh using git-fast-import, Shawn O. Pearce, (Tue Aug 28, 8:47 pm)
Re: git-import.sh using git-fast-import, Jeff King, (Tue Aug 28, 9:11 pm)
Re: git-import.sh using git-fast-import, Nicolas Pitre, (Wed Aug 29, 8:20 am)