summaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes/1.7.5.2.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-08Eleventh batch for 2.10Junio C Hamano1-20/+65
2016-08-08Hopefully final batch for 2.9.3Junio C Hamano1-0/+34
2016-08-06nedmalloc: work around overzealous GCC 6 warningRené Scharfe1-5/+4
2016-08-06use strbuf_addstr() instead of strbuf_addf() with "%s"René Scharfe3-3/+3
2016-08-04Tenth batch for 2.10Junio C Hamano1-0/+6
2016-08-04pager: move pager-specific setup into the buildEric Wong5-8/+67
2016-08-04nedmalloc: fix misleading indentationJohannes Schindelin1-4/+4
2016-08-04t7063: work around FreeBSD's lazy mtime update featureNguyễn Thái Ngọc Duy1-1/+16
2016-08-04Ninth batch of topics for 2.10Junio C Hamano1-0/+61
2016-08-03clarify %f documentationJoey Hess1-0/+5
2016-08-03gitmodules: document shallow recommendationStefan Beller1-0/+5
2016-08-03blame: drop strdup of string literalEric Sunshine1-1/+1
2016-08-03t4130: work around Windows limitationJohannes Sixt1-3/+7
2016-08-02hashmap: clarify that hashmap_entry can safely be discardedJunio C Hamano1-0/+5
2016-08-01t3700: add a test_mode_in_index helper functionIngo Brückl1-32/+22
2016-08-01t3700: merge two tests into oneIngo Brückl1-12/+6
2016-08-01t3700: remove unwanted leftover files before running new testsIngo Brückl1-0/+3
2016-08-01pass constants as first argument to st_mult()René Scharfe3-3/+3
2016-08-01use strbuf_addstr() for adding constant strings to a strbufRené Scharfe4-6/+6
2016-08-01gitweb: escape link body in format_ref_markerAndreas Brauchli1-1/+1
2016-07-29pack-objects: compute local/ignore_pack_keep earlyJeff King1-1/+25
2016-07-29pack-objects: break out of want_object loop earlyJeff King1-0/+16
2016-07-29find_pack_entry: replace last_found_pack with MRU cacheJeff King2-18/+25
2016-07-29add generic most-recently-used listJeff King3-0/+96
2016-07-29sha1_file: drop free_pack_by_nameJeff King3-32/+0