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