tests: make the code more readable
COGONI Guillaume committed over 4 years ago
tests: allow testing if a path is truly a file or a directory
COGONI Guillaume committed over 4 years ago
t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*
COGONI Guillaume committed over 4 years ago
amend remaining usage strings according to style guide
Abhradeep Chakraborty committed over 4 years ago
help: don't print "\n" before single-section output
Ævar Arnfjörð Bjarmason committed over 4 years ago
help: add --no-[external-commands|aliases] for use with --all
Ævar Arnfjörð Bjarmason committed over 4 years ago
help: error if [-a|-g|-c] and [-i|-m|-w] are combined
Ævar Arnfjörð Bjarmason committed over 4 years ago
help: correct usage & behavior of "git help --all"
Ævar Arnfjörð Bjarmason committed over 4 years ago
help: note the option name on option incompatibility
Ævar Arnfjörð Bjarmason committed over 4 years ago
help.c: split up list_all_cmds_help() function
Ævar Arnfjörð Bjarmason committed over 4 years ago
help tests: test "git" and "git help [-a|-g] spacing
Ævar Arnfjörð Bjarmason committed over 4 years ago
help.c: use puts() instead of printf{,_ln}() for consistency
Ævar Arnfjörð Bjarmason committed over 4 years ago
help doc: add missing "]" to "[-a|--all]"
Ævar Arnfjörð Bjarmason committed over 4 years ago
reftable: rename writer_stats to reftable_writer_stats
Han-Wen Nienhuys committed over 4 years ago
reftable: add test for length of disambiguating prefix
Han-Wen Nienhuys committed over 4 years ago
reftable: ensure that obj_id_len is >= 2 on writing
Han-Wen Nienhuys committed over 4 years ago
reftable: avoid writing empty keys at the block layer
Han-Wen Nienhuys committed over 4 years ago
reftable: add a test that verifies that writing empty keys fails
Han-Wen Nienhuys committed over 4 years ago
reftable: reject 0 object_id_len
Han-Wen Nienhuys committed over 4 years ago
Documentation: object_id_len goes up to 31
Han-Wen Nienhuys committed over 4 years ago