summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-20delete_refs(): add a flags argumentLibravatar Michael Haggerty4-7/+8
2016-06-20refs: use name "prefix" consistentlyLibravatar Michael Haggerty2-19/+19
2016-06-20do_for_each_ref(): move docstring to the header fileLibravatar Michael Haggerty2-10/+9
2016-06-13refs: remove unnecessary "extern" keywordsLibravatar Michael Haggerty1-61/+73
2016-06-13lock_ref_sha1_basic(): only handle REF_NODEREF modeLibravatar Michael Haggerty1-34/+20
2016-06-13commit_ref_update(): remove the flags parameterLibravatar Michael Haggerty1-7/+7
2016-06-13lock_ref_for_update(): don't resolve symrefsLibravatar Michael Haggerty2-30/+95
2016-06-13lock_ref_for_update(): don't re-read non-symbolic referencesLibravatar Michael Haggerty1-18/+30
2016-06-13refs: resolve symbolic refs firstLibravatar Michael Haggerty3-40/+514
2016-06-13ref_transaction_update(): check refname_is_safe() at a minimumLibravatar Michael Haggerty3-4/+5
2016-06-13unlock_ref(): move definition higher in the fileLibravatar Michael Haggerty1-10/+10
2016-06-13lock_ref_for_update(): new functionLibravatar Michael Haggerty1-67/+85
2016-06-13add_update(): initialize the whole ref_updateLibravatar Michael Haggerty2-22/+40
2016-06-13verify_refname_available(): adjust constness in declarationLibravatar Michael Haggerty2-4/+4
2016-06-13refs: don't dereference on renameLibravatar David Turner2-5/+25
2016-06-13refs: allow log-only updatesLibravatar David Turner2-6/+17
2016-06-13delete_branches(): use resolve_refdup()Libravatar Michael Haggerty1-8/+11
2016-06-13ref_transaction_commit(): correctly report close_ref() failureLibravatar Michael Haggerty1-0/+1
2016-06-13ref_transaction_create(): disallow recursive pruningLibravatar Michael Haggerty3-2/+5
2016-06-13refs: make error messages more consistentLibravatar Michael Haggerty3-22/+22
2016-06-13lock_ref_sha1_basic(): remove unneeded local variableLibravatar Michael Haggerty1-6/+3
2016-06-13read_raw_ref(): move docstring to header fileLibravatar Michael Haggerty2-38/+38
2016-06-13read_raw_ref(): improve docstringLibravatar Michael Haggerty1-17/+24
2016-06-13read_raw_ref(): rename symref argument to referentLibravatar Michael Haggerty2-11/+12
2016-06-13read_raw_ref(): clear *type at start of functionLibravatar Michael Haggerty1-0/+1
2016-06-13read_raw_ref(): rename flags argument to typeLibravatar Michael Haggerty2-10/+10
2016-06-13ref_transaction_commit(): remove local variables n and updatesLibravatar Michael Haggerty1-22/+20
2016-05-05rename_ref(): remove unneeded local variableLibravatar Michael Haggerty1-6/+3
2016-05-05commit_ref_update(): write error message to *err, not stderrLibravatar Michael Haggerty1-1/+1
2016-05-05refname_is_safe(): insist that the refname already be normalizedLibravatar Michael Haggerty1-2/+7
2016-05-05refname_is_safe(): don't allow the empty stringLibravatar Michael Haggerty1-2/+3
2016-05-05refname_is_safe(): use skip_prefix()Libravatar Michael Haggerty1-3/+5
2016-05-05remove_dir_recursively(): add docstringLibravatar Michael Haggerty1-0/+23
2016-05-05safe_create_leading_directories(): improve docstringLibravatar Michael Haggerty1-0/+5
2016-05-05read_raw_ref(): don't get confused by an empty directoryLibravatar Michael Haggerty2-2/+11
2016-05-05commit_ref(): if there is an empty dir in the way, delete itLibravatar Michael Haggerty1-0/+24
2016-05-05t1404: demonstrate a bug resolving referencesLibravatar Michael Haggerty1-1/+75
2016-04-25Sync with maintLibravatar Junio C Hamano1-5/+5
2016-04-25Seventh batch for post 2.8 cycleLibravatar Junio C Hamano1-0/+22
2016-04-25Merge branch 'sb/submodule-path-misc-bugs'Libravatar Junio C Hamano3-11/+133
2016-04-25Merge branch 'en/merge-trivial-fix'Libravatar Junio C Hamano2-1/+13
2016-04-25Merge branch 'en/merge-octopus-fix'Libravatar Junio C Hamano2-0/+159
2016-04-25Merge branch 'dt/pre-refs-backend'Libravatar Junio C Hamano10-288/+440
2016-04-25Merge branch 'jc/rerere-multi'Libravatar Junio C Hamano3-196/+604
2016-04-25Merge tag 'l10n-2.8.0-rnd3-fr' of git://github.com/git-l10n/git-po into maintLibravatar Junio C Hamano1-5/+5
2016-04-24Merge branch 'fr_v2.8.0_r3' of git://github.com/jnavila/git into maintLibravatar Jiang Xin1-5/+5
2016-04-22Sixth batch for post 2.8 cycleLibravatar Junio C Hamano1-0/+44
2016-04-22Merge branch 'ad/cygwin-wants-rename'Libravatar Junio C Hamano1-0/+1
2016-04-22Merge branch 'jk/use-write-script-more'Libravatar Junio C Hamano3-18/+20
2016-04-22Merge branch 'jk/do-not-printf-NULL'Libravatar Junio C Hamano1-7/+11