aboutsummaryrefslogtreecommitdiffstats
path: root/replace_object.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-18Merge branch 'dd/use-alloc-grow'Junio C Hamano1-6/+2
2014-03-14Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano1-1/+8
2014-03-03replace_object.c: use ALLOC_GROW() in register_replace_object()Dmitry S. Dolzhenko1-6/+2
2014-02-28Add docstrings for lookup_replace_object() and do_lookup_replace_object()Michael Haggerty1-0/+7
2014-02-24replace_object: use struct members instead of an arrayMichael Haggerty1-6/+11
2014-02-20rename read_replace_refs to check_replace_refsMichael Haggerty1-1/+1
2013-12-12replace_object: don't check read_replace_refs twiceChristian Couder1-3/+0
2011-05-15inline lookup_replace_object() callsJunio C Hamano1-1/+3
2011-03-22Fix sparse warningsStephen Boyd1-0/+1
2009-05-31environment: add global variable to disable replacementChristian Couder1-0/+3
2009-05-31replace_object: add mechanism to replace objects found in "refs/replace/"Christian Couder1-0/+111