X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=INSTALL;h=bbb13f3fd98f96af5521226a8cdaf74f8c6732a2;hb=5ca15b8af7f018b9ae9da30130f9dcd1a896e0b3;hp=14580cc471c6e84f45cdc13d0ba49bed353f549b;hpb=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7;p=git.git diff --git a/INSTALL b/INSTALL index 14580cc4..bbb13f3f 100644 --- a/INSTALL +++ b/INSTALL @@ -46,6 +46,9 @@ Issues of note: transfer, you are probabaly OK if you do not have them. + - expat library; git-http-push uses it for remote lock + management over DAV. Similar to "curl" above, this is optional. + - "GNU diff" to generate patches. Of course, you don't _have_ to generate patches if you don't want to, but let's face it, you'll be wanting to. Or why did you get git in the first place? @@ -64,3 +67,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