handle_revision_arg: reset "dotdot" consistently
Jeff King committed over 9 years ago
clean: teach clean -d to preserve ignored paths
Samuel Lijin committed over 9 years ago
tag: duplicate mention of --contains should mention --no-contains
Ævar Arnfjörð Bjarmason committed over 9 years ago
René Scharfe committed over 9 years ago
mingw.h: permit arguments with side effects for is_dir_sep
Johannes Sixt committed over 9 years ago
Documentation: fix formatting typo in pretty-formats.txt
Andreas Heiduk committed over 9 years ago
ref-filter: limit traversal to prefix
Jeff King committed over 9 years ago
create_ref_entry(): remove `check_name` option
Michael Haggerty committed over 9 years ago
refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`
Michael Haggerty committed over 9 years ago
read_packed_refs(): report unexpected fopen() failures
Michael Haggerty committed over 9 years ago
read_packed_refs(): do more of the work of reading packed refs
Michael Haggerty committed over 9 years ago
get_packed_ref_cache(): assume "packed-refs" won't change while locked
Michael Haggerty committed over 9 years ago
should_pack_ref(): new function, extracted from `files_pack_refs()`
Michael Haggerty committed over 9 years ago
ref_update_reject_duplicates(): add a sanity check
Michael Haggerty committed over 9 years ago
ref_update_reject_duplicates(): use `size_t` rather than `int`
Michael Haggerty committed over 9 years ago
ref_update_reject_duplicates(): expose function to whole refs module
Michael Haggerty committed over 9 years ago
ref_transaction_prepare(): new optional step for reference updates
Michael Haggerty committed over 9 years ago
ref_transaction_commit(): check for valid `transaction->state`
Michael Haggerty committed over 9 years ago
files_transaction_cleanup(): new helper function
Michael Haggerty committed over 9 years ago
files_ref_store: put the packed files lock directly in this struct
Michael Haggerty committed over 9 years ago