220 Commits (804ec0301fddb68d5170939084d79e2c0c672028)

Author SHA1 Message Date
Johannes Schindelin 5d4dc38bfd add: remove support for `git-legacy-stash` 3 years ago
Jean-Noël Avila 246cac8505 i18n: turn even more messages into "cannot be used together" ones 3 years ago
Jean-Noël Avila 6fa00ee843 i18n: factorize "--foo requires --bar" and the like 3 years ago
Jean-Noël Avila 12909b6b8a i18n: turn "options are incompatible" into "cannot be used together" 3 years ago
Ævar Arnfjörð Bjarmason 2b7098936c run-command API users: use strvec_pushl(), not argv construction 3 years ago
Derrick Stolee 61d450f049 add: update --renormalize to skip sparse paths 3 years ago
Derrick Stolee 63b60b3add add: update --chmod to skip sparse paths 3 years ago
Derrick Stolee 0299a69694 add: implement the --sparse option 3 years ago
Derrick Stolee 49fdd51a23 add: skip tracked paths outside sparse-checkout cone 3 years ago
Derrick Stolee 105e8b014b add: fail when adding an untracked sparse file 3 years ago
Derrick Stolee 02155c8c00 sparse-checkout: create helper methods 4 years ago
René Scharfe 66e905b7dd use xopen() to handle fatal open(2) failures 4 years ago
Ævar Arnfjörð Bjarmason c2a4b6d4ee advice: remove use of global advice_add_embedded_repo 4 years ago
Ben Boeckel ed9bff0817 advice: remove read uses of most global `advice_` variables 4 years ago
Derrick Stolee 42f8ed6ca2 add: remove ensure_full_index() with --renormalize 4 years ago
Derrick Stolee 939fa07582 add: ignore outside the sparse-checkout in refresh() 4 years ago
Derrick Stolee 5e7cbab196 add: allow operating on a sparse-only index 4 years ago
Ævar Arnfjörð Bjarmason ce93a4c612 dir.[ch]: replace dir_init() with DIR_INIT 4 years ago
Øystein Walle a1989cf7b8 add: die if both --dry-run and --interactive are given 4 years ago
Derrick Stolee 54beed24d2 add: ensure full index 4 years ago
Matheus Tavares a20f70478f add: warn when asked to update SKIP_WORKTREE entries 4 years ago
Matheus Tavares 719630eb48 pathspec: allow to ignore SKIP_WORKTREE entries on index matching 4 years ago
Matheus Tavares d73dbafc2c add: make --chmod and --renormalize honor sparse checkouts 4 years ago
Matheus Tavares 4e95698349 add: include magic part of pathspec on --refresh error 4 years ago
Matheus Tavares 9ebd7fe158 add: propagate --chmod errors to exit status 4 years ago
Matheus Tavares 48960894f5 add: mark --chmod error string for translation 4 years ago
Matheus Tavares c937d70bfb add --chmod: don't update index when --dry-run is used 4 years ago
Jeff King e885a84f1b drop unused argc parameters 4 years ago
Junio C Hamano 2df2d81ddd add -i: use the built-in version when feature.experimental is set 5 years ago
Elijah Newren eceba53214 dir: fix problematic API to avoid memory leaks 5 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Heba Waly 887a0fd573 add: change advice config variables used by the add API 5 years ago
Heba Waly bf66db37f1 add: use advise function to display hints 5 years ago
Johannes Schindelin cee6cb7300 built-in add -p: implement the "worktree" patch modes 5 years ago
Johannes Schindelin 52628f94fc built-in add -p: implement the "checkout" patch modes 5 years ago
Johannes Schindelin 90a6bb98d1 legacy stash -p: respect the add.interactive.usebuiltin setting 5 years ago
Johannes Schindelin 36bae1dc0e built-in add -p: implement the "stash" and "reset" patch modes 5 years ago
Johannes Schindelin d2a233cb8b built-in add -p: prepare for patch modes other than "stage" 5 years ago
Johannes Schindelin f6aa7ecc34 built-in add -i: start implementing the `patch` functionality in C 5 years ago
Alexandr Miloslavskiy bebb5d6d6b add: support the --pathspec-from-file option 5 years ago
Alexandr Miloslavskiy 21bb3083c3 cmd_add: prepare for next patch 5 years ago
Johannes Schindelin f83dff60a7 Start to implement a built-in version of `git add --interactive` 5 years ago
Kyle Meyer f937bc2f86 add: error appropriately on repository with no commits 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Jeff King 9e5da3d055 add: use separate ADD_CACHE_RENORMALIZE flag 6 years ago
Johannes Schindelin fa6f225e01 add --edit: truncate the patch file 6 years ago
Nguyễn Thái Ngọc Duy ec36c42a63 Indent code with TABs 6 years ago