git/builtin
Sean Allred 2ad150e35e var: allow GIT_EDITOR to return null
The handling to die early when there is no EDITOR is valuable when
used in normal code (i.e., editor.c). In git-var, where
null/empty-string is a perfectly valid value to return, it doesn't
make as much sense.

Remove this handling from `git var GIT_EDITOR` so that it does not
fail so noisily when there is no defined editor.

Signed-off-by: Sean Allred <allred.sean@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2022-11-27 09:35:55 +09:00
..
2022-10-30 14:04:51 -04:00
2020-07-30 19:18:06 -07:00
2022-04-06 09:42:14 -07:00
2022-10-30 21:04:44 -04:00
2022-10-30 14:04:51 -04:00
2021-10-28 09:57:09 -07:00
2022-11-23 11:22:24 +09:00
2022-10-30 21:04:42 -04:00
2022-09-19 14:35:23 -07:00
2022-11-16 14:57:32 -05:00
2022-11-18 18:43:09 -05:00
2022-11-27 09:35:55 +09:00