aboutsummaryrefslogtreecommitdiffstats
path: root/refs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-18refs.c: SSE2 optimizations for check_refname_componentDavid Turner1-18/+216
2014-06-16Merge branch 'dt/refs-check-refname-component-optim'Junio C Hamano1-28/+39
2014-06-16Merge branch 'rs/read-ref-at'Junio C Hamano1-105/+103
2014-06-16Merge branch 'jl/remote-rm-prune'Junio C Hamano1-2/+19
2014-06-06Merge branch 'rs/reflog-exists'Junio C Hamano1-6/+15
2014-06-05refs.c: optimize check_refname_component()David Turner1-28/+39
2014-06-03refs.c: change read_ref_at to use the reflog iteratorsRonnie Sahlberg1-105/+103
2014-05-27remote prune: optimize "dangling symref" check/warningJens Lindström1-1/+18
2014-05-27remote: repack packed-refs once when deleting multiple refsJens Lindström1-1/+1
2014-05-08refs.c: add new functions reflog_exists and delete_reflogRonnie Sahlberg1-6/+15
2014-04-07ref_transaction_commit(): work with transaction->updates in placeMichael Haggerty1-4/+1
2014-04-07struct ref_update: add a type fieldMichael Haggerty1-5/+3
2014-04-07struct ref_update: add a lock fieldMichael Haggerty1-17/+19
2014-04-07ref_transaction_commit(): simplify code using temporary variablesMichael Haggerty1-8/+13
2014-04-07struct ref_update: store refname as a FLEX_ARRAYMichael Haggerty1-9/+6
2014-04-07struct ref_update: rename field "ref_name" to "refname"Michael Haggerty1-9/+9
2014-04-07refs: remove API function update_refs()Michael Haggerty1-13/+20
2014-04-07refs: add a concept of a reference transactionMichael Haggerty1-0/+99
2014-04-07update_refs(): fix constnessMichael Haggerty1-1/+1
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty1-9/+9
2014-03-18Merge branch 'sh/use-hashcpy'Junio C Hamano1-1/+1
2014-03-06Use hashcpy() when copying object namesSun He1-1/+1
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy1-1/+1
2014-01-27Merge branch 'mh/safe-create-leading-directories'Junio C Hamano1-24/+68
2014-01-27Merge branch 'mh/retire-ref-fetch-rules'Junio C Hamano1-3/+3
2014-01-21rename_tmp_log(): on SCLD_VANISHED, retryMichael Haggerty1-1/+8
2014-01-21rename_tmp_log(): limit the number of remote_empty_directories() attemptsMichael Haggerty1-2/+2
2014-01-21rename_tmp_log(): handle a possible mkdir/rmdir raceMichael Haggerty1-1/+10
2014-01-21rename_ref(): extract function rename_tmp_log()Michael Haggerty1-22/+30
2014-01-21lock_ref_sha1_basic(): if locking fails with ENOENT, retryMichael Haggerty1-1/+12
2014-01-21lock_ref_sha1_basic(): on SCLD_VANISHED, retryMichael Haggerty1-1/+10
2014-01-14refname_match(): always use the rules in ref_rev_parse_rulesMichael Haggerty1-3/+3
2014-01-13Merge branch 'mh/shorten-unambigous-ref'Junio C Hamano1-31/+14
2014-01-09shorten_unambiguous_ref(): tighten up pointer arithmeticMichael Haggerty1-2/+2
2014-01-09gen_scanf_fmt(): delete function and use snprintf() insteadMichael Haggerty1-26/+9
2014-01-09shorten_unambiguous_ref(): introduce a new local variableMichael Haggerty1-4/+4
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-15/+15
2013-11-01Merge branch 'sb/refs-code-cleanup'Junio C Hamano1-7/+0
2013-10-30Merge branch 'jk/refs-c-squelch-gcc'Junio C Hamano1-1/+1
2013-10-28refs: remove unused function invalidate_ref_cacheStefan Beller1-7/+0
2013-10-24silence gcc array-bounds warningJeff King1-1/+1
2013-10-14refs.c: spell NULL pointer as NULLRamsay Jones1-1/+1
2013-09-20Merge branch 'fc/at-head'Junio C Hamano1-1/+5
2013-09-20Merge branch 'bk/refs-multi-update'Junio C Hamano1-27/+168
2013-09-12Add new @ shortcut for HEADFelipe Contreras1-0/+4
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano1-8/+0
2013-09-04refs: add update_refs for multiple simultaneous updatesBrad King1-0/+100
2013-09-04refs: add function to repack without multiple refsBrad King1-9/+24
2013-09-04refs: factor delete_ref loose ref step into a helperBrad King1-10/+17
2013-09-04refs: factor update_ref steps into helpersBrad King1-6/+24