diff options
author | Johan Herland <johan@herland.net> | 2007-10-03 01:42:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-10-02 17:35:29 -0700 |
commit | 2ff5e18a930ddaf03c77a60e52648e7b8b20fc8d (patch) | |
tree | 85ffaa092f5e1a7b5c3292f2573cb1840f9d825b /INSTALL | |
parent | 8fc293cb1e639c9ea555a8e95e3a7801fc1d1be8 (diff) | |
download | git-2ff5e18a930ddaf03c77a60e52648e7b8b20fc8d.tar.gz |
Mention 'cpio' dependency in INSTALL
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |