[PATCH] Mention 'cpio' dependency in INSTALL

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Cc: Reece Dunn <msclrhd@...>, Junio C Hamano <gitster@...>
Date: Tuesday, October 2, 2007 - 7:42 pm

Signed-off-by: Johan Herland <johan@herland.net>
---

On Tuesday 02 October 2007, Reece Dunn wrote:

Doing the following in the git repo:
$ grep -r cpio *
git-clone.sh:           find objects -depth -print | cpio -pumd$l "$GIT_DIR/" || exit 1
git-merge.sh:   cpio -0 -o >"$GIT_DIR/MERGE_SAVE"
git-merge.sh:           cpio -iuv <"$GIT_DIR/MERGE_SAVE"

reveals that cpio is not mentioned anywhere in the documentation,
nor in the requirements section of the INSTALL file.


Have fun!

...Johan


 INSTALL |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/INSTALL b/INSTALL
index 289b046..f1eb404 100644
--- a/INSTALL
+++ b/INSTALL
@@ -79,6 +79,9 @@ Issues of note:
 	- "perl" and POSIX-compliant shells are needed to use most of
 	  the barebone Porcelainish scripts.
 
+	- "cpio" is used by git-merge for saving and restoring the index,
+	  and by git-clone when doing a local (possibly hardlinked) clone.
+
  - Some platform specific issues are dealt with Makefile rules,
    but depending on your specific installation, you may not
    have all the libraries/tools needed, or you may have
-- 
1.5.3.3.1144.gf10f2
-
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 clone questions relating to cpio, Reece Dunn, (Mon Oct 1, 3:28 pm)
Re: git clone questions relating to cpio, Johannes Schindelin, (Mon Oct 1, 7:23 pm)
Re: git clone questions relating to cpio, Junio C Hamano, (Mon Oct 1, 7:32 pm)
Re: git clone questions relating to cpio, Johannes Sixt, (Tue Oct 2, 2:11 am)
Re: git clone questions relating to cpio, Junio C Hamano, (Tue Oct 2, 2:23 am)
Re: git clone questions relating to cpio, Johan Herland, (Mon Oct 1, 5:42 pm)
Re: git clone questions relating to cpio, Reece Dunn, (Tue Oct 2, 5:09 pm)
[PATCH] Mention 'cpio' dependency in INSTALL, Johan Herland, (Tue Oct 2, 7:42 pm)
Re: [PATCH] Mention 'cpio' dependency in INSTALL, Junio C Hamano, (Tue Oct 2, 8:14 pm)
Re: [PATCH] Mention 'cpio' dependency in INSTALL, Miklos Vajna, (Wed Oct 3, 3:40 am)
Re: [PATCH v2] INSTALL: Update section on external dependenc..., Johannes Schindelin, (Wed Oct 3, 11:56 am)
Re: [PATCH] Mention 'cpio' dependency in INSTALL, Chris Larson, (Wed Oct 3, 2:09 am)