summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 33b1f3d)
raw | patch | inline | side by side (parent: 33b1f3d)
author | Junio C Hamano <gitster@pobox.com> | |
Tue, 17 Jul 2007 06:59:54 +0000 (23:59 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 17 Jul 2007 08:33:04 +0000 (01:33 -0700) |
We haven't used bignum in rev-list from openssl nor elsewhere
for a long time. Also git-gui is now part of git.git itself,
and depends on wish.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
for a long time. Also git-gui is now part of git.git itself,
and depends on wish.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
INSTALL | patch | blob | history |
index 63ba1480a697ddeb98c5665106352fd2bb0ceb5a..79e71b6922cd82f411dbec1c77f6cf99c1b2ea34 100644 (file)
--- a/INSTALL
+++ b/INSTALL
- "zlib", the compression library. Git won't build without it.
- - "openssl". The git-rev-list program uses bignum support from
- openssl, and unless you specify otherwise, you'll also get the
- SHA1 library from here.
+ - "openssl". Unless you specify otherwise, you'll get the SHA1
+ library from here.
If you don't have openssl, you can use one of the SHA1 libraries
that come with git (git includes the one from Mozilla, and has
management over DAV. Similar to "curl" above, this is optional.
- "wish", the Tcl/Tk windowing shell is used in gitk to show the
- history graphically
+ history graphically, and in git-gui.
- "ssh" is used to push and pull over the net