nerator' content='cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/convert.c (unfollow)
42fa2c1e267ba678d431a7535aa7c1dd645c&follow=1'>[PATCH] u14-34f update from maintainer
AgeCommit message (Expand)AuthorFilesLines
2016-10-21trailer: clarify failure modes in parse_trailerJonathan Tan1-22/+53
2016-10-20trailer: make args have their own structJonathan Tan1-50/+85
2016-10-20trailer: streamline trailer item create and addJonathan Tan1-70/+60
2016-10-20trailer: use list.h for doubly-linked listJonathan Tan1-167/+91
2016-10-14trailer: improve const correctnessJonathan Tan1-7/+7
2016-10-11Start preparing for 2.10.2Junio C Hamano2-1/+46
2016-10-10Ninth batch for 2.11Junio C Hamano1-23/+40
2016-10-06Eighth batch for 2.11Junio C Hamano1-0/+34
2016-10-03Seventh batch for 2.11Junio C Hamano1-0/+40
2016-10-03Git 2.10.1v2.10.1Junio C Hamano3-2/+14
2016-10-03ref-filter: strip format option after a field name only once while parsingSZEDER Gábor1-11/+11
2016-10-03show-branch: use QSORTRené Scharfe1-4/+2
2016-10-03coccicheck: make transformation for strbuf_addf(sb, "...") more preciseRené Scharfe1-3/+26
2016-09-29pretty: avoid adding reset for %C(auto) if output is emptyRené Scharfe2-2/+2
2016-09-29use QSORT, part 2René Scharfe2-3/+2
2016-09-29coccicheck: use --all-includes by defaultRené Scharfe1-1/+2
2016-09-29http: control GSSAPI credential delegationPetr Stodulka2-0/+51
2016-09-29Sixth batch for 2.11Junio C Hamano1-0/+28
2016-09-29Prepare for 2.10.1Junio C Hamano1-0/+87
2016-09-29graph: fix extra spaces in graph_padding_lineJeff King1-4/+12
2016-09-29remove unnecessary check before QSORTRené Scharfe3-8/+23
2016-09-29use QSORTRené Scharfe30-65/+44
2016-09-29add QSORTRené Scharfe2-0/+27
2016-09-28blame: use DEFAULT_ABBREV macroJunio C Hamano1-1/+1
2016-09-28mailinfo: unescape quoted-pair in header fieldsKevin Daudt6-0/+124
2016-09-28t5100-mailinfo: replace common path prefix with variableKevin Daudt1-33/+35
2016-09-27rev-list-options: clarify the usage of --reversePranit Bauva1-2/+3
2016-09-27fsck: handle bad trees like other errorsDavid Turner4-19/+106
2016-09-27tree-walk: be more specific about corrupt tree errorsJeff King2-7/+30
2016-09-27use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe4-4/+9
2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe3-2/+8
Alan Cox2-18/+48
2002-10-27[PATCH] finish updating sym53c416Alan Cox2-25/+47
2002-10-27[PATCH] nsp_cs update from maintainerAlan Cox5-291/+722
2002-10-27[PATCH] fix scsi irq errors on seagateAlan Cox2-0/+9
2002-10-27[PATCH] nsp32 needs updating for scsi_hn_getAlan Cox1-5/+3
2002-10-27[PATCH] resurrect the NCR53c406aAlan Cox2-806/+777
2002-10-27[PATCH] ncr53c8xxx needs updating for scsi_hn_getAlan Cox1-9/+4
2002-10-27[PATCH] inia100 just has to lose a next: NULLAlan Cox1-2/+1
2002-10-27[PATCH] fix all the IRQ breakage on the in2000Alan Cox2-14/+13
2002-10-27[PATCH] initial eata driver updatesAlan Cox4-88/+216
2002-10-27[PATCH] fix aic7xxx on gcc 3.2 warning spewAlan Cox1-20/+20
2002-10-27[PATCH] move advansys from pcibios to pci_Alan Cox1-23/+11
2002-10-27[PATCH] ressurect the aha1740 driverAlan Cox1-12/+19
2002-10-27[PATCH] move 53c7,8xx to pci_ not pcibiosAlan Cox2-11/+7
2002-10-27[PATCH] small scsi compile fixesAlan Cox7-24/+15
This is stuff like next: pointers that are not present rather than anything bigger
2002-10-27[PATCH] MCA bus basic cleanupsAlan Cox8-1540/+1323
2002-10-18Linux v2.5.44v2.5.44Linus Torvalds1-1/+1
2002-10-18[PATCH] device removalPatrick Mochel2-3/+4
The problem was that when the refcount hit 0, it was unconditionally assuming that it had been added, which is wrong. The patch below corrects that, and fixes the Oops when loading the floppy driver.