author | Junio C Hamano <gitster@pobox.com> | |
Thu, 18 Dec 2008 06:28:03 +0000 (22:28 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 18 Dec 2008 06:28:03 +0000 (22:28 -0800) | ||
commit | c0ceb2c32d40c4bc835597105ba0c0fac4ae36ba | |
tree | 628e9b1a593ddd50ed1f33754d654aae3e30630b | tree | snapshot |
parent | 954597bd198f31e66ac39bea60cfdb8d1ced858c | commit | diff |
parent | 912342d9d69a30e49491f3fd4d3aa8dc2f6050f3 | commit | diff |
Merge branch 'lt/readlink'
* lt/readlink:
combine-diff.c: use strbuf_readlink()
builtin-blame.c: use strbuf_readlink()
make_absolute_path(): check bounds when seeing an overlong symlink
Make 'prepare_temp_file()' ignore st_size for symlinks
Make 'diff_populate_filespec()' use the new 'strbuf_readlink()'
Make 'index_path()' use 'strbuf_readlink()'
Make 'ce_compare_link()' use the new 'strbuf_readlink()'
Add generic 'strbuf_readlink()' helper function
* lt/readlink:
combine-diff.c: use strbuf_readlink()
builtin-blame.c: use strbuf_readlink()
make_absolute_path(): check bounds when seeing an overlong symlink
Make 'prepare_temp_file()' ignore st_size for symlinks
Make 'diff_populate_filespec()' use the new 'strbuf_readlink()'
Make 'index_path()' use 'strbuf_readlink()'
Make 'ce_compare_link()' use the new 'strbuf_readlink()'
Add generic 'strbuf_readlink()' helper function