summaryrefslogtreecommitdiffstats
path: root/refs.c
AgeCommit message (Expand)AuthorLines
2016-08-01pass constants as first argument to st_mult()René Scharfe-1/+1
2016-06-20do_for_each_ref(): reimplement using reference iterationMichael Haggerty-0/+20
2016-06-13ref_transaction_update(): check refname_is_safe() at a minimumMichael Haggerty-2/+3
2016-06-13add_update(): initialize the whole ref_updateMichael Haggerty-22/+26
2016-06-13ref_transaction_create(): disallow recursive pruningMichael Haggerty-0/+3
2016-06-13refs: make error messages more consistentMichael Haggerty-4/+4
2016-05-05refname_is_safe(): insist that the refname already be normalizedMichael Haggerty-2/+7
2016-05-05refname_is_safe(): don't allow the empty stringMichael Haggerty-2/+3
2016-05-05refname_is_safe(): use skip_prefix()Michael Haggerty-3/+5
2016-04-10refs: move resolve_ref_unsafe into common codeDavid Turner-0/+74
2016-04-10refs: move for_each_*ref* functions into common codeDavid Turner-0/+52
2016-04-10refs: move head_ref{,_submodule} to the common codeDavid Turner-0/+23
2016-02-22use st_add and st_mult for allocation size computationJeff King-1/+1
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King-4/+2
2016-02-22use xmallocz to avoid size arithmeticJeff King-1/+1
2015-12-10Merge branch 'bc/object-id'Junio C Hamano-1/+1
2015-12-08Merge branch 'dt/refs-backend-pre-vtable'Junio C Hamano-3669/+42
2015-11-20Remove get_object_hash.brian m. carlson-1/+1
2015-11-20Add several uses of get_object_hash.brian m. carlson-1/+1
2015-11-20refs: break out ref conflict checksDavid Turner-0/+44
2015-11-20refs: split filesystem-based refs code into a new fileMichael Haggerty-3535/+4
2015-11-20refs/refs-internal.h: new header fileMichael Haggerty-165/+9
2015-11-20refname_is_safe(): improve docstringMichael Haggerty-6/+10
2015-11-20pack_if_possible_fn(): use ref_type() instead of is_per_worktree_ref()Michael Haggerty-3/+1
2015-11-20copy_msg(): rename to copy_reflog_msg()David Turner-2/+2
2015-11-20verify_refname_available(): new functionRonnie Sahlberg-26/+40
2015-11-20verify_refname_available(): rename functionRonnie Sahlberg-22/+22
2015-11-05hideRefs: add support for matching full refsLukas Fleischer-3/+12
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano-37/+39
2015-10-05Merge branch 'kn/for-each-tag'Junio C Hamano-0/+9
2015-10-05use strbuf_complete to conditionally append slashJeff King-2/+1
2015-10-05avoid sprintf and strcpy with flex arraysJeff King-4/+4
2015-09-25resolve_ref: use strbufs for internal buffersJeff King-27/+30
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King-4/+4
2015-09-17ref-filter: add option to filter out tags, branches and remotesKarthik Nayak-0/+9
2015-09-01refs: make refs/bisect/* per-worktreeDavid Turner-1/+31
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