config: use config_error_nonbool() instead of custom messages
Jeff King committed over 2 years ago
imap-send: don't use git_die_config() inside callback
Jeff King committed over 2 years ago
git_xmerge_config(): prefer error() to die()
Jeff King committed over 2 years ago
config: reject bogus values for core.checkstat
Jeff King committed over 2 years ago
fsck: handle NULL value when parsing message config
Jeff King committed over 2 years ago
trailer: handle NULL value when parsing trailer-specific config
Jeff King committed over 2 years ago
submodule: handle NULL value when parsing submodule.*.branch
Jeff King committed over 2 years ago
help: handle NULL value for alias.* config
Jeff King committed over 2 years ago
trace2: handle NULL values in tr2_sysenv config callback
Jeff King committed over 2 years ago
setup: handle NULL value when parsing extensions
Jeff King committed over 2 years ago
config: handle NULL value when parsing non-bools
Jeff King committed over 2 years ago
Jeff King committed over 2 years ago
parse-options: decouple "--end-of-options" and "--"
Jeff King committed over 2 years ago
worktree: simplify incompatibility message for --orphan and commit-ish
René Scharfe committed over 2 years ago
worktree: standardize incompatibility messages
René Scharfe committed over 2 years ago
clean: factorize incompatibility message
René Scharfe committed over 2 years ago
revision, rev-parse: factorize incompatibility messages about - -exclude-hidden
René Scharfe committed over 2 years ago
revision: use die_for_incompatible_opt3() for - -graph/--reverse/--walk-reflogs
René Scharfe committed over 2 years ago
repack: use die_for_incompatible_opt3() for -A/-k/--cruft
René Scharfe committed over 2 years ago
push: use die_for_incompatible_opt4() for - -delete/--tags/--all/--mirror
René Scharfe committed over 2 years ago