summaryrefslogtreecommitdiffstats
path: root/object.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-30pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano6-9/+28
2016-03-30pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds6-2/+79
2016-03-10Git 2.7.3v2.7.3Junio C Hamano4-3/+66
2016-02-29compat/mingw: brown paper bag fix for 50a6c8eJeff King1-1/+1
2016-02-27sha1_file.c: mark strings for translationNguyễn Thái Ngọc Duy1-3/+3
2016-02-25t5504: handle expected output from SIGPIPE deathJeff King1-1/+4
2016-02-25test_must_fail: report number of unexpected signalJeff King1-1/+1
2016-02-25fetch-pack: ignore SIGPIPE in sideband demuxerJeff King1-1/+5
2016-02-25write_or_die: handle EPIPE in async threadsJeff King3-0/+15
2016-02-25refs: document transaction semanticsDavid Turner1-0/+12
2016-02-25use_pack: handle signed off_t overflowJeff King2-1/+3
2016-02-25nth_packed_object_offset: bounds-check extended offsetJeff King4-1/+27