summaryrefslogtreecommitdiff
path: root/builtin/read-tree.c
AgeCommit message (Expand)Author
2019-05-13cmd_{read,write}_tree: rename "unused" variable that is usedJeff King
2019-03-24read-tree: add --quietNguyễn Thái Ngọc Duy
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-04Merge branch 'nd/the-index'Junio C Hamano
2018-11-12cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe
2018-05-10lock_file: move static locks into functionsMartin Ågren
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller
2017-05-30reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller
2017-05-30submodule recursing: do not write a config variable twiceStefan Beller
2017-05-29Merge branch 'ja/do-not-ask-needless-questions'Junio C Hamano
2017-05-29Merge branch 'jc/read-tree-empty-with-m'Junio C Hamano
2017-05-12read-tree -m: make error message for merging 0 trees less smart aleckJean-Noel Avila
2017-05-11read-tree: "read-tree -m --empty" does not make senseJunio C Hamano
2017-05-08tree: convert parse_tree_indirect to struct object_idbrian m. carlson
2017-05-08builtin/read-tree: convert to struct object_idbrian m. carlson
2017-03-16builtin/read-tree: add --recurse-submodules switchStefan Beller
2017-01-11read-tree: use OPT_BOOL instead of OPT_SET_INTStefan Beller
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
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