298 Commits (33028713206c3f59709617d8af5ba4212920a5f0)

Author SHA1 Message Date
Brandon Williams 3302871320 unpack-trees: improve loading of .gitmodules 8 years ago
Brandon Williams 7463e2ec3e unpack-trees: don't respect submodule.update 8 years ago
Brandon Williams 4c0eeafe47 cache.h: add GITMODULES_FILE macro 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
David Turner edf3b90553 unpack-trees: preserve index extensions 8 years ago
Brandon Williams 2c1eb10454 dir: convert read_directory to take an index 8 years ago
Brandon Williams a0bba65b10 dir: convert is_excluded to take an index 8 years ago
Brandon Williams 473e39307d dir: convert add_excludes to take an index 8 years ago
Brandon Williams fba92be8f7 dir: convert is_excluded_from_list to take an index 8 years ago
Stefan Beller cd279e2e1b entry.c: submodule recursing: respect force flag correctly 8 years ago
Jeff Hostetler d12a8cf0af unpack-trees: avoid duplicate ODB lookups during checkout 8 years ago
Stefan Beller 6362ed0b29 unpack-trees.c: align submodule error message to the other error messages 8 years ago
Stefan Beller a7bc845a9a unpack-trees: check if we can perform the operation for submodules 8 years ago
Stefan Beller d6b1230067 unpack-trees: pass old oid to verify_clean_submodule 8 years ago
Stefan Beller 3d415425c7 unpack-trees: support super-prefix option 8 years ago
Stefan Beller 384f1a167b unpack-trees: factor progress setup out of check_updates 8 years ago
Stefan Beller c4bfc7728b unpack-trees: remove unneeded continue 8 years ago
Stefan Beller 30ac275b1c unpack-trees: move checkout state into check_updates 8 years ago
Stefan Beller 584f99c87b unpack-trees: fix grammar for untracked files in directories 8 years ago
René Scharfe 68e3d6292f introduce CHECKOUT_INIT 8 years ago
René Scharfe b56aa5b268 unpack-trees: pass checkout state explicitly to check_updates() 8 years ago
Alex Henrie a1c8044662 unpack-trees: do not capitalize "working" 8 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 8 years ago
Alex Henrie c2691e2add unpack-trees: fix English grammar in do-this-before-that messages 9 years ago
Vasco Almeida 2e3926b948 i18n: unpack-trees: avoid substituting only a verb in sentences 9 years ago
Nguyễn Thái Ngọc Duy 43c728e2c2 unpack-trees.c: use error_errno() 9 years ago
brian m. carlson 7d924c9139 struct name_entry: use struct object_id instead of unsigned char sha1[20] 9 years ago
Vasco Almeida ed47fdf7fa i18n: unpack-trees: mark strings for translation 9 years ago
David Turner a6720955f1 unpack-trees: fix accidentally quadratic behavior 9 years ago
David Turner d9c2bd560e do_compare_entry: use already-computed path 9 years ago
Jeff King 75faa45ae0 replace trivial malloc + sprintf / strcpy calls with xstrfmt 9 years ago
Jeff King f514ef9787 verify_absent: allow filenames longer than PATH_MAX 9 years ago
Jeff King fcd12db6af prefer git_pathdup to git_path in some possibly-dangerous cases 10 years ago
Brian Degenhardt 52fca2184d unpack-trees: populate cache-tree on successful merge 10 years ago
David Turner 7d782416cb unpack-trees: don't update files with CE_WT_REMOVE set 10 years ago
Nguyễn Thái Ngọc Duy e931371a8f untracked cache: invalidate at index addition or removal 10 years ago
Jeff King 4616918013 unpack-trees: propagate errors adding entries to the index 10 years ago
Junio C Hamano a16cc8b247 unpack_trees: plug leakage of o->result 10 years ago
Jonathan Nieder 6a143aa2b2 checkout -m: attempt merge when deletion of path was staged 11 years ago
Jonathan Nieder 6c1db1b388 unpack-trees: use 'cuddled' style for if-else cascade 11 years ago
Stefan Beller 0ecd180a27 unpack-trees: simplify 'all other failures' case 11 years ago
Jeremiah Mahler ccdd4a0f3c cleanup duplicate name_compare() functions 11 years ago
Jeff King fa3f60b783 use xstrfmt in favor of manual size calculations 11 years ago
Nguyễn Thái Ngọc Duy 078a58e825 read-cache: mark updated entries for split index 11 years ago
Nguyễn Thái Ngọc Duy 5fc2fc8fa2 read-cache: split-index mode 11 years ago
Nguyễn Thái Ngọc Duy e93021b20a read-cache: save index SHA-1 after reading 11 years ago
Nguyễn Thái Ngọc Duy d4a2024aef entry.c: update cache_changed if refresh_cache is set in checkout_entry() 11 years ago
Nguyễn Thái Ngọc Duy a5400efe29 cache-tree: mark istate->cache_changed on cache tree invalidation 11 years ago
Nguyễn Thái Ngọc Duy a5c446f116 unpack-trees: be specific what part of the index has changed 11 years ago
Nguyễn Thái Ngọc Duy 754dbc43f0 i18n: mark all progress lines for translation 11 years ago