summaryrefslogtreecommitdiffstats
path: root/symlinks.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-30pretty: avoid adding reset for %C(auto) if output is emptyRené Scharfe2-2/+2
2016-09-30use QSORT, part 2René Scharfe2-3/+2
2016-09-30coccicheck: use --all-includes by defaultRené Scharfe1-1/+2
2016-09-30http: control GSSAPI credential delegationPetr Stodulka2-0/+51
2016-09-30Sixth batch for 2.11Junio C Hamano1-0/+28
2016-09-30Prepare for 2.10.1Junio C Hamano1-0/+87
2016-09-30graph: fix extra spaces in graph_padding_lineJeff King1-4/+12
2016-09-30remove unnecessary check before QSORTRené Scharfe3-8/+23
2016-09-30use QSORTRené Scharfe30-65/+44
2016-09-30add 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-28rev-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