aboutsummaryrefslogtreecommitdiff
path: root/builtin/merge-index.c
Commit message (Expand)AuthorAge
* Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-26
* use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe2017-01-30
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
* use sha1_to_hex_r() instead of strcpyJeff King2015-10-05
* convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-25
* standardize usage info string formatAlex Henrie2015-01-14
* Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
* Which merge_file() function do you mean?Junio C Hamano2012-12-09
* Fix sparse warningsStephen Boyd2011-03-22
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22