summaryrefslogtreecommitdiffstats
path: root/refs.c
AgeCommit message (Expand)AuthorLines
2015-08-25Merge branch 'mh/tempfile'Junio C Hamano-8/+10
2015-08-25Merge branch 'dt/refs-pseudo'Junio C Hamano-8/+122
2015-08-19Merge branch 'jk/git-path'Junio C Hamano-76/+84
2015-08-19Merge branch 'jk/negative-hiderefs'Junio C Hamano-5/+13
2015-08-11pseudoref: check return values from read_ref()David Turner-2/+5
2015-08-10refs.c: remove_empty_directories can take a strbufJeff King-19/+15
2015-08-10refs.c: avoid git_path assignment in lock_ref_sha1_basicJeff King-13/+19
2015-08-10refs.c: avoid repeated git_path calls in rename_tmp_logJeff King-7/+14
2015-08-10refs.c: simplify strbufs in reflog setup and writingJeff King-23/+15
2015-08-10refs.c: remove extra git_path calls from read_loose_refsJeff King-10/+13
2015-08-10prefer mkpathdup to mkpath in assignmentsJeff King-2/+4
2015-08-10prefer git_pathdup to git_path in some possibly-dangerous casesJeff King-6/+8
2015-08-10lockfile: add accessor get_lock_file_path()Michael Haggerty-3/+3
2015-08-10lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()Michael Haggerty-5/+7
2015-08-07refs: support negative transfer.hideRefsJeff King-5/+13
2015-08-03Merge branch 'jk/refspec-parse-wildcard'Junio C Hamano-19/+25
2015-08-03Merge branch 'dt/refs-backend-preamble'Junio C Hamano-60/+109
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano-2/+2
2015-08-03Merge branch 'mh/init-delete-refs-api'Junio C Hamano-13/+169
2015-08-03Merge branch 'mh/replace-refs'Junio C Hamano-1/+2
2015-07-31pseudorefs: create and use pseudoref update and delete functionsDavid Turner-8/+93
2015-07-31refs: add ref_type functionDavid Turner-0/+26
2015-07-27refs: loosen restriction on wildcard "*" refspecsJacob Keller-16/+20
2015-07-27refs: cleanup comments regarding check_refname_component()Jacob Keller-5/+7
2015-07-21refs: add REF_FORCE_CREATE_REFLOG flagDavid Turner-13/+21
2015-07-21refs: new public ref function: safe_create_reflogDavid Turner-4/+20
2015-07-21refs: break out check for reflog autocreationDavid Turner-5/+11
2015-07-21refs.c: add err arguments to reflog functionsDavid Turner-55/+74
2015-06-29convert "enum date_mode" into a structJeff King-2/+2
2015-06-24Merge branch 'mh/reporting-broken-refs-from-for-each-ref'Junio C Hamano-7/+22
2015-06-22delete_ref(): use the usual convention for old_sha1Michael Haggerty-8/+0
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty-2/+4
2015-06-22initial_ref_transaction_commit(): check for ref D/F conflictsMichael Haggerty-0/+34
2015-06-22initial_ref_transaction_commit(): check for duplicate refsMichael Haggerty-0/+11
2015-06-22refs: remove some functions from the module's public interfaceMichael Haggerty-7/+24
2015-06-22initial_ref_transaction_commit(): function for initial ref creationMichael Haggerty-0/+47
2015-06-22repack_without_refs(): make function privateMichael Haggerty-1/+8
2015-06-22delete_refs(): bail early if the packed-refs file cannot be rewrittenMichael Haggerty-3/+22
2015-06-22delete_refs(): make error message more genericMichael Haggerty-1/+1
2015-06-22delete_refs(): new function for the refs APIMichael Haggerty-0/+19
2015-06-22delete_ref(): handle special case more explicitlyMichael Haggerty-2/+9
2015-06-22delete_ref(): move declaration to refs.hMichael Haggerty-2/+3
2015-06-12Allow to control where the replace refs are looked forMike Hommey-1/+2
2015-06-11Merge branch 'mh/verify-lock-error-report'Junio C Hamano-14/+26
2015-06-08read_loose_refs(): treat NULL_SHA1 loose references as brokenMichael Haggerty-0/+10
2015-06-05Merge branch 'mh/write-refs-sooner-2.4' into maintJunio C Hamano-31/+82
2015-06-03read_loose_refs(): simplify function logicMichael Haggerty-7/+12
2015-05-27ref_transaction_commit(): do not capitalize error messagesMichael Haggerty-2/+2
2015-05-27verify_lock(): do not capitalize error messagesMichael Haggerty-2/+2
2015-05-27verify_lock(): report errors via a strbufMichael Haggerty-7/+12