summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dt/refs-check-refname-component-optim'Junio C Hamano2014-06-161-28/+39
|\
| * refs.c: optimize check_refname_component()dt/refs-check-refname-component-optimDavid Turner2014-06-051-28/+39
* | Merge branch 'rs/read-ref-at'Junio C Hamano2014-06-161-105/+103
|\ \
| * | refs.c: change read_ref_at to use the reflog iteratorsrs/read-ref-atRonnie Sahlberg2014-06-031-105/+103
* | | Merge branch 'jl/remote-rm-prune'Junio C Hamano2014-06-161-2/+19
|\ \ \
| * | | remote prune: optimize "dangling symref" check/warningjl/remote-rm-pruneJens Lindström2014-05-271-1/+18
| * | | remote: repack packed-refs once when deleting multiple refsJens Lindström2014-05-271-1/+1
| |/ /
* | | Merge branch 'rs/reflog-exists'Junio C Hamano2014-06-061-6/+15
|\ \ \ | |_|/ |/| |
| * | refs.c: add new functions reflog_exists and delete_reflogRonnie Sahlberg2014-05-081-6/+15
| |/
* | ref_transaction_commit(): work with transaction->updates in placemh/ref-transactionMichael Haggerty2014-04-071-4/+1
* | struct ref_update: add a type fieldMichael Haggerty2014-04-071-5/+3
* | struct ref_update: add a lock fieldMichael Haggerty2014-04-071-17/+19
* | ref_transaction_commit(): simplify code using temporary variablesMichael Haggerty2014-04-071-8/+13
* | struct ref_update: store refname as a FLEX_ARRAYMichael Haggerty2014-04-071-9/+6
* | struct ref_update: rename field "ref_name" to "refname"Michael Haggerty2014-04-071-9/+9
* | refs: remove API function update_refs()Michael Haggerty2014-04-071-13/+20
* | refs: add a concept of a reference transactionMichael Haggerty2014-04-071-0/+99
* | update_refs(): fix constnessMichael Haggerty2014-04-071-1/+1
* | refs.h: rename the action_on_err constantsMichael Haggerty2014-04-071-9/+9
|/
* Merge branch 'sh/use-hashcpy'Junio C Hamano2014-03-181-1/+1
|\
| * Use hashcpy() when copying object namessh/use-hashcpySun He2014-03-061-1/+1
* | use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-201-1/+1
|/
* Merge branch 'mh/safe-create-leading-directories'Junio C Hamano2014-01-271-24/+68
|\
| * rename_tmp_log(): on SCLD_VANISHED, retrymh/safe-create-leading-directoriesMichael Haggerty2014-01-211-1/+8
| * rename_tmp_log(): limit the number of remote_empty_directories() attemptsMichael Haggerty2014-01-211-2/+2
| * rename_tmp_log(): handle a possible mkdir/rmdir raceMichael Haggerty2014-01-211-1/+10
| * rename_ref(): extract function rename_tmp_log()Michael Haggerty2014-01-211-22/+30
| * lock_ref_sha1_basic(): if locking fails with ENOENT, retryMichael Haggerty2014-01-211-1/+12
| * lock_ref_sha1_basic(): on SCLD_VANISHED, retryMichael Haggerty2014-01-211-1/+10
* | Merge branch 'mh/retire-ref-fetch-rules'Junio C Hamano2014-01-271-3/+3
|\ \
| * | refname_match(): always use the rules in ref_rev_parse_rulesmh/retire-ref-fetch-rules@fooMichael Haggerty2014-01-141-3/+3
| |/
* | Merge branch 'mh/shorten-unambigous-ref'Junio C Hamano2014-01-131-31/+14
|\ \
| * | shorten_unambiguous_ref(): tighten up pointer arithmeticmh/shorten-unambigous-refMichael Haggerty2014-01-091-2/+2
| * | gen_scanf_fmt(): delete function and use snprintf() insteadMichael Haggerty2014-01-091-26/+9
| * | shorten_unambiguous_ref(): introduce a new local variableMichael Haggerty2014-01-091-4/+4
| |/
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-15/+15
|/
* Merge branch 'sb/refs-code-cleanup'Junio C Hamano2013-11-011-7/+0
|\
| * refs: remove unused function invalidate_ref_cacheStefan Beller2013-10-281-7/+0
* | Merge branch 'jk/refs-c-squelch-gcc'Junio C Hamano2013-10-301-1/+1
|\ \
| * | silence gcc array-bounds warningjk/refs-c-squelch-gccJeff King2013-10-241-1/+1
* | | refs.c: spell NULL pointer as NULLRamsay Jones2013-10-141-1/+1
* | | Merge branch 'fc/at-head'Junio C Hamano2013-09-201-1/+5
|\ \ \
| * | | Add new @ shortcut for HEADfc/at-headFelipe Contreras2013-09-121-0/+4
| * | | sha1-name: pass len argument to interpret_branch_name()Felipe Contreras2013-09-031-1/+1
| | |/ | |/|
* | | Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-201-27/+168
|\ \ \
| * | | refs: add update_refs for multiple simultaneous updatesBrad King2013-09-041-0/+100
| * | | refs: add function to repack without multiple refsBrad King2013-09-041-9/+24
| * | | refs: factor delete_ref loose ref step into a helperBrad King2013-09-041-10/+17
| * | | refs: factor update_ref steps into helpersBrad King2013-09-041-6/+24
| * | | refs: report ref type from lock_any_ref_for_updateBrad King2013-08-301-3/+4
| |/ /