| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jh/unpack-trees-micro-optim' | Junio C Hamano | 2017-04-23 | 1 | -5/+33 |
|\ |
|
| * | unpack-trees: avoid duplicate ODB lookups during checkoutjh/unpack-trees-micro-optim | Jeff Hostetler | 2017-04-15 | 1 | -5/+33 |
* | | unpack-trees.c: align submodule error message to the other error messagessb/unpack-trees-would-lose-submodule-message-update | Stefan Beller | 2017-03-29 | 1 | -1/+1 |
* | | unpack-trees: check if we can perform the operation for submodules | Stefan Beller | 2017-03-16 | 1 | -9/+122 |
* | | unpack-trees: pass old oid to verify_clean_submodule | Stefan Beller | 2017-03-16 | 1 | -7/+10 |
|/ |
|
* | Merge branch 'sb/unpack-trees-super-prefix' | Junio C Hamano | 2017-02-03 | 1 | -3/+40 |
|\ |
|
| * | unpack-trees: support super-prefix optionsb/unpack-trees-super-prefix | Stefan Beller | 2017-01-25 | 1 | -3/+40 |
* | | Merge branch 'sb/unpack-trees-cleanup' | Junio C Hamano | 2017-01-18 | 1 | -23/+30 |
|\ \
| |/
|/| |
|
| * | unpack-trees: factor progress setup out of check_updatessb/unpack-trees-cleanup | Stefan Beller | 2017-01-10 | 1 | -12/+20 |
| * | unpack-trees: remove unneeded continue | Stefan Beller | 2017-01-10 | 1 | -1/+0 |
| * | unpack-trees: move checkout state into check_updates | Stefan Beller | 2017-01-10 | 1 | -12/+12 |
* | | Merge branch 'sb/unpack-trees-grammofix' | Junio C Hamano | 2016-12-19 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | unpack-trees: fix grammar for untracked files in directoriessb/unpack-trees-grammofix | Stefan Beller | 2016-12-05 | 1 | -1/+1 |
* | | introduce CHECKOUT_INITrs/checkout-init-macro | René Scharfe | 2016-09-22 | 1 | -3/+1 |
* | | Merge branch 'rs/unpack-trees-reduce-file-scope-global' | Junio C Hamano | 2016-09-21 | 1 | -4/+5 |
|\ \ |
|
| * | | unpack-trees: pass checkout state explicitly to check_updates() | René Scharfe | 2016-09-13 | 1 | -4/+5 |
* | | | Merge branch 'bc/object-id' | Junio C Hamano | 2016-09-19 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -4/+4 |
| |/ / |
|
* | | | unpack-trees: do not capitalize "working"ah/misc-message-fixes | Alex Henrie | 2016-09-08 | 1 | -2/+2 |
|/ / |
|
* | | unpack-trees: fix English grammar in do-this-before-that messagesah/unpack-trees-advice-messages | Alex Henrie | 2016-06-27 | 1 | -9/+9 |
* | | Merge branch 'nd/error-errno' | Junio C Hamano | 2016-05-17 | 1 | -4/+2 |
|\ \ |
|
| * | | unpack-trees.c: use error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -4/+2 |
* | | | Merge branch 'va/i18n-misc-updates' | Junio C Hamano | 2016-05-17 | 1 | -20/+54 |
|\ \ \
| | |/
| |/| |
|
| * | | i18n: unpack-trees: avoid substituting only a verb in sentencesva/i18n-misc-updates | Vasco Almeida | 2016-05-12 | 1 | -13/+47 |
| * | | i18n: unpack-trees: mark strings for translation | Vasco Almeida | 2016-04-12 | 1 | -12/+12 |
| |/ |
|
* | | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 2016-04-25 | 1 | -2/+2 |
|/ |
|
* | unpack-trees: fix accidentally quadratic behaviordt/unpack-compare-entry-optim | David Turner | 2016-01-22 | 1 | -1/+12 |
* | do_compare_entry: use already-computed path | David Turner | 2016-01-05 | 1 | -2/+36 |
* | replace trivial malloc + sprintf / strcpy calls with xstrfmt | Jeff King | 2015-09-25 | 1 | -3/+1 |
* | Sync with 2.5.2 | Junio C Hamano | 2015-09-09 | 1 | -7/+10 |
|\ |
|
| * | Sync with 2.4.9 | Junio C Hamano | 2015-09-04 | 1 | -7/+10 |
| |\ |
|
| | * | Sync with 2.2.3 | Junio C Hamano | 2015-09-04 | 1 | -7/+10 |
| | |\ |
|
| | | * | verify_absent: allow filenames longer than PATH_MAX | Jeff King | 2015-09-04 | 1 | -7/+10 |
| * | | | Merge branch 'as/sparse-checkout-removal' into maint | Junio C Hamano | 2015-08-19 | 1 | -0/+4 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'jk/git-path' | Junio C Hamano | 2015-08-19 | 1 | -1/+3 |
|\ \ \ \ \ |
|
| * | | | | | prefer git_pathdup to git_path in some possibly-dangerous cases | Jeff King | 2015-08-10 | 1 | -1/+3 |
* | | | | | | Merge branch 'dt/unpack-trees-cache-tree-revalidate' | Junio C Hamano | 2015-08-12 | 1 | -0/+8 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | unpack-trees: populate cache-tree on successful mergedt/unpack-trees-cache-tree-revalidate | Brian Degenhardt | 2015-07-28 | 1 | -0/+8 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'as/sparse-checkout-removal' | Junio C Hamano | 2015-08-03 | 1 | -0/+4 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | unpack-trees: don't update files with CE_WT_REMOVE setas/sparse-checkout-removal | David Turner | 2015-07-21 | 1 | -0/+4 |
* | | | | untracked cache: invalidate at index addition or removal | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -2/+5 |
| |/ /
|/| | |
|
* | | | Sync with v2.2.1 | Junio C Hamano | 2014-12-18 | 1 | -4/+6 |
|\ \ \
| | |/
| |/| |
|
| * | | Sync with v2.0.5 | Junio C Hamano | 2014-12-17 | 1 | -4/+6 |
| |\ \
| | |/ |
|
| | * | Sync with v1.9.5 | Junio C Hamano | 2014-12-17 | 1 | -4/+6 |
| | |\ |
|
| | | * | Sync with v1.8.5.6 | Junio C Hamano | 2014-12-17 | 1 | -4/+6 |
| | | |\ |
|
| | | | * | Merge branch 'dotgit-case-maint-1.8.5' into maint-1.8.5 | Junio C Hamano | 2014-12-17 | 1 | -4/+6 |
| | | | |\ |
|
| | | | | * | unpack-trees: propagate errors adding entries to the index | Jeff King | 2014-12-17 | 1 | -4/+6 |
| * | | | | | Merge branch 'jn/unpack-trees-checkout-m-carry-deletion' into maint | Junio C Hamano | 2014-09-19 | 1 | -21/+10 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge branch 'jc/unpack-trees-plug-leak' | Junio C Hamano | 2014-12-12 | 1 | -0/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | unpack_trees: plug leakage of o->resultjc/unpack-trees-plug-leak | Junio C Hamano | 2014-11-17 | 1 | -0/+2 |
| | |_|_|_|/ /
| |/| | | | | |
|