]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'lm/add-p-context'
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Aug 2025 15:10:33 +0000 (08:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Aug 2025 15:10:33 +0000 (08:10 -0700)
commitd63f334a8242f9e993b5bfb451f03394023ab877
tree7ddeaf84467ba1fce6ce2f3bc3d10825694bde53
parent540aaa607c5efcd94bb852a76a8ec3e07ea9a7bc
parent2b3ae04011c3d679ba601c7ef9e20b9dec125ebb
Merge branch 'lm/add-p-context'

"git add/etc -p" now honor the diff.context configuration variable,
and also they learn to honor the -U<n> command-line option.

* lm/add-p-context:
  add-patch: add diff.context command line overrides
  add-patch: respect diff.context configuration
  t: use test_config in t4055
  t: use test_grep in t3701 and t4055
Documentation/git-restore.adoc
Documentation/git-stash.adoc
builtin/add.c
builtin/checkout.c
builtin/commit.c
builtin/reset.c
builtin/stash.c
commit.h
parse-options.h