summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-20refname_is_safe(): improve docstringMichael Haggerty1-6/+10
2015-11-20pack_if_possible_fn(): use ref_type() instead of is_per_worktree_ref()Michael Haggerty1-3/+1
2015-11-20copy_msg(): rename to copy_reflog_msg()David Turner1-2/+2
2015-11-20verify_refname_available(): new functionRonnie Sahlberg1-26/+40
2015-11-20verify_refname_available(): rename functionRonnie Sahlberg1-22/+22
2015-11-05hideRefs: add support for matching full refsLukas Fleischer1-3/+12
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano1-37/+39
2015-10-05Merge branch 'kn/for-each-tag'Junio C Hamano1-0/+9
2015-10-05use strbuf_complete to conditionally append slashJeff King1-2/+1
2015-10-05avoid sprintf and strcpy with flex arraysJeff King1-4/+4
2015-09-25resolve_ref: use strbufs for internal buffersJeff King1-27/+30
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King1-4/+4
2015-09-17ref-filter: add option to filter out tags, branches and remotesKarthik Nayak1-0/+9
2015-09-01refs: make refs/bisect/* per-worktreeDavid Turner1-1/+31
2015-08-25Merge branch 'mh/tempfile'Junio C Hamano1-8/+10
2015-08-25Merge branch 'dt/refs-pseudo'Junio C Hamano1-8/+122
2015-08-19Merge branch 'jk/git-path'Junio C Hamano1-76/+84
2015-08-19Merge branch 'jk/negative-hiderefs'Junio C Hamano1-5/+13
2015-08-11pseudoref: check return values from read_ref()David Turner1-2/+5
2015-08-10refs.c: remove_empty_directories can take a strbufJeff King1-19/+15
2015-08-10refs.c: avoid git_path assignment in lock_ref_sha1_basicJeff King1-13/+19
2015-08-10refs.c: avoid repeated git_path calls in rename_tmp_logJeff King1-7/+14
2015-08-10refs.c: simplify strbufs in reflog setup and writingJeff King1-23/+15
2015-08-10refs.c: remove extra git_path calls from read_loose_refsJeff King1-10/+13
2015-08-10prefer mkpathdup to mkpath in assignmentsJeff King1-2/+4
2015-08-10prefer git_pathdup to git_path in some possibly-dangerous casesJeff King1-6/+8
2015-08-10lockfile: add accessor get_lock_file_path()Michael Haggerty1-3/+3
2015-08-10lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()Michael Haggerty1-5/+7
2015-08-07refs: support negative transfer.hideRefsJeff King1-5/+13
2015-08-03Merge branch 'jk/refspec-parse-wildcard'Junio C Hamano1-19/+25
2015-08-03Merge branch 'dt/refs-backend-preamble'Junio C Hamano1-60/+109
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano1-2/+2
2015-08-03Merge branch 'mh/init-delete-refs-api'Junio C Hamano1-13/+169
2015-08-03Merge branch 'mh/replace-refs'Junio C Hamano1-1/+2
2015-07-31pseudorefs: create and use pseudoref update and delete functionsDavid Turner1-8/+93
2015-07-31refs: add ref_type functionDavid Turner1-0/+26
2015-07-27refs: loosen restriction on wildcard "*" refspecsJacob Keller1-16/+20
2015-07-27refs: cleanup comments regarding check_refname_component()Jacob Keller1-5/+7
2015-07-21refs: add REF_FORCE_CREATE_REFLOG flagDavid Turner1-13/+21
2015-07-21refs: new public ref function: safe_create_reflogDavid Turner1-4/+20
2015-07-21refs: break out check for reflog autocreationDavid Turner1-5/+11
2015-07-21refs.c: add err arguments to reflog functionsDavid Turner1-55/+74
2015-06-29convert "enum date_mode" into a structJeff King1-2/+2
2015-06-24Merge branch 'mh/reporting-broken-refs-from-for-each-ref'Junio C Hamano1-7/+22
2015-06-22delete_ref(): use the usual convention for old_sha1Michael Haggerty1-8/+0
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty1-2/+4
2015-06-22initial_ref_transaction_commit(): check for ref D/F conflictsMichael Haggerty1-0/+34
2015-06-22initial_ref_transaction_commit(): check for duplicate refsMichael Haggerty1-0/+11
2015-06-22refs: remove some functions from the module's public interfaceMichael Haggerty1-7/+24
2015-06-22initial_ref_transaction_commit(): function for initial ref creationMichael Haggerty1-0/+47