Junio C Hamano committed over 10 years ago
use string_list initializer consistently
Jeff King committed over 10 years ago
Merge branch 'jk/parseopt-string-list' into jk/string-list-static-init
Junio C Hamano committed over 10 years ago
blame,shortlog: don't make local option variables static
Jeff King committed over 10 years ago
interpret-trailers: don't duplicate option strings
Jeff King committed over 10 years ago
parse_opt_string_list: stop allocating new strings
Jeff King committed over 10 years ago
submodule update: continue when a clone fails
Stefan Beller committed over 10 years ago
submodule--helper: initial clone learns retry logic
Stefan Beller committed over 10 years ago
refs: remove unnecessary "extern" keywords
Michael Haggerty committed over 10 years ago
lock_ref_sha1_basic(): only handle REF_NODEREF mode
Michael Haggerty committed over 10 years ago
commit_ref_update(): remove the flags parameter
Michael Haggerty committed over 10 years ago
lock_ref_for_update(): don't resolve symrefs
Michael Haggerty committed over 10 years ago
lock_ref_for_update(): don't re-read non-symbolic references
Michael Haggerty committed over 10 years ago
refs: resolve symbolic refs first
Michael Haggerty committed over 10 years ago
ref_transaction_update(): check refname_is_safe() at a minimum
Michael Haggerty committed over 10 years ago
unlock_ref(): move definition higher in the file
Michael Haggerty committed over 10 years ago
lock_ref_for_update(): new function
Michael Haggerty committed over 10 years ago
add_update(): initialize the whole ref_update
Michael Haggerty committed over 10 years ago
verify_refname_available(): adjust constness in declaration
Michael Haggerty committed over 10 years ago
refs: don't dereference on rename
David Turner committed over 10 years ago