summaryrefslogtreecommitdiff
path: root/unpack-trees.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshakeJunio C Hamano2017-07-261-0/+2
|\
| * convert: add "status=delayed" to filter process protocolLars Schneider2017-06-301-0/+2
* | 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 'dt/unpack-save-untracked-cache-extension'Junio C Hamano2017-05-301-0/+1
|\ \
| * | unpack-trees: preserve index extensionsdt/unpack-save-untracked-cache-extensionDavid Turner2017-05-201-0/+1
| |/
* | Merge branch 'bw/dir-c-stops-relying-on-the-index'Junio C Hamano2017-05-291-5/+5
|\ \
| * | dir: convert read_directory to take an indexBrandon Williams2017-05-061-1/+1
| * | dir: convert is_excluded to take an indexBrandon Williams2017-05-061-1/+1
| * | dir: convert add_excludes to take an indexBrandon Williams2017-05-061-1/+1
| * | dir: convert is_excluded_from_list to take an indexBrandon Williams2017-05-061-2/+2
| |/
* | Merge branch 'sb/reset-recurse-submodules'Junio C Hamano2017-05-291-1/+6
|\ \ | |/ |/|
| * entry.c: submodule recursing: respect force flag correctlyStefan Beller2017-04-181-1/+6
* | Merge branch 'jh/unpack-trees-micro-optim'Junio C Hamano2017-04-231-5/+33
|\ \ | |/ |/|
| * unpack-trees: avoid duplicate ODB lookups during checkoutjh/unpack-trees-micro-optimJeff Hostetler2017-04-151-5/+33
* | unpack-trees.c: align submodule error message to the other error messagessb/unpack-trees-would-lose-submodule-message-updateStefan Beller2017-03-291-1/+1
* | unpack-trees: check if we can perform the operation for submodulesStefan Beller2017-03-161-9/+122
* | unpack-trees: pass old oid to verify_clean_submoduleStefan Beller2017-03-161-7/+10
|/
* Merge branch 'sb/unpack-trees-super-prefix'Junio C Hamano2017-02-031-3/+40
|\
| * unpack-trees: support super-prefix optionsb/unpack-trees-super-prefixStefan Beller2017-01-251-3/+40
* | Merge branch 'sb/unpack-trees-cleanup'Junio C Hamano2017-01-181-23/+30
|\ \ | |/ |/|
| * unpack-trees: factor progress setup out of check_updatessb/unpack-trees-cleanupStefan Beller2017-01-101-12/+20
| * unpack-trees: remove unneeded continueStefan Beller2017-01-101-1/+0
| * unpack-trees: move checkout state into check_updatesStefan Beller2017-01-101-12/+12
* | Merge branch 'sb/unpack-trees-grammofix'Junio C Hamano2016-12-191-1/+1
|\ \ | |/ |/|
| * unpack-trees: fix grammar for untracked files in directoriessb/unpack-trees-grammofixStefan Beller2016-12-051-1/+1
* | introduce CHECKOUT_INITrs/checkout-init-macroRené Scharfe2016-09-221-3/+1
* | Merge branch 'rs/unpack-trees-reduce-file-scope-global'Junio C Hamano2016-09-211-4/+5
|\ \
| * | unpack-trees: pass checkout state explicitly to check_updates()René Scharfe2016-09-131-4/+5
* | | Merge branch 'bc/object-id'Junio C Hamano2016-09-191-4/+4
|\ \ \
| * | | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-4/+4
| |/ /
* | | unpack-trees: do not capitalize "working"ah/misc-message-fixesAlex Henrie2016-09-081-2/+2
|/ /
* | unpack-trees: fix English grammar in do-this-before-that messagesah/unpack-trees-advice-messagesAlex Henrie2016-06-271-9/+9
* | Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-4/+2
|\ \
| * | unpack-trees.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-4/+2
* | | Merge branch 'va/i18n-misc-updates'Junio C Hamano2016-05-171-20/+54
|\ \ \ | | |/ | |/|
| * | i18n: unpack-trees: avoid substituting only a verb in sentencesva/i18n-misc-updatesVasco Almeida2016-05-121-13/+47
| * | i18n: unpack-trees: mark strings for translationVasco Almeida2016-04-121-12/+12
| |/
* | struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-2/+2
|/
* unpack-trees: fix accidentally quadratic behaviordt/unpack-compare-entry-optimDavid Turner2016-01-221-1/+12
* do_compare_entry: use already-computed pathDavid Turner2016-01-051-2/+36
* replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-251-3/+1
* Sync with 2.5.2Junio C Hamano2015-09-091-7/+10
|\
| * Sync with 2.4.9Junio C Hamano2015-09-041-7/+10
| |\
| | * Sync with 2.2.3Junio C Hamano2015-09-041-7/+10
| | |\
| | | * verify_absent: allow filenames longer than PATH_MAXJeff King2015-09-041-7/+10
| * | | Merge branch 'as/sparse-checkout-removal' into maintJunio C Hamano2015-08-191-0/+4
| |\ \ \
* | \ \ \ Merge branch 'jk/git-path'Junio C Hamano2015-08-191-1/+3
|\ \ \ \ \
| * | | | | prefer git_pathdup to git_path in some possibly-dangerous casesJeff King2015-08-101-1/+3
* | | | | | Merge branch 'dt/unpack-trees-cache-tree-revalidate'Junio C Hamano2015-08-121-0/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |