]> git.ipfire.org Git - thirdparty/git.git/commit - t/t0201-gettext-fallbacks.sh
Merge branch 'js/add-i-delete'
authorJunio C Hamano <gitster@pobox.com>
Sun, 3 Jul 2022 04:56:08 +0000 (21:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Jul 2022 04:56:08 +0000 (21:56 -0700)
commit0f0bc2124b25476504e7215dc2af92d5748ad327
tree9bf91ed4ff6697463eaa4c59bbcbcd25b0ab5c48
parente4a4b31577c7419497ac30cebe30d755b97752c5
parent4788e8b25692a8ae1a005554d3ad12f8ee4ee29e
Merge branch 'js/add-i-delete'

Rewrite of "git add -i" in C that appeared in Git 2.25 didn't
correctly record a removed file to the index, which was fixed.

* js/add-i-delete:
  add --interactive: allow `update` to stage deleted files
add-interactive.c
t/t3701-add-interactive.sh