branch: allow deleting dangling branches with --force
René Scharfe committed about 5 years ago
archive: convert queue_directory to struct object_id
René Scharfe committed about 5 years ago
show-branch: simplify rev_is_head()
René Scharfe committed about 5 years ago
docs: use "character encoding" to refer to commit-object encoding
Jeff King committed about 5 years ago
logmsg_reencode(): warn when iconv() fails
Jeff King committed about 5 years ago
checkout: make delayed checkout respect --quiet and --no-progress
Matheus Tavares committed about 5 years ago
column: fix parsing of the '--nl' option
SZEDER Gábor committed about 5 years ago
ls-refs: reuse buffer when sending refs
Patrick Steinhardt committed about 5 years ago
use xopen() to handle fatal open(2) failures
René Scharfe committed about 5 years ago
xopen: explicitly report creation failures
René Scharfe committed about 5 years ago
refs: make errno output explicit for read_raw_ref_fn
Han-Wen Nienhuys committed about 5 years ago
refs/files-backend: stop setting errno from lock_ref_oid_basic
Han-Wen Nienhuys committed about 5 years ago
refs: remove EINVAL errno output from specification of read_raw_ref_fn
Han-Wen Nienhuys committed about 5 years ago
refs file backend: move raceproof_create_file() here
Ævar Arnfjörð Bjarmason committed about 5 years ago
refs/files: remove unused "errno != ENOTDIR" condition
Ævar Arnfjörð Bjarmason committed about 5 years ago
refs/files: remove unused "errno == EISDIR" code
Ævar Arnfjörð Bjarmason committed about 5 years ago
refs/files: remove unused "oid" in lock_ref_oid_basic()
Ævar Arnfjörð Bjarmason committed about 5 years ago
refs API: remove OID argument to reflog_expire()
Ævar Arnfjörð Bjarmason committed about 5 years ago
reflog expire: don't lock reflogs using previously seen OID
Ævar Arnfjörð Bjarmason committed about 5 years ago
refs/files: add a comment about refs_reflog_exists() call
Ævar Arnfjörð Bjarmason committed about 5 years ago