summaryrefslogtreecommitdiff
blob: fcc974d5cd435a43ebe44bf285ffef0afaff7145 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
# ChangeLog for dev-vcs/git
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.339 2015/06/21 16:06:59 zlogene Exp $

  21 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> git-2.3.6.ebuild:
  alpha stable wrt bug #548350

*git-2.4.4 (17 Jun 2015)

  17 Jun 2015; Lars Wendler <polynomial-c@gentoo.org> -git-2.4.2.ebuild,
  +git-2.4.4.ebuild:
  Version bump. Removed old.

  13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> git-1.8.5.6.ebuild,
  git-1.9.5.ebuild, git-2.0.5.ebuild, git-2.1.4.ebuild, git-2.2.2.ebuild,
  git-2.3.6.ebuild, git-2.3.7.ebuild, git-2.3.8.ebuild, git-2.4.2.ebuild,
  git-2.4.3.ebuild, git-9999.ebuild, git-9999-r1.ebuild, git-9999-r2.ebuild,
  git-9999-r3.ebuild:
  The CGI module is no longer part of core Perl and has been moved to dev-perl

*git-2.4.3 (09 Jun 2015)

  09 Jun 2015; Lars Wendler <polynomial-c@gentoo.org> -git-2.4.1.ebuild,
  +git-2.4.3.ebuild:
  Version bump. Removed old.

*git-2.4.2 (27 May 2015)

  27 May 2015; Lars Wendler <polynomial-c@gentoo.org> -git-2.4.0.ebuild,
  +git-2.4.2.ebuild:
  Version bump. Removed old.

*git-2.3.8 (24 May 2015)

  24 May 2015; Lars Wendler <polynomial-c@gentoo.org> +git-2.3.8.ebuild:
  Version bump.

