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
completion: avoid user confusion in non-cone mode
Elijah Newren committed over 2 years ago
completion: avoid misleading completions in cone mode
Elijah Newren committed over 2 years ago
completion: fix logic for determining whether cone mode is active
Elijah Newren committed over 2 years ago
completion: squelch stray errors in sparse-checkout completion
Elijah Newren committed over 2 years ago
hooks--pre-commit: detect non-ASCII when renaming
Julian Prein committed over 2 years ago
t6301: write invalid object ID via `test-tool ref-store`
Patrick Steinhardt committed over 2 years ago