blob: f0c15233ef540d55c6409999f4196071c2585ac8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
Simple version bumps are omitted from the following ChangeLog.
2011-08-16 Dan McGee <dan@archlinux.org>
Version 1.7.6.1-1
* Enable USE_LIBPCRE for `git grep -P` usage
2011-05-05 Dan McGee <dan@archlinux.org>
Version 1.7.5.1-1
* Byte compile emacs files (FS#20874)
* Respect CFLAGS/LDFLAGS (FS#23963)
2011-04-27 Dan McGee <dan@archlinux.org>
Version 1.7.5-1
* Add missing optdepends for git send-email (FS#20923)
2011-01-05 Dan McGee <dan@archlinux.org>
Version 1.7.3.5-1
* More flexible git-daemon RC scripts (FS#20575)
2010-10-01 Allan McRae <allan@archlinux.org>
Version 1.7.3.1-2
* Python 2/3 rebuild
2010-06-29 Dan McGee <dan@archlinux.org>
Version 1.7.1.1-1
* Add emacs completion files (FS#17968)
* Add git-daemon RC scripts (FS#19291)
2009-06-05 Dan McGee <dan@archlinux.org>
Version 1.6.3.2-1
* Remove gitweb from /usr/share; it needs customization to be helpful
* Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
2008-09-14 Dan McGee <dan@archlinux.org>
Version 1.6.0.2-1
* Moved optional depends from install file to optdepends array
2008-06-15 Dan McGee <dan@archlinux.org>
Version 1.5.6-1
* Removed 'cpio' dependency, clone is now a builtin and no longer needs it
2008-02-02 Dan McGee <dan@archlinux.org>
Version 1.5.4-1
* Upstream version 1.5.4
* Enable pthreads support in pack-objects. To use, set the pack.threads
git config option. Read manpages of pack-objects and config for more
details.
* Changelog added (with entries going back a bit).
2008-01-28 Kevin Piche <kevin@archlinux.org>
Version 1.5.3.7-2
* Updated for new perl policy (vendor dirs)
* Change license to GPL2
2007-11-01 Eric Belanger <eric@archlinux.org>
Version 1.5.3.5-2
* Fix Perl module location
|