summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLibravatar Horst von Brand <vonbrand@inf.utfsm.cl>2005-09-11 20:00:49 -0400
committerLibravatar Junio C Hamano <junkio@cox.net>2005-09-12 19:15:02 -0700
commit663a5ed5ca964d83269b5616348266bf3b7a7ab4 (patch)
tree59d46477f5ce9b6468bf7da98a8f27de546c18e2 /INSTALL
parentImprove "git grep" flags handling (diff)
downloadtgif-663a5ed5ca964d83269b5616348266bf3b7a7ab4.tar.xz
[PATCH] There are several undocumented dependencies
There are several undocumented dependencies in the .spec and in the INSTALL files. The following is from Fedora, perhaps other RPM distributions call the packages differently. Also, the manpages aren't always installed gzipped. Updates to git-core.spec.in file: - Some git scripts use Perl - gitk needs wish, which is part of TCL/Tk. - curl is used all over - Need the ssh program from openssh-clients Updates to INSTALL: - Mention wish - Mention ssh Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 14580cc471..6e336d7c20 100644
--- a/INSTALL
+++ b/INSTALL
@@ -64,3 +64,8 @@ Issues of note:
You'll only need the merge program if you do development using
git, and if you only use git to track other peoples work you'll
never notice the lack of it.
+
+ - "wish", the TCL/Tk windowing shell is used in gitk to show the
+ history graphically
+
+ - "ssh" is used to push and pull over the net