Merge branch 'mt/add-rm-in-sparse-checkout' into ds/status-with-sparse-index
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Apr 2021 02:38:00 +0000 (11:38 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Apr 2021 02:38:00 +0000 (11:38 +0900)
commit61b3624741cdce74fd48dd939cda67dbab55381d
tree0f22facc39e882148820b4a37c9f6b7331bf4be0
parent5150518184b7b534d93c595ac91fae8eafeae156
parentd5f4b8260f623d6fdef36d5eaa8a0c2350390472
Merge branch 'mt/add-rm-in-sparse-checkout' into ds/status-with-sparse-index

* mt/add-rm-in-sparse-checkout:
  rm: honor sparse checkout patterns
  add: warn when asked to update SKIP_WORKTREE entries
  refresh_index(): add flag to ignore SKIP_WORKTREE entries
  pathspec: allow to ignore SKIP_WORKTREE entries on index matching
  add: make --chmod and --renormalize honor sparse checkouts
  t3705: add tests for `git add` in sparse checkouts
  add: include magic part of pathspec on --refresh error
builtin/add.c
builtin/rm.c
cache.h
pathspec.c
pathspec.h
read-cache.c