Changes between Version 3 and Version 4 of dev-util/git/1.6.0/2
- Timestamp:
- 08/19/08 03:30:52 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-util/git/1.6.0/2
v3 v4 1 1 Git 1.6.0 is released now, so that you can download a source tarball. 2 2 3 On top you must apply the following [http://git.kernel.org/?p=git/git.git;a=commit;h=fdb2a2a600969598fd80f01b009fbbb020d596ab commit] and the following [http://marc.info/?l=git&m=121897106111619&w=2 patch] as well as change `ls` to `ls -1` in {{{templates/Makefile}}}.3 On top you must apply the following [http://git.kernel.org/?p=git/git.git;a=commit;h=fdb2a2a600969598fd80f01b009fbbb020d596ab commit] and the following [http://marc.info/?l=git&m=121897106111619&w=2 patch] (via `patch -p1 < the.patch`) as well as change `ls` to `ls -1` in {{{templates/Makefile}}}. 4 4 5 5 You can then build by using: … … 14 14 (Additional changes would be necessary for `configure` to work.) 15 15 16 T henrun `make install` with the same arguments as for `make`.16 To install, run `make install` with the same arguments as for `make`.
