git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git bundle magic, and other questions
@ 2007-11-23 23:33 Jakub Narebski
  2007-11-24 11:17 ` Alex Riesen
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Narebski @ 2007-11-23 23:33 UTC (permalink / raw)
  To: git

Do there exists some agreed upon common extension for git-bundle, or is 
it just *.bundle (like *.patch)? Do bundles use some magic identifier;
can I add something (and what) to the 'magic' file, so "file <bundle>"
would return "git bundle data" (or equivalent)?

Can I view contents of bundle in gitk or qgit, or giggle?

-- 
Jakub Narebski
Poland

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: git bundle magic, and other questions
  2007-11-23 23:33 git bundle magic, and other questions Jakub Narebski
@ 2007-11-24 11:17 ` Alex Riesen
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Riesen @ 2007-11-24 11:17 UTC (permalink / raw)
  To: Jakub Narebski; +Cc: git

Jakub Narebski, Sat, Nov 24, 2007 00:33:54 +0100:
> Do there exists some agreed upon common extension for git-bundle, or is 
> it just *.bundle (like *.patch)? Do bundles use some magic identifier;
> can I add something (and what) to the 'magic' file, so "file <bundle>"
> would return "git bundle data" (or equivalent)?

Look into bundle.c:

    static const char bundle_signature[] = "# v2 git bundle\n";

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-24 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-23 23:33 git bundle magic, and other questions Jakub Narebski
2007-11-24 11:17 ` Alex Riesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).