summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-37/+39
|\
| * use strbuf_complete to conditionally append slashJeff King2015-10-051-2/+1
| * avoid sprintf and strcpy with flex arraysJeff King2015-10-051-4/+4
| * resolve_ref: use strbufs for internal buffersJeff King2015-09-251-27/+30
| * convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-4/+4
* | Merge branch 'kn/for-each-tag'Junio C Hamano2015-10-051-0/+9
|\ \
| * | ref-filter: add option to filter out tags, branches and remotesKarthik Nayak2015-09-171-0/+9
* | | refs: make refs/bisect/* per-worktreedt/refs-bisectionDavid Turner2015-09-011-1/+31
| |/ |/|
* | Merge branch 'mh/tempfile'Junio C Hamano2015-08-251-8/+10
|\ \
| * | lockfile: add accessor get_lock_file_path()Michael Haggerty2015-08-101-3/+3
| * | lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()Michael Haggerty2015-08-101-5/+7
* | | Merge branch 'dt/refs-pseudo'Junio C Hamano2015-08-251-8/+122
|\ \ \
| * | | pseudoref: check return values from read_ref()dt/refs-pseudoDavid Turner2015-08-111-2/+5
| * | | pseudorefs: create and use pseudoref update and delete functionsDavid Turner2015-07-311-8/+93
| * | | refs: add ref_type functionDavid Turner2015-07-311-0/+26
* | | | Merge branch 'jk/git-path'Junio C Hamano2015-08-191-76/+84
|\ \ \ \ | | |_|/ | |/| |
| * | | refs.c: remove_empty_directories can take a strbufJeff King2015-08-101-19/+15
| * | | refs.c: avoid git_path assignment in lock_ref_sha1_basicJeff King2015-08-101-13/+19
| * | | refs.c: avoid repeated git_path calls in rename_tmp_logJeff King2015-08-101-7/+14
| * | | refs.c: simplify strbufs in reflog setup and writingJeff King2015-08-101-23/+15
| * | | refs.c: remove extra git_path calls from read_loose_refsJeff King2015-08-101-10/+13
| * | | prefer mkpathdup to mkpath in assignmentsJeff King2015-08-101-2/+4
| * | | prefer git_pathdup to git_path in some possibly-dangerous casesJeff King2015-08-101-6/+8
* | | | Merge branch 'jk/negative-hiderefs'Junio C Hamano2015-08-191-5/+13
|\ \ \ \ | |/ / / |/| | |
| * | | refs: support negative transfer.hideRefsjk/negative-hiderefsJeff King2015-08-071-5/+13
* | | | Merge branch 'jk/refspec-parse-wildcard'Junio C Hamano2015-08-031-19/+25
|\ \ \ \
| * | | | refs: loosen restriction on wildcard "*" refspecsjk/refspec-parse-wildcardJacob Keller2015-07-271-16/+20
| * | | | refs: cleanup comments regarding check_refname_component()Jacob Keller2015-07-271-5/+7
| * | | | Merge branch 'mh/write-refs-sooner-2.4' into maintJunio C Hamano2015-06-051-31/+82
| |\ \ \ \
* | \ \ \ \ Merge branch 'dt/refs-backend-preamble'Junio C Hamano2015-08-031-60/+109
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | refs: add REF_FORCE_CREATE_REFLOG flagDavid Turner2015-07-211-13/+21
| * | | | | refs: new public ref function: safe_create_reflogDavid Turner2015-07-211-4/+20
| * | | | | refs: break out check for reflog autocreationDavid Turner2015-07-211-5/+11
| * | | | | refs.c: add err arguments to reflog functionsDavid Turner2015-07-211-55/+74
| | |_|/ / | |/| | |
* | | | | Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-031-2/+2
|\ \ \ \ \
| * | | | | convert "enum date_mode" into a structJeff King2015-06-291-2/+2
| |/ / / /
* | | | | Merge branch 'mh/init-delete-refs-api'Junio C Hamano2015-08-031-13/+169
|\ \ \ \ \
| * | | | | delete_ref(): use the usual convention for old_sha1mh/init-delete-refs-apiMichael Haggerty2015-06-221-8/+0
| * | | | | refs: move the remaining ref module declarations to refs.hMichael Haggerty2015-06-221-2/+4
| * | | | | initial_ref_transaction_commit(): check for ref D/F conflictsMichael Haggerty2015-06-221-0/+34
| * | | | | initial_ref_transaction_commit(): check for duplicate refsMichael Haggerty2015-06-221-0/+11
| * | | | | refs: remove some functions from the module's public interfaceMichael Haggerty2015-06-221-7/+24
| * | | | | initial_ref_transaction_commit(): function for initial ref creationMichael Haggerty2015-06-221-0/+47
| * | | | | repack_without_refs(): make function privateMichael Haggerty2015-06-221-1/+8
| * | | | | delete_refs(): bail early if the packed-refs file cannot be rewrittenMichael Haggerty2015-06-221-3/+22
| * | | | | delete_refs(): make error message more genericMichael Haggerty2015-06-221-1/+1
| * | | | | delete_refs(): new function for the refs APIMichael Haggerty2015-06-221-0/+19
| * | | | | delete_ref(): handle special case more explicitlyMichael Haggerty2015-06-221-2/+9
| * | | | | delete_ref(): move declaration to refs.hMichael Haggerty2015-06-221-2/+3
* | | | | | Merge branch 'mh/replace-refs'Junio C Hamano2015-08-031-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |