aboutsummaryrefslogtreecommitdiffstats
path: root/commit.c
diff options
context:
space:
mode:
authorbrian m. carlson <sandals@crustytoothpaste.net>2018-05-02 00:25:45 +0000
committerJunio C Hamano <gitster@pobox.com>2018-05-02 13:59:50 +0900
commit6390fe20eba4afb1d70e05714c62be7908ad592a (patch)
tree5a0b2eeef7d4281654919f515b7615e1da35720f /commit.c
parentUpdate struct index_state to use struct object_id (diff)
downloadgit-6390fe20eba4afb1d70e05714c62be7908ad592a.tar.gz
git-6390fe20eba4afb1d70e05714c62be7908ad592a.zip
pack-redundant: convert linked lists to use struct object_id
Convert struct llist_item and the rest of the linked list code to use struct object_id. Add a use of GIT_MAX_HEXSZ to avoid a dependency on a hard-coded constant. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions
mit/gitweb/gitweb.cgi?h=main&id=143c89b00348759d2768003d57e0f506d281dc61&follow=1'>gitweb: escape tag commentsDaniel Drake1-1/+1 I have a tag with a comment which includes an & character. Firefox wouldn't display my gitweb summary page due to malformed XML. This solves the problem. Signed-off-by: Daniel Drake <dsd@gentoo.org> Signed-off-by: Junio C Hamano <junkio@cox.net>