read_ref_at(): special-case ref@{0} for an empty reflog
Jeff King committed over 2 years ago
get_oid_basic(): special-case ref@{n} for oldest reflog entry
Jeff King committed over 2 years ago
Revert "refs: allow @{n} to work with n-sized reflog"
Jeff King committed over 2 years ago
upload-pack: don't send null character in abort message to the client
SZEDER Gábor committed over 2 years ago
submodule: use strvec_pushf() for --submodule-prefix
René Scharfe committed over 2 years ago
userdiff: skip textconv caching when not in a repository
Jeff King committed over 2 years ago
name-rev: use mem_pool_strfmt()
René Scharfe committed over 2 years ago
mem-pool: add mem_pool_strfmt()
René Scharfe committed over 2 years ago
fetch: convert strncmp() with strlen() to starts_with()
René Scharfe committed over 2 years ago
compat: drop inclusion of <git-compat-util.h>
Junio C Hamano committed over 2 years ago
Documentation/config/pack.txt: fix broken AsciiDoc mark-up
Taylor Blau committed over 2 years ago
for-each-ref: add new option to include root refs
Karthik Nayak committed over 2 years ago
ref-filter: rename 'FILTER_REFS_ALL' to 'FILTER_REFS_REGULAR'
Karthik Nayak committed over 2 years ago
refs: introduce `refs_for_each_include_root_refs()`
Karthik Nayak committed over 2 years ago
refs: extract out `loose_fill_ref_dir_regular_file()`
Karthik Nayak committed over 2 years ago
refs: introduce `is_pseudoref()` and `is_headref()`
Karthik Nayak committed over 2 years ago
fill_tree_descriptor(): mark error message for translation
Johannes Schindelin committed over 2 years ago
cache-tree: avoid an unnecessary check
Johannes Schindelin committed over 2 years ago
Always check `parse_tree*()`'s return value
Johannes Schindelin committed over 2 years ago
t4301: verify that merge-tree fails on missing blob objects
Johannes Schindelin committed over 2 years ago