From: Mark Levedahl <mdl123@verizon.net>
To: git@vger.kernel.org
Cc: Mark Levedahl <mdl123@verizon.net>
Subject: [PATCH] Create documentation for git-unbundle.
Date: Thu, 15 Feb 2007 19:19:56 -0500 [thread overview]
Message-ID: <1171585197833-git-send-email-mdl123@verizon.net> (raw)
In-Reply-To: <11715851973628-git-send-email-mdl123@verizon.net>
Signed-off-by: Mark Levedahl <mdl123@verizon.net>
---
Documentation/git-unbundle.txt | 48 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 48 insertions(+), 0 deletions(-)
create mode 100644 Documentation/git-unbundle.txt
diff --git a/Documentation/git-unbundle.txt b/Documentation/git-unbundle.txt
new file mode 100644
index 0000000..99713ce
--- /dev/null
+++ b/Documentation/git-unbundle.txt
@@ -0,0 +1,48 @@
+git-unbundle(1)
+===============
+
+NAME
+----
+git-unbundle - Unpackage objects and refs
+
+SYNOPSIS
+--------
+'git-unbundle' [--force] file
+
+DESCRIPTION
+-----------
+
+Some workflows require that one or more branches of development on one
+machine be replicated on another machine, but the two machines cannot
+be directly connected so the gitlink:git-fetch[1] protocol cannot be
+used. This command unpacks a bundle file created by
+gitlink:git-bundle[1] on another repository, adding the objects and
+updating references as defined by the donor repository.
+
+OPTIONS
+-------
+
+--force::
+ Normally only fast-forward reference updates are performed.
+ Specifying this option allows non-fast forward updates.
+
+file::
+ Bundle file created by gitlink:git-bundle[1]. Default is
+ bundle.tar.
+
+ERROR CHECKING
+--------------
+
+In addition to the checks mentioned under --force above, the bundle
+includes a list of prerequisite commits needed. If any prerequisite is
+not present, git-unbundle stops. The repository is updated using
+gitlink:git-index-pack[1] and gitlink:git-update-ref[1] which assure
+that the pack is readable and that references are updated correctly.
+
+Author
+------
+Written by Mark Levedahl <mdl123@verizon.net>
+
+GIT
+---
+Part of the gitlink:git[7] suite
--
1.5.0.34.g6afaa
next prev parent reply other threads:[~2007-02-16 0:20 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-16 0:19 Respun - Scripts to use bundles to move data between repos Mark Levedahl
2007-02-16 0:19 ` [PATCH] Add git-bundle - pack objects and references for disconnected transfer Mark Levedahl
2007-02-16 0:19 ` [PATCH] Add git-unbundle - unpack " Mark Levedahl
2007-02-16 0:19 ` [PATCH] Include git-bundle and git-unbundle in Makefile Mark Levedahl
2007-02-16 0:19 ` [PATCH] Create documentation for git-bundle Mark Levedahl
2007-02-16 0:19 ` Mark Levedahl [this message]
2007-02-16 0:19 ` [PATCH] Link git-bundle and git-unbundle docs from git(7) Mark Levedahl
2007-02-16 2:24 ` [PATCH] Add git-unbundle - unpack objects and references for disconnected transfer Junio C Hamano
2007-02-16 2:40 ` Linus Torvalds
2007-02-16 6:38 ` Mark Levedahl
2007-02-16 6:48 ` Shawn O. Pearce
2007-02-16 7:31 ` Junio C Hamano
2007-02-16 7:45 ` Shawn O. Pearce
2007-02-16 6:22 ` Mark Levedahl
2007-02-16 7:24 ` Junio C Hamano
2007-02-16 2:11 ` [PATCH] Add git-bundle - pack " Junio C Hamano
2007-02-16 4:41 ` Shawn O. Pearce
2007-02-16 7:28 ` Junio C Hamano
2007-02-16 6:39 ` Mark Levedahl
2007-02-16 6:54 ` Shawn O. Pearce
2007-02-16 11:57 ` Simon 'corecode' Schubert
2007-02-16 4:37 ` Respun - Scripts to use bundles to move data between repos Shawn O. Pearce
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1171585197833-git-send-email-mdl123@verizon.net \
--to=mdl123@verizon.net \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).