summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2014-06-16Merge branch 'dt/refs-check-refname-component-optim'Junio C Hamano
2014-06-16Merge branch 'rs/read-ref-at'Junio C Hamano
2014-06-16Merge branch 'jl/remote-rm-prune'Junio C Hamano
2014-06-06Merge branch 'rs/reflog-exists'Junio C Hamano
2014-06-05refs.c: optimize check_refname_component()David Turner
2014-06-03refs.c: change read_ref_at to use the reflog iteratorsRonnie Sahlberg
2014-05-27remote prune: optimize "dangling symref" check/warningJens Lindström
2014-05-27remote: repack packed-refs once when deleting multiple refsJens Lindström
2014-05-08refs.c: add new functions reflog_exists and delete_reflogRonnie Sahlberg
2014-04-07ref_transaction_commit(): work with transaction->updates in placeMichael Haggerty
2014-04-07struct ref_update: add a type fieldMichael Haggerty
2014-04-07struct ref_update: add a lock fieldMichael Haggerty
2014-04-07ref_transaction_commit(): simplify code using temporary variablesMichael Haggerty
2014-04-07struct ref_update: store refname as a FLEX_ARRAYMichael Haggerty
2014-04-07struct ref_update: rename field "ref_name" to "refname"Michael Haggerty
2014-04-07refs: remove API function update_refs()Michael Haggerty
2014-04-07refs: add a concept of a reference transactionMichael Haggerty
2014-04-07update_refs(): fix constnessMichael Haggerty
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty
2014-03-18Merge branch 'sh/use-hashcpy'Junio C Hamano
2014-03-06Use hashcpy() when copying object namesSun He
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy
2014-01-27Merge branch 'mh/safe-create-leading-directories'Junio C Hamano
2014-01-27Merge branch 'mh/retire-ref-fetch-rules'Junio C Hamano
2014-01-21rename_tmp_log(): on SCLD_VANISHED, retryMichael Haggerty
2014-01-21rename_tmp_log(): limit the number of remote_empty_directories() attemptsMichael Haggerty
2014-01-21rename_tmp_log(): handle a possible mkdir/rmdir raceMichael Haggerty
2014-01-21rename_ref(): extract function rename_tmp_log()Michael Haggerty
2014-01-21lock_ref_sha1_basic(): if locking fails with ENOENT, retryMichael Haggerty
2014-01-21lock_ref_sha1_basic(): on SCLD_VANISHED, retryMichael Haggerty
2014-01-14refname_match(): always use the rules in ref_rev_parse_rulesMichael Haggerty
2014-01-13Merge branch 'mh/shorten-unambigous-ref'Junio C Hamano
2014-01-09shorten_unambiguous_ref(): tighten up pointer arithmeticMichael Haggerty
2014-01-09gen_scanf_fmt(): delete function and use snprintf() insteadMichael Haggerty
2014-01-09shorten_unambiguous_ref(): introduce a new local variableMichael Haggerty
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-11-01Merge branch 'sb/refs-code-cleanup'Junio C Hamano
2013-10-30Merge branch 'jk/refs-c-squelch-gcc'Junio C Hamano
2013-10-28refs: remove unused function invalidate_ref_cacheStefan Beller
2013-10-24silence gcc array-bounds warningJeff King
2013-10-14refs.c: spell NULL pointer as NULLRamsay Jones
2013-09-20Merge branch 'fc/at-head'Junio C Hamano
2013-09-20Merge branch 'bk/refs-multi-update'Junio C Hamano
2013-09-12Add new @ shortcut for HEADFelipe Contreras
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano
2013-09-04refs: add update_refs for multiple simultaneous updatesBrad King
2013-09-04refs: add function to repack without multiple refsBrad King
2013-09-04refs: factor delete_ref loose ref step into a helperBrad King
2013-09-04refs: factor update_ref steps into helpersBrad King
2013-09-03sha1-name: pass len argument to interpret_branch_name()Felipe Contreras