summaryrefslogtreecommitdiff
path: root/builtin/read-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano2017-06-131-23/+9
|\ \
| * | Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller2017-06-011-1/+9
| * | reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller2017-05-301-25/+3
| * | submodule recursing: do not write a config variable twiceStefan Beller2017-05-301-1/+1
| |/
* | Merge branch 'ja/do-not-ask-needless-questions'Junio C Hamano2017-05-291-2/+3
|\ \
| * | read-tree -m: make error message for merging 0 trees less smart aleckJean-Noel Avila2017-05-121-2/+3
* | | Merge branch 'jc/read-tree-empty-with-m'Junio C Hamano2017-05-291-1/+1
|\ \ \
| * | | read-tree: "read-tree -m --empty" does not make sensejc/read-tree-empty-with-mJunio C Hamano2017-05-101-1/+1
* | | | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-081-1/+1
* | | | builtin/read-tree: convert to struct object_idbrian m. carlson2017-05-081-5/+5
| |_|/ |/| |
* | | builtin/read-tree: add --recurse-submodules switchStefan Beller2017-03-161-0/+29
| |/ |/|
* | read-tree: use OPT_BOOL instead of OPT_SET_INTStefan Beller2017-01-111-18/+18
* | hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-071-1/+1
* | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-1/+1
|/
* convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-1/+1
* Merge branch 'ah/read-tree-usage-string'Junio C Hamano2015-09-011-1/+1
|\
| * read-tree: replace bracket set with parentheses to clarify usageah/read-tree-usage-stringAlex Henrie2015-08-281-1/+1
* | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-0/+1
* | read-tree: note about dropping split-index mode or index versionNguyễn Thái Ngọc Duy2014-06-131-0/+9
* | cache-tree: mark istate->cache_changed on prime_cache_tree()Nguyễn Thái Ngọc Duy2014-06-131-1/+1
* | read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-131-4/+3
* | C: have space around && and || operatorsJunio C Hamano2013-10-161-1/+1
* | diff-lib, read-tree, unpack-trees: mark cache_entry array paramters constRené Scharfe2013-06-021-1/+2
* | diff-lib, read-tree, unpack-trees: mark cache_entry pointers constRené Scharfe2013-06-021-1/+1
|/
* i18n: read-tree: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-19/+19
* Teach read-tree the -n|--dry-run optionJens Lehmann2011-05-251-1/+2
* Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-151-2/+2
* add description parameter to OPT__VERBOSERené Scharfe2010-11-151-1/+1
* read-tree: deprecate syntax without tree-ish argsJan Krüger2010-09-101-1/+9
* Merge remote branch 'ko/master' into jc/read-tree-cache-tree-fixJunio C Hamano2010-07-081-5/+0
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+235