Merge branch 'ab/sh-retire-helper-functions'
commitad1260b6c994f7c0f9c259bd39f39979f7f4ecc2
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Nov 2021 23:41:50 +0000 (29 15:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Nov 2021 23:41:50 +0000 (29 15:41 -0800)
tree178477065b014826267a1f39a8447a4ac58c0949
parent49767c3d9f80c916c175adfc745e0823487d9d08
parentebeb39faad6e3a67c31884c3dc6b76ce58b3f15b
Merge branch 'ab/sh-retire-helper-functions'

Make a few helper functions unused and then lose them.

* ab/sh-retire-helper-functions:
  git-sh-setup: remove "sane_grep", it's not needed anymore
  git-sh-setup: remove unused sane_egrep() function
  git-instaweb: unconditionally assume that gitweb is mod_perl capable
  Makefile: remove $(NO_CURL) from $(SCRIPT_DEFINES)
  Makefile: remove $(GIT_VERSION) from $(SCRIPT_DEFINES)
  Makefile: move git-SCRIPT-DEFINES adjacent to $(SCRIPT_DEFINES)
Makefile
git-sh-setup.sh