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