summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2015-10-05Merge branch 'kn/for-each-tag'Junio C Hamano
2015-09-17ref-filter: add option to filter out tags, branches and remotesKarthik Nayak
2015-09-01refs: make refs/bisect/* per-worktreeDavid Turner
2015-08-25Merge branch 'mh/tempfile'Junio C Hamano
2015-08-25Merge branch 'dt/refs-pseudo'Junio C Hamano
2015-08-19Merge branch 'jk/git-path'Junio C Hamano
2015-08-19Merge branch 'jk/negative-hiderefs'Junio C Hamano
2015-08-11pseudoref: check return values from read_ref()David Turner
2015-08-10refs.c: remove_empty_directories can take a strbufJeff King
2015-08-10refs.c: avoid git_path assignment in lock_ref_sha1_basicJeff King
2015-08-10refs.c: avoid repeated git_path calls in rename_tmp_logJeff King
2015-08-10refs.c: simplify strbufs in reflog setup and writingJeff King
2015-08-10refs.c: remove extra git_path calls from read_loose_refsJeff King
2015-08-10prefer mkpathdup to mkpath in assignmentsJeff King
2015-08-10prefer git_pathdup to git_path in some possibly-dangerous casesJeff King
2015-08-10lockfile: add accessor get_lock_file_path()Michael Haggerty
2015-08-10lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()Michael Haggerty
2015-08-07refs: support negative transfer.hideRefsJeff King
2015-08-03Merge branch 'jk/refspec-parse-wildcard'Junio C Hamano
2015-08-03Merge branch 'dt/refs-backend-preamble'Junio C Hamano
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano
2015-08-03Merge branch 'mh/init-delete-refs-api'Junio C Hamano
2015-08-03Merge branch 'mh/replace-refs'Junio C Hamano
2015-07-31pseudorefs: create and use pseudoref update and delete functionsDavid Turner
2015-07-31refs: add ref_type functionDavid Turner
2015-07-27refs: loosen restriction on wildcard "*" refspecsJacob Keller
2015-07-27refs: cleanup comments regarding check_refname_component()Jacob Keller
2015-07-21refs: add REF_FORCE_CREATE_REFLOG flagDavid Turner
2015-07-21refs: new public ref function: safe_create_reflogDavid Turner
2015-07-21refs: break out check for reflog autocreationDavid Turner
2015-07-21refs.c: add err arguments to reflog functionsDavid Turner
2015-06-29convert "enum date_mode" into a structJeff King
2015-06-24Merge branch 'mh/reporting-broken-refs-from-for-each-ref'Junio C Hamano
2015-06-22delete_ref(): use the usual convention for old_sha1Michael Haggerty
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty
2015-06-22initial_ref_transaction_commit(): check for ref D/F conflictsMichael Haggerty
2015-06-22initial_ref_transaction_commit(): check for duplicate refsMichael Haggerty
2015-06-22refs: remove some functions from the module's public interfaceMichael Haggerty
2015-06-22initial_ref_transaction_commit(): function for initial ref creationMichael Haggerty
2015-06-22repack_without_refs(): make function privateMichael Haggerty
2015-06-22delete_refs(): bail early if the packed-refs file cannot be rewrittenMichael Haggerty
2015-06-22delete_refs(): make error message more genericMichael Haggerty
2015-06-22delete_refs(): new function for the refs APIMichael Haggerty
2015-06-22delete_ref(): handle special case more explicitlyMichael Haggerty
2015-06-22delete_ref(): move declaration to refs.hMichael Haggerty
2015-06-12Allow to control where the replace refs are looked forMike Hommey
2015-06-11Merge branch 'mh/verify-lock-error-report'Junio C Hamano
2015-06-08read_loose_refs(): treat NULL_SHA1 loose references as brokenMichael Haggerty
2015-06-05Merge branch 'mh/write-refs-sooner-2.4' into maintJunio C Hamano
2015-06-03read_loose_refs(): simplify function logicMichael Haggerty