log: enable "-m" automatically with "--first-parent"
Jeff King committed about 6 years ago
revision: add "--no-diff-merges" option to counteract "-m"
Jeff King committed about 6 years ago
log: drop "--cc implies -m" logic
Jeff King committed about 6 years ago
comment: fix spelling mistakes inside comments
Steve Kemp committed about 6 years ago
git-help.txt: fix mentions of option --guides
Andrei Rybak committed about 6 years ago
grep: avoid using oid_to_hex() with parse_object_or_die()
René Scharfe committed about 6 years ago
strvec: drop argv_array compatibility layer
Jeff King committed about 6 years ago
strvec: update documention to avoid argv_array
Jeff King committed about 6 years ago
strvec: fix indentation in renamed calls
Jeff King committed about 6 years ago
strvec: convert remaining callers away from argv_array name
Jeff King committed about 6 years ago
strvec: convert more callers away from argv_array name
Jeff King committed about 6 years ago
strvec: convert builtin/ callers away from argv_array name
Jeff King committed about 6 years ago
quote: rename sq_dequote_to_argv_array to mention strvec
Jeff King committed about 6 years ago
strvec: rename files from argv-array to strvec
Jeff King committed about 6 years ago
Jeff King committed about 6 years ago
argv-array: use size_t for count and alloc
Jeff King committed about 6 years ago
hashmap: fix typo in usage docs
Elijah Newren committed about 6 years ago
Remove doubled words in various comments
Elijah Newren committed about 6 years ago
Make HEAD a PSEUDOREF rather than PER_WORKTREE.
Han-Wen Nienhuys committed about 6 years ago
Modify pseudo refs through ref backend storage
Han-Wen Nienhuys committed about 6 years ago