Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/git/SPKG.txt
8815 views
1
= git - the stupid content tracker =
2
3
== Description ==
4
5
Git is a fast, scalable, distributed revision control system with an
6
unusually rich command set that provides both high-operations and
7
full access to internals.
8
9
-- `man git`
10
11
== SPKG Maintainers ==
12
13
* Keshav Kini
14
15
== Upstream Contact ==
16
17
* Maintainer: Junio C. Hamano
18
* Website: http://git-scm.com/
19
20
== Dependencies ==
21
22
* zlib
23
24
Note: excluding libcurl and expat because they are large and only
25
required if you're communicating with repositories over HTTP. If you
26
need to do so, please use an external version of git.
27
28
== Changelog ==
29
30
=== git-1.7.12.2.p0 (Jeroen Demeyer, 2012-10-02) ===
31
32
* #12707: Upgrade to git-1.7.12.2
33
* Disable Tcl/Tk GUI (otherwise Tcl/Tk is a dependency)
34
* Various fixes to spkg-install
35
* Keep SANE_TOOL_PATH empty to ensure the PATH isn't changed
36
* Figure out *correct* path to "install"
37
* Add patch no-autoconf.patch to prevent running autoconf
38
39
=== git-1.7.10 (Keshav Kini, 2012-04-20) ===
40
41
* #12707: Upgrade to latest stable
42
* Fix building on OS X by making the installer ignore Fink and Darwin
43
Ports
44
* Make sure not to use the system Python for anything
45
46
=== git-1.7.9.4 (Keshav Kini, 2012-03-19) ===
47
48
* Upgrade to latest stable
49
* Track dependencies
50
51
=== git-1.7.2.4 (William Stein, 2012-03-19) ===
52
53
* Initial version
54
55