summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-12cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano1-2/+1
2016-08-01pass constants as first argument to st_mult()René Scharfe1-1/+1
2016-06-20do_for_each_ref(): reimplement using reference iterationMichael Haggerty1-0/+20
2016-06-13ref_transaction_update(): check refname_is_safe() at a minimumMichael Haggerty1-2/+3
2016-06-13add_update(): initialize the whole ref_updateMichael Haggerty1-22/+26
2016-06-13ref_transaction_create(): disallow recursive pruningMichael Haggerty1-0/+3
2016-06-13refs: make error messages more consistentMichael Haggerty1-4/+4
2016-05-05refname_is_safe(): insist that the refname already be normalizedMichael Haggerty1-2/+7
2016-05-05refname_is_safe(): don't allow the empty stringMichael Haggerty1-2/+3
2016-05-05refname_is_safe(): use skip_prefix()Michael Haggerty1-3/+5
2016-04-10refs: move resolve_ref_unsafe into common codeDavid Turner1-0/+74
2016-04-10refs: move for_each_*ref* functions into common codeDavid Turner1-0/+52
2016-04-10refs: move head_ref{,_submodule} to the common codeDavid Turner1-0/+23
2016-02-22use st_add and st_mult for allocation size computationJeff King1-1/+1
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King1-4/+2
2016-02-22use xmallocz to avoid size arithmeticJeff King1-1/+1
2015-12-10Merge branch 'bc/object-id'Junio C Hamano1-1/+1
2015-12-08Merge branch 'dt/refs-backend-pre-vtable'Junio C Hamano1-3668/+41
2015-11-20Remove get_object_hash.brian m. carlson1-1/+1
2015-11-20Add several uses of get_object_hash.brian m. carlson1-1/+1
2015-11-20refs: break out ref conflict checksDavid Turner1-0/+44
2015-11-20refs: split filesystem-based refs code into a new fileMichael Haggerty1-3535/+4
2015-11-20refs/refs-internal.h: new header fileMichael Haggerty1-165/+9
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