*git-2.4.1 (18 May 2015)

  18 May 2015; Lars Wendler <polynomial-c@gentoo.org> -git-2.3.5.ebuild,
  +git-2.4.1.ebuild:
  Version bump. Removed old.

  15 May 2015; Mikle Kolyada <zlogene@gentoo.org> git-2.3.6.ebuild:
  arm stable wrt bug #548350

  13 May 2015; Jack Morgan <jmorgan@gentoo.org> git-2.3.6.ebuild:
  ppc stable wrt bug #548350

  13 May 2015; Jack Morgan <jmorgan@gentoo.org> git-2.3.6.ebuild:
  sparc stable wrt bug #548350

  13 May 2015; Jack Morgan <jmorgan@gentoo.org> git-2.3.6.ebuild:
  ia64 stable wrt bug #548350

  11 May 2015; Mikle Kolyada <zlogene@gentoo.org> git-2.3.6.ebuild:
  x86 stable wrt bug #548350

  02 May 2015; Jeroen Roovers <jer@gentoo.org> git-2.3.6.ebuild:
  Stable for PPC64 (bug #548350).

  02 May 2015; Jeroen Roovers <jer@gentoo.org> git-2.3.6.ebuild:
  Stable for HPPA (bug #548350).

  01 May 2015; Mikle Kolyada <zlogene@gentoo.org> git-2.3.6.ebuild:
  amd64 stable wrt bug #548350

*git-2.4.0 (01 May 2015)

  01 May 2015; Robin H. Johnson <robbat2@gentoo.org> +git-2.4.0.ebuild:
  Bump.

*git-2.3.7 (01 May 2015)

  01 May 2015; Robin H. Johnson <robbat2@gentoo.org> +git-2.3.7.ebuild:
  Bump.

*git-2.3.6 (23 Apr 2015)

  23 Apr 2015; Lars Wendler <polynomial-c@gentoo.org> -git-2.3.4.ebuild,
  +git-2.3.6.ebuild:
  Version bump. Removed old.

  08 Apr 2015; Michał Górny <mgorny@gentoo.org> git-1.8.5.6.ebuild,
  git-1.9.5.ebuild, git-2.0.5.ebuild, git-2.1.4.ebuild, git-2.2.2.ebuild,
  git-2.3.4.ebuild, git-2.3.5.ebuild, git-9999-r1.ebuild, git-9999-r2.ebuild,
  git-9999-r3.ebuild, git-9999.ebuild:
  Drop old Python implementations

  05 Apr 2015; Lars Wendler <polynomial-c@gentoo.org> git-2.3.4.ebuild,
  git-2.3.5.ebuild:
  Removed no longer needed dependency (bug #545342).

*git-2.3.5 (01 Apr 2015)

  01 Apr 2015; Lars Wendler <polynomial-c@gentoo.org> -git-2.3.3.ebuild,
  +git-2.3.5.ebuild:
  Version bump. Removed old.

*git-2.3.4 (26 Mar 2015)

  26 Mar 2015; Lars Wendler <polynomial-c@gentoo.org> -git-2.3.2.ebuild,
  +git-2.3.4.ebuild:
  Version bump. Removed old.

*git-2.3.3 (16 Mar 2015)

  16 Mar 2015; Lars Wendler <polynomial-c@gentoo.org> -git-2.3.1.ebuild,
  +git-2.3.3.ebuild:
  Version bump. Removed old.

*git-2.3.2 (13 Mar 2015)

  13 Mar 2015; Lars Wendler <polynomial-c@gentoo.org> -git-2.3.0.ebuild,
  +git-2.3.2.ebuild:
  Version bump. Removed old.

*git-2.3.1 (26 Feb 2015)

  26 Feb 2015; Lars Wendler <polynomial-c@gentoo.org> +git-2.3.1.ebuild:
  Version bump.

*git-2.3.0 (06 Feb 2015)

  06 Feb 2015; Lars Wendler <polynomial-c@gentoo.org> -git-2.2.1.ebuild,
  +git-2.3.0.ebuild, git-9999.ebuild, git-9999-r1.ebuild, git-9999-r2.ebuild,
  git-9999-r3.ebuild:
  Version bump. Removed old. Fixed live ebuilds.

*git-2.2.2 (21 Jan 2015)

  21 Jan 2015; Lars Wendler <polynomial-c@gentoo.org> +git-2.2.2.ebuild,
  +files/git-2.2.2-optional-cvs.patch:
  Version bump.

  31 Dec 2014; Mike Frysinger <vapier@gentoo.org> git-2.0.5.ebuild:
  Mark arm64/s390/sh stable.

  31 Dec 2014; Mike Frysinger <vapier@gentoo.org> git-1.8.5.6.ebuild,
  git-1.9.5.ebuild, git-2.0.5.ebuild, git-2.1.4.ebuild, git-2.2.1.ebuild,
  git-9999-r1.ebuild, git-9999-r2.ebuild, git-9999-r3.ebuild, git-9999.ebuild:
  Drop unused empty vars that confuse helper tools like ekeyword.

  26 Dec 2014; Lars Wendler <polynomial-c@gentoo.org> -git-1.8.3.2-r1.ebuild,
  -git-1.8.5.5.ebuild, -git-2.0.4.ebuild, -files/git-1.8.2-optional-cvs.patch,
  -files/git-daemon.initd:
  Removed vulnerable versions.

  26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> git-1.8.5.6.ebuild,
  git-1.9.5.ebuild, git-2.0.5.ebuild:
  Stable for sparc, wrt bug #532984

  25 Dec 2014; Agostino Sarubbo <ago@gentoo.org> git-1.8.5.6.ebuild,
  git-1.9.5.ebuild, git-2.0.5.ebuild:
  Stable for ia64, wrt bug #532984

  24 Dec 2014; Agostino Sarubbo <ago@gentoo.org> git-1.8.5.6.ebuild,
  git-1.9.5.ebuild, git-2.0.5.ebuild:
  Stable for ppc64, wrt bug #532984

  24 Dec 2014; Agostino Sarubbo <ago@gentoo.org> git-1.8.5.6.ebuild,
  git-1.9.5.ebuild, git-2.0.5.ebuild:
  Stable for ppc, wrt bug #532984

  23 Dec 2014; Markus Meier <maekke@gentoo.org> git-1.8.5.6.ebuild,
  git-1.9.5.ebuild, git-2.0.5.ebuild:
  arm stable, bug #532984

  23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> git-1.8.5.6.ebuild,
  git-1.9.5.ebuild, git-2.0.5.ebuild:
  Stable for alpha, wrt bug #532984

  21 Dec 2014; Jeroen Roovers <jer@gentoo.org> git-1.9.5.ebuild:
  Stable for HPPA (bug #532984).

  21 Dec 2014; Jeroen Roovers <jer@gentoo.org> git-1.8.5.6.ebuild:
  Stable for HPPA (bug #532984).

  21 Dec 2014; Agostino Sarubbo <ago@gentoo.org> git-1.8.5.6.ebuild,
  git-1.9.5.ebuild, git-2.0.5.ebuild:
  Stable for x86, wrt bug #532984

  21 Dec 2014; Agostino Sarubbo <ago@gentoo.org> git-1.8.5.6.ebuild,
  git-1.9.5.ebuild, git-2.0.5.ebuild:
  Stable for amd64, wrt bug #532984

  21 Dec 2014; Jeroen Roovers <jer@gentoo.org> git-2.0.5.ebuild:
  Stable for HPPA (bug #532984).

*git-2.2.1 (18 Dec 2014)
*git-2.1.4 (18 Dec 2014)
*git-2.0.5 (18 Dec 2014)
*git-1.9.5 (18 Dec 2014)
*git-1.8.5.6 (18 Dec 2014)

  18 Dec 2014; Lars Wendler <polynomial-c@gentoo.org> +git-1.8.5.6.ebuild,
  -git-1.9.3.ebuild, +git-1.9.5.ebuild, +git-2.0.5.ebuild, -git-2.1.3.ebuild,
  +git-2.1.4.ebuild, -git-2.2.0.ebuild, +git-2.2.1.ebuild,
  -files/git-1.8.4-optional-cvs.patch:
  Security bump (bug #532984). Removed old.

*git-2.2.0 (02 Dec 2014)

  02 Dec 2014; Lars Wendler <polynomial-c@gentoo.org> -git-2.1.2.ebuild,
  +git-2.2.0.ebuild, git-9999.ebuild, git-9999-r2.ebuild,
  +files/git-2.2.0-svn-fe-linking.patch:
  Version bump. Removed old.

  16 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> git-1.8.3.2-r1.ebuild,
  git-1.8.5.5.ebuild, git-1.9.3.ebuild, git-2.0.4.ebuild, git-2.1.2.ebuild,
  git-2.1.3.ebuild, git-9999.ebuild, git-9999-r1.ebuild, git-9999-r2.ebuild,
  git-9999-r3.ebuild:
  Replace fixlocalpod with perl_delete_localpod

  02 Nov 2014; Robin H. Johnson <robbat2@gentoo.org>
  -files/git-1.7.12-optional-cvs.patch, -files/git-1.8.2-texinfo.patch,
  -git-1.8.1.5-r1.ebuild, -git-1.8.1.5.ebuild, -git-1.8.2.1.ebuild,
  -git-1.8.4.5.ebuild:
  Bug #527878: cleanup.

*git-2.1.3 (31 Oct 2014)

  31 Oct 2014; Lars Wendler <polynomial-c@gentoo.org> -git-2.1.1.ebuild,
  +git-2.1.3.ebuild:
  Version bump. Removed old.

  29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> git-2.0.4.ebuild:
  Stable for sparc, wrt bug #519736

  27 Oct 2014; Agostino Sarubbo <ago@gentoo.org> git-2.0.4.ebuild:
  Stable for ppc64, wrt bug #519736

  11 Oct 2014; Michał Górny <mgorny@gentoo.org> git-2.1.2.ebuild,
  git-9999-r1.ebuild, git-9999-r2.ebuild, git-9999-r3.ebuild, git-9999.ebuild:
  Install bash completion alias for gitk command, bug #521168.

  05 Oct 2014; Agostino Sarubbo <ago@gentoo.org> git-2.0.4.ebuild:
  Stable for ppc, wrt bug #519736

*git-2.1.2 (02 Oct 2014)

  02 Oct 2014; Lars Wendler <polynomial-c@gentoo.org> -git-2.1.0.ebuild,
  +git-2.1.2.ebuild:
  Version bump. Removed old.

  01 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> git-2.0.4.ebuild:
  ia64 stable wrt bug #519736

  30 Sep 2014; Tobias Klausmann <klausman@gentoo.org> git-2.0.4.ebuild:
  Stable on alpha, bug 519736

  30 Sep 2014; Agostino Sarubbo <ago@gentoo.org> git-2.0.4.ebuild:
  Stable for x86, wrt bug #519736

  30 Sep 2014; Agostino Sarubbo <ago@gentoo.org> git-2.0.4.ebuild:
  Stable for amd64, wrt bug #519736

  30 Sep 2014; Agostino Sarubbo <ago@gentoo.org> git-1.8.5.5.ebuild:
  Stable for ppc64, wrt bug #501662

*git-2.1.1 (20 Sep 2014)

  20 Sep 2014; Lars Wendler <polynomial-c@gentoo.org> -git-2.0.2.ebuild,
  +git-2.1.1.ebuild, -files/git-2.0.0_rc0-optional-cvs.patch:
  Version bump. Removed old.

  13 Sep 2014; Markus Meier <maekke@gentoo.org> git-2.0.4.ebuild:
  arm stable, bug #519736

  06 Sep 2014; Jeroen Roovers <jer@gentoo.org> git-2.0.4.ebuild:
  Stable for HPPA (bug #519736).

  30 Aug 2014; Lars Wendler <polynomial-c@gentoo.org> git-2.0.2.ebuild,
  git-2.0.4.ebuild, git-2.1.0.ebuild, git-9999.ebuild, git-9999-r1.ebuild,
  git-9999-r2.ebuild, git-9999-r3.ebuild:
  Don't install git-remote helpers for bzr and hg anymore (bug #512422). Synced
  live ebuilds with latest release ebuild.

  26 Aug 2014; Lars Wendler <polynomial-c@gentoo.org> git-2.1.0.ebuild:
  Restrict test for >=git-2.1.0. See bug #520270 for details.

  24 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> git-1.8.1.5-r1.ebuild,
  git-1.8.1.5.ebuild, git-1.8.2.1.ebuild, git-1.8.3.2-r1.ebuild,
  git-1.8.4.5.ebuild, git-1.8.5.5.ebuild, git-1.9.3.ebuild, git-2.0.2.ebuild,
  git-2.0.4.ebuild, git-2.1.0.ebuild, git-9999-r1.ebuild, git-9999-r2.ebuild,
  git-9999-r3.ebuild, git-9999.ebuild:
  cvsps-3 is explicitely incompatible with git-cvsimport (bug #450424).

  21 Aug 2014; Lars Wendler <polynomial-c@gentoo.org> git-2.1.0.ebuild:
  Don't install no longer available contrib files (git-diffall and vim).

*git-2.1.0 (19 Aug 2014)

  19 Aug 2014; Lars Wendler <polynomial-c@gentoo.org> -git-2.0.1.ebuild,
  +git-2.1.0.ebuild:
  Version bump. Removed old.

  13 Aug 2014; Agostino Sarubbo <ago@gentoo.org> git-1.8.5.5.ebuild:
  Stable for ppc, wrt bug #501662

*git-2.0.4 (02 Aug 2014)

  02 Aug 2014; Lars Wendler <polynomial-c@gentoo.org> -git-2.0.0-r2.ebuild,
  +git-2.0.4.ebuild:
  Version bump. Removed old.

  01 Aug 2014; Raúl Porcel <armin76@gentoo.org> git-1.8.5.5.ebuild:
  ia64/sparc stable wrt #501662

  31 Jul 2014;  <tgall@gentoo.org> git-1.8.5.5.ebuild, git-2.0.2.ebuild:
  Initial arm64, ~arm64 support

  27 Jul 2014; Fabian Groffen <grobian@gentoo.org> git-2.0.2.ebuild,
  git-9999.ebuild, git-9999-r1.ebuild, git-9999-r2.ebuild, git-9999-r3.ebuild:
  Fix compilation with USE=subversion on platforms without intl and iconv in
  libc, bug #516168

*git-2.0.2 (20 Jul 2014)

  20 Jul 2014; Lars Wendler <polynomial-c@gentoo.org> +git-2.0.2.ebuild:
  Version bump (bug #517562).

*git-2.0.1 (18 Jul 2014)

  18 Jul 2014; Lars Wendler <polynomial-c@gentoo.org> -git-1.9.2.ebuild,
  -git-2.0.0.ebuild, -git-2.0.0-r1.ebuild, +git-2.0.1.ebuild,
  -files/git-2.0.0-optional-cvs.patch:
  Version bump. Removed old.

  17 Jul 2014; Tobias Klausmann <klausman@gentoo.org> git-1.8.5.5.ebuild:
  Stable on alpha, bug #501662

*git-2.0.0-r2 (07 Jul 2014)

  07 Jul 2014; Robin H. Johnson <robbat2@gentoo.org>
  +files/git-2.0.0-r2-optional-cvs.patch, +git-2.0.0-r2.ebuild:
  Bug #514010: Wrong git-instaweb install update patch to fix.

  24 Jun 2014; Alexandre Rostovtsev <tetromino@gentoo.org> git-1.8.1.5.ebuild,
  git-1.8.1.5-r1.ebuild, git-1.8.2.1.ebuild, git-1.8.3.2-r1.ebuild,
  git-1.8.4.5.ebuild, git-1.8.5.5.ebuild, git-1.9.2.ebuild, git-1.9.3.ebuild,
  git-2.0.0.ebuild, git-2.0.0-r1.ebuild, git-9999.ebuild, git-9999-r1.ebuild,
  git-9999-r2.ebuild, git-9999-r3.ebuild:
  Non-maintainer commit: depend on libgnome-keyring, not gnome-keyring (bug
  #514640, thanks to Michał Górny).

*git-2.0.0-r1 (01 Jun 2014)

  01 Jun 2014; Robin H. Johnson <robbat2@gentoo.org> +git-2.0.0-r1.ebuild:
  Revbump to force bug #511770 fix to all users.

  30 May 2014; Lars Wendler <polynomial-c@gentoo.org> git-1.9.3.ebuild,
  git-2.0.0.ebuild:
  Fixed postinst message wrt. git-prompt.sh location.

  29 May 2014; Sven Wegener <swegener@gentoo.org>
  files/git-2.0.0-optional-cvs.patch:
  Fix optional-cvs patch to not disable all perl scripts.

*git-2.0.0 (29 May 2014)

  29 May 2014; Robin H. Johnson <robbat2@gentoo.org>
  +files/git-2.0.0-optional-cvs.patch, +git-2.0.0.ebuild:
  Bump.

  28 May 2014; Robin H. Johnson <robbat2@gentoo.org> git-9999-r1.ebuild,
  git-9999-r2.ebuild, git-9999-r3.ebuild, git-9999.ebuild:
  Port bug #507480 fix for git-prompt to 9999 builds.

*git-1.9.3 (11 May 2014)

  11 May 2014; Lars Wendler <polynomial-c@gentoo.org> -git-1.8.4.4.ebuild,
  -git-1.8.5.4.ebuild, -git-1.9.0.ebuild, -git-1.9.1.ebuild, +git-1.9.3.ebuild:
  Version bump. Removed old. Fixed installation of git-prompt.sh file (bug
  #507480).

  04 May 2014; Mikle Kolyada <zlogene@gentoo.org> git-1.8.5.5.ebuild:
  amd64 stable wrt bug #501662

  25 Apr 2014; Lars Wendler <polynomial-c@gentoo.org> git-9999-r3.ebuild,
  +files/git-2.0.0_rc0-optional-cvs.patch:
  Added new nocvs patch to fix bug #508600.

*git-1.9.2 (10 Apr 2014)
*git-1.8.4.4 (10 Apr 2014)

  10 Apr 2014; Robin H. Johnson <robbat2@gentoo.org> +git-1.8.4.4.ebuild,
  +git-1.9.2.ebuild:
  Bump.

*git-1.9.1 (19 Mar 2014)

  19 Mar 2014; Robin H. Johnson <robbat2@gentoo.org> +git-1.9.1.ebuild:
  Bump.

  09 Mar 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> git-1.8.5.5.ebuild:
  x86 stable wrt bug #501662

  03 Mar 2014; Lars Wendler <polynomial-c@gentoo.org> -git-1.9.0_rc3.ebuild,
  files/git-daemon-r1.initd:
  Fixed pidfile location for non-linux systems. Removed old.

  03 Mar 2014; Jason A. Donenfeld <zx2c4@gentoo.org> files/git-daemon-r1.initd:
  Before this commit, clones would warn of "remote: warning: unable to access
  '/root/.config/git/attributes': Permission denied", because certain
  environment variables were passed to the daemon. This change removes such
  variables from the daemon's environment, squelching the error.

  28 Feb 2014; Markus Meier <maekke@gentoo.org> git-1.8.5.5.ebuild:
  arm stable, bug #501662

*git-9999-r3 (22 Feb 2014)
*git-9999-r1 (22 Feb 2014)
*git-9999-r2 (22 Feb 2014)

  22 Feb 2014; Robin H. Johnson <robbat2@gentoo.org> +git-9999-r1.ebuild,
  +git-9999-r2.ebuild, +git-9999-r3.ebuild, git-9999.ebuild:
  Make the upstream git development more accessible. The branches in order of
  stability: master,maint,next,pu are now 9999* ebuilds.

  18 Feb 2014; Jeroen Roovers <jer@gentoo.org> git-1.8.5.5.ebuild:
  Stable for HPPA (bug #501662).

*git-1.9.0 (17 Feb 2014)

  17 Feb 2014; Lars Wendler <polynomial-c@gentoo.org> -git-1.8.5.3.ebuild,
  git-1.9.0_rc3.ebuild, +git-1.9.0.ebuild:
  Version bump. Removed old.

*git-1.8.5.5 (13 Feb 2014)

  13 Feb 2014; Robin H. Johnson <robbat2@gentoo.org> +git-1.8.5.5.ebuild:
  Bump.

  13 Feb 2014; Lars Wendler <polynomial-c@gentoo.org> git-9999.ebuild:
  Minor fixes to live ebuild (bug #487902).

*git-1.9.0_rc3 (08 Feb 2014)

  08 Feb 2014; Robin H. Johnson <robbat2@gentoo.org>
  +files/git-1.9.0_rc3-optional-cvs.patch, +git-1.9.0_rc3.ebuild:
  Bump.

  07 Feb 2014; Lars Wendler <polynomial-c@gentoo.org> git-1.8.1.5.ebuild,
  git-1.8.1.5-r1.ebuild, git-1.8.2.1.ebuild, git-1.8.3.2-r1.ebuild,
  git-1.8.4.5.ebuild, git-1.8.5.3.ebuild, git-1.8.5.4.ebuild, git-9999.ebuild,
  files/git-daemon-r1.initd:
  Attempt to fix startup of git-daemon as non-root user (bug #460370). Added
  sys-devel/gettext to DEPEND when nls USE flag is enabled.

*git-1.8.5.4 (06 Feb 2014)

  06 Feb 2014; Lars Wendler <polynomial-c@gentoo.org> +git-1.8.5.4.ebuild:
  Version bump.

  04 Feb 2014; Lars Wendler <polynomial-c@gentoo.org> git-1.8.1.5.ebuild,
  git-1.8.1.5-r1.ebuild, git-1.8.2.1.ebuild, git-1.8.4.5.ebuild,
  -git-1.8.5.2.ebuild, git-1.8.5.3.ebuild, git-9999.ebuild,
  -files/git-1.7.12-git-svn-backport.patch, +files/git-daemon-r1.initd:
  Added rewritten init script which no longer contains "need net" (bug
  #490446). Added epatch_user (bug #497292). Added www-servers/nginx to the
  list of server who work with git-instaweb (bug #491862). Removed reference to
  no longer needed patch in remaining ebuilds. Removed old files and ebuilds.
  Don't install git-prompt.sh as bash-completion file (bug #477920).

  18 Jan 2014; Mike Frysinger <vapier@gentoo.org> git-1.8.1.5-r1.ebuild,
  git-1.8.3.2-r1.ebuild:
  Mark s390/sh stable.

  17 Jan 2014; Matthew Thode <prometheanfire@gentoo.org> metadata.xml:
  removing myself as maintainer of git

*git-1.8.5.3 (14 Jan 2014)

  14 Jan 2014; Lars Wendler <polynomial-c@gentoo.org> -git-1.8.5.1.ebuild,
  +git-1.8.5.3.ebuild:
  Version bump. Removed old.

  04 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> git-1.8.5.2.ebuild,
  git-9999.ebuild:
  Add missing git-mw runtime dependency

  04 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> git-1.8.5.2.ebuild,
  +files/git-1.8.5-mw-destdir.patch, +files/git-1.8.5-mw-vendor.patch,
  git-9999.ebuild, metadata.xml:
  Add (masked until dependencies are keyworded) support for mediawiki, use
  subslot dependency on perl

*git-1.8.5.2 (18 Dec 2013)

  18 Dec 2013; Lars Wendler <polynomial-c@gentoo.org> +git-1.8.5.2.ebuild:
  Version bump.

  11 Dec 2013; Sergey Popov <pinkbyte@gentoo.org> git-1.8.3.2-r1.ebuild:
  Stable on arm, wrt bug #480306

  11 Dec 2013; Lars Wendler <polynomial-c@gentoo.org> git-1.8.1.5.ebuild,
  git-1.8.1.5-r1.ebuild, git-1.8.2.1.ebuild, git-1.8.3.2-r1.ebuild,
  git-1.8.4.5.ebuild, git-1.8.5.1.ebuild, git-9999.ebuild:
  Added t9402-git-cvsserver-refs.sh and t9604-cvsimport-timestamps.sh to the
  cvs-only tests (bug #492556).

  09 Dec 2013; Mikle Kolyada <zlogene@gentoo.org> git-1.8.3.2-r1.ebuild:
  ia64 stable wrt bug #480306

  07 Dec 2013; Johannes Huber <johu@gentoo.org> git-1.8.3.2-r1.ebuild:
  x86 stable, bug #480306

  06 Dec 2013; Lars Wendler <polynomial-c@gentoo.org> git-1.8.1.5.ebuild,
  git-1.8.1.5-r1.ebuild, git-1.8.2.1.ebuild, -git-1.8.3.2.ebuild,
  -git-1.8.4.ebuild, -git-1.8.4.2.ebuild, -git-1.8.4.3.ebuild,
  -git-1.8.4.4.ebuild:
  Fixed remaining ebuilds who suffer from bug #485166. Removed some older
  versions.

  05 Dec 2013; Lars Wendler <polynomial-c@gentoo.org> git-9999.ebuild:
  Added changes to live ebuild.

*git-1.8.5.1 (05 Dec 2013)

  05 Dec 2013; Lars Wendler <polynomial-c@gentoo.org> -git-1.6.4.5.ebuild,
  -git-1.7.2.5.ebuild, -git-1.7.3.4-r1.ebuild, -git-1.7.8.6.ebuild,
  -git-1.7.12.4.ebuild, -git-1.8.0.2.ebuild, +git-1.8.5.1.ebuild,
  -files/git-1.6.6.1-interix6.patch, -files/git-1.7.1-interix.patch,
  -files/git-1.7.2-always-install-js.patch, -files/git-1.7.3.2-interix.patch,
  -files/git-1.7.3.4-avoid-shell-issues.patch,
  -files/git-1.7.3.4-fix-perl-test-prereq.patch,
  -files/git-1.7.3.5-optional-cvs.patch, -files/git-1.7.11-optional-cvs.patch,
  +files/git-1.8.5-optional-cvs.patch, metadata.xml:
  Version bump. Removed old.

*git-1.8.4.5 (04 Dec 2013)

  04 Dec 2013; Lars Wendler <polynomial-c@gentoo.org> +git-1.8.4.5.ebuild:
  Version bump (bug #493348).

*git-1.8.4.4 (21 Nov 2013)

  21 Nov 2013; Robin H. Johnson <robbat2@gentoo.org> +git-1.8.4.4.ebuild:
  Bump.

  09 Nov 2013; Pacho Ramos <pacho@gentoo.org> git-1.8.3.2-r1.ebuild:
  amd64 stable, bug #480306

*git-1.8.4.3 (09 Nov 2013)

  09 Nov 2013; Robin H. Johnson <robbat2@gentoo.org> +git-1.8.4.3.ebuild:
  Bump.

  06 Nov 2013; Patrick Lauer <patrick@gentoo.org> git-1.8.3.2-r1.ebuild:
  Un-stabling for amd64 as dependencies are not ready

  05 Nov 2013; Mikle Kolyada <zlogene@gentoo.org> git-1.8.3.2-r1.ebuild:
  amd64 stable wrt bug #480306

  03 Nov 2013; Matt Turner <mattst88@gentoo.org> git-1.8.3.2-r1.ebuild:
  alpha stable, bug 480306.

  03 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> metadata.xml:
  just adding myself to the list of maintianers

  01 Nov 2013; Lars Wendler <polynomial-c@gentoo.org> metadata.xml:
  Added myself as maintainer.

*git-1.8.4.2 (28 Oct 2013)

  28 Oct 2013; Robin H. Johnson <robbat2@gentoo.org> +git-1.8.4.2.ebuild:
  Bump.

  20 Oct 2013; Fabian Groffen <grobian@gentoo.org> git-1.8.4.ebuild,
  git-9999.ebuild:
  Fix sed expression not to be too greedy, bug #488440

  17 Oct 2013; Jeroen Roovers <jer@gentoo.org> git-1.8.3.2-r1.ebuild:
  Stable for HPPA (bug #480306).

*git-1.8.3.2-r1 (15 Oct 2013)

  15 Oct 2013; Robin H. Johnson <robbat2@gentoo.org> +git-1.8.3.2-r1.ebuild:
  Backport fixes for bug #477096: Fix git-remote-bzr file collision & bug
  #479628: Fix pthread usage to 1.8.3.

*git-1.8.4 (15 Oct 2013)

  15 Oct 2013; Robin H. Johnson <robbat2@gentoo.org>
  +files/git-1.8.4-optional-cvs.patch, +git-1.8.4.ebuild, git-9999.ebuild:
  Bug #485844: Bump. Bug #477096: Fix git-remote-bzr file collision. Bug
  #479628: Fix pthread usage.

  15 Oct 2013; Mikle Kolyada <zlogene@gentoo.org> git-1.8.1.5-r1.ebuild:
  x86 stable wrt bug #480054

  14 Oct 2013; Tony Vroon <chainsaw@gentoo.org> git-1.8.1.5-r1.ebuild:
  Marked stable on AMD64 based on arch tester report by Elijah "Armageddon" El
  Lazkani in bug #480054.

  07 Oct 2013; William Hubbs <williamh@gentoo.org> git-9999.ebuild:
  sync live ebuild

  07 Oct 2013; Rick Farina <zerochaos@gentoo.org> git-1.8.3.2.ebuild:
  changing dep to make error message more useful because earlier version of dev-
  python/pygtksourceview:2 have no []

  06 Oct 2013; Jeroen Roovers <jer@gentoo.org> git-1.8.1.5-r1.ebuild:
  Stable for HPPA (bug #480054).

  06 Oct 2013; Markus Meier <maekke@gentoo.org> git-1.8.1.5-r1.ebuild:
  arm stable, bug #480054

*git-1.8.1.5-r1 (28 Sep 2013)

  28 Sep 2013; Pacho Ramos <pacho@gentoo.org> +git-1.8.1.5-r1.ebuild:
  Backport unit files to allow faster stabilization

  16 Sep 2013; Michał Górny <mgorny@gentoo.org> git-1.8.3.2.ebuild,
  git-9999.ebuild:
  Use ${PYTHON} rather than $(python_get_PYTHON). It is exported anyway.

  31 Jul 2013; Matt Turner <mattst88@gentoo.org> git-1.8.3.2.ebuild,
  git-9999.ebuild:
  Allow building against >=dev-lang/perl-5.16 without 'build' in IUSE.

  26 Jul 2013; William Hubbs <williamh@gentoo.org> git-9999.ebuild:
  non-maintainer commit: sync live ebuild with git-1.8.3.2.

  15 Jul 2013; Jonathan Callen <abcd@gentoo.org> git-1.8.3.2.ebuild:
  Non-maintainer update: make ${PYTHON_REQUIRED_USE} conditional on USE=python;
  fix pygtk and pygtksourceview deps to require that they be built with the same
  version of python as this package; replace built_with_use calls with
  has_version; remove python 2.5 support as none of the dependencies support it.

  11 Jul 2013; Lars Wendler <polynomial-c@gentoo.org> git-1.8.3.2.ebuild:
  Non-maintainer commit: Fixed test failure when built with USE="-perl" (bug
  #476472). Also fixed wrong located python_optimize call. Thanks to Arfrever
  for pointing this out in IRC and mgorny for giving advice how to fix this.

*git-1.8.3.2 (09 Jul 2013)

  09 Jul 2013; Lars Wendler <polynomial-c@gentoo.org> +git-1.8.3.2.ebuild:
  Non-maintainer commit: Version bump (bug #467856). Converted ebuild to EAPI-5
  and python-single-r1 eclass. Added gtk -> python REQUIRED_USE (bug #451374).
  Hopefully fixed test failure with USE=-perl (bug #470592). Added installation
  of git-remote-hg (bug #465808) and git-remote-bzr with USE=python.

  18 May 2013; Fabio Erculiani <lxnay@gentoo.org> git-1.8.2.1.ebuild,
  git-9999.ebuild, +files/git-daemon.socket, +files/git-daemon_at.service:
  add systemd unit supporting socket activation to 1.8.21 and 9999, fix bug
  #468846

  19 Apr 2013; Mike Frysinger <vapier@gentoo.org> git-1.8.2.1.ebuild:
  Add missing pthreads linkage for svn-fe #466178 by Mike Gilbert.

  17 Apr 2013; Robin H. Johnson <robbat2@gentoo.org> git-1.8.2.1.ebuild:
  Bug #466178: better use of variables to make svn-fe always compile right.

*git-1.8.2.1 (16 Apr 2013)

  16 Apr 2013; Robin H. Johnson <robbat2@gentoo.org>
  +files/git-1.8.2-optional-cvs.patch, +files/git-1.8.2-texinfo.patch,
  +git-1.8.2.1.ebuild:
  Verbump. Bug #464210: fix texinfo 5.1 @anchor handling.

  19 Mar 2013; Agostino Sarubbo <ago@gentoo.org> -git-1.7.12-r1.ebuild,
  -git-1.7.12-r2.ebuild, -git-1.7.12.3-r1.ebuild, -git-1.7.12.3.ebuild,
  -git-1.7.12.ebuild, -git-1.8.0-r1.ebuild, -git-1.8.0.ebuild,
  -git-1.8.1.1.ebuild, -git-1.8.1.2.ebuild, -git-1.8.1.4.ebuild,
  -git-1.8.1.ebuild:
  Remove old

  10 Mar 2013; Agostino Sarubbo <ago@gentoo.org> git-1.8.1.5.ebuild:
  Stable for s390, wrt bug #459158

  09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> git-1.8.1.5.ebuild:
  Stable for sparc, wrt bug #459158

  09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> git-1.8.1.5.ebuild:
  Stable for ia64, wrt bug #459158

  09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> git-1.8.1.5.ebuild:
  Stable for alpha, wrt bug #459158

  09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> git-1.8.1.5.ebuild:
  Stable for ppc64, wrt bug #459158

  08 Mar 2013; Agostino Sarubbo <ago@gentoo.org> git-1.8.1.5.ebuild:
  Stable for arm, wrt bug #459158

  06 Mar 2013; Agostino Sarubbo <ago@gentoo.org> git-1.8.1.5.ebuild:
  Stable for sh, wrt bug #459158

  05 Mar 2013; Jeroen Roovers <jer@gentoo.org> git-1.8.1.5.ebuild:
  Stable for HPPA (bug #459158).

  04 Mar 2013; Brent Baude <ranger@gentoo.org> git-1.8.1.5.ebuild:
  Marking git-1.8.1.5 ppc for bug 459158

  04 Mar 2013; Agostino Sarubbo <ago@gentoo.org> git-1.8.1.5.ebuild:
  Stable for x86, wrt bug #459158

  04 Mar 2013; Agostino Sarubbo <ago@gentoo.org> git-1.8.1.5.ebuild:
  Stable for amd64, wrt bug #459158

*git-1.8.1.5 (01 Mar 2013)

  01 Mar 2013; Robin H. Johnson <robbat2@gentoo.org> +git-1.8.1.5.ebuild:
  Bump.

  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> git-1.7.12.4.ebuild:
  Stable for sh, wrt bug #436704

  22 Feb 2013; Zac Medico <zmedico@gentoo.org> git-1.8.1.2.ebuild,
  git-1.8.1.4.ebuild, git-9999.ebuild:
  Add ~arm-linux keywords.

*git-1.8.1.4 (20 Feb 2013)

  20 Feb 2013; Robin H. Johnson <robbat2@gentoo.org> +git-1.8.1.4.ebuild:
  Bump.

  20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> git-1.7.12.4.ebuild:
  Stable for s390, wrt bug #436704

  29 Jan 2013; Fabian Groffen <grobian@gentoo.org> git-1.8.0.2.ebuild,
  git-1.8.1.2.ebuild:
  Do not install git daemon init.d script on Prefix

*git-1.8.1.2 (28 Jan 2013)

  28 Jan 2013; Robin H. Johnson <robbat2@gentoo.org> +git-1.8.1.2.ebuild:
  Autobump.

  21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> git-1.7.12.4.ebuild:
  Stable for sparc, wrt bug #436704

  21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> git-1.7.12.4.ebuild:
  Stable for ia64, wrt bug #436704

  20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> git-1.7.12.4.ebuild:
  Stable for alpha, wrt bug #436704

  16 Jan 2013; Agostino Sarubbo <ago@gentoo.org> git-1.7.12.4.ebuild:
  Stable for ppc64, wrt bug #436704

  16 Jan 2013; Agostino Sarubbo <ago@gentoo.org> git-1.7.12.4.ebuild:
  Stable for ppc, wrt bug #436704

  15 Jan 2013; Markus Meier <maekke@gentoo.org> git-1.7.12.4.ebuild:
  arm stable, bug #436704

*git-1.8.1.1 (15 Jan 2013)

  15 Jan 2013; Robin H. Johnson <robbat2@gentoo.org> +git-1.8.1.1.ebuild:
  Bump.

  15 Jan 2013; Jeroen Roovers <jer@gentoo.org> git-1.7.12.4.ebuild:
  Stable for HPPA (bug #436704).

  10 Jan 2013; Agostino Sarubbo <ago@gentoo.org> git-1.7.12.4.ebuild:
  Stable for x86, wrt bug #436704

  10 Jan 2013; Agostino Sarubbo <ago@gentoo.org> git-1.7.12.4.ebuild:
  Stable for amd64, wrt bug #436704

*git-1.8.1 (03 Jan 2013)

  03 Jan 2013; Robin H. Johnson <robbat2@gentoo.org> +git-1.8.1.ebuild:
  Bump.

  01 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org> +ChangeLog-2012:
  Split ChangeLog.

  For previous entries, please see ChangeLog-2012.