]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'gr/add-e-use-apply-api' into seen
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2026 17:44:36 +0000 (10:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2026 17:44:36 +0000 (10:44 -0700)
commiteabdca61b09d415fe0c3c74bc9a26b9f33df354f
tree3009935090745dc30403f8097f2138739b4919ab
parentb49414af738f2c5301fe585416427ff497065752
parentd0ee845a718a447cacabecf9610d2e1da6d83330
Merge branch 'gr/add-e-use-apply-api' into seen

The application of the edited patch in 'git add -e' has been
refactored to use the internal apply API directly, avoiding the need
to spawn a 'git apply' subprocess.

* gr/add-e-use-apply-api:
  builtin/add.c: replace run_command() with direct apply_all_patches() call
builtin/add.c