summaryrefslogtreecommitdiff
path: root/builtin/read-tree.c
AgeCommit message (Expand)Author
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2015-09-01Merge branch 'ah/read-tree-usage-string'Junio C Hamano
2015-08-28read-tree: replace bracket set with parentheses to clarify usageAlex Henrie
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-06-13read-tree: note about dropping split-index mode or index versionNguyễn Thái Ngọc Duy
2014-06-13cache-tree: mark istate->cache_changed on prime_cache_tree()Nguyễn Thái Ngọc Duy
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2013-10-16C: have space around && and || operatorsJunio C Hamano
2013-06-02diff-lib, read-tree, unpack-trees: mark cache_entry array paramters constRené Scharfe
2013-06-02diff-lib, read-tree, unpack-trees: mark cache_entry pointers constRené Scharfe
2012-08-20i18n: read-tree: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-05-25Teach read-tree the -n|--dry-run optionJens Lehmann
2011-02-15Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber
2010-11-15add description parameter to OPT__VERBOSERené Scharfe
2010-09-10read-tree: deprecate syntax without tree-ish argsJan Krüger
2010-07-09Merge remote branch 'ko/master' into jc/read-tree-cache-tree-fixJunio C Hamano
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds