aboutsummaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/strip-suffix'Junio C Hamano2014-07-16
|\
| * replace has_extension with ends_withJeff King2014-06-30
* | Merge branch 'dt/refs-check-refname-component-sse-fix'Junio C Hamano2014-07-10
|\ \
| * | refs.c: handle REFNAME_REFSPEC_PATTERN at end of pageDavid Turner2014-07-07
* | | Merge branch 'dt/refs-check-refname-component-sse'Junio C Hamano2014-07-02
|\ \ \ | |/ /
| * | refs.c: SSE2 optimizations for check_refname_componentDavid Turner2014-06-18
* | | Merge branch 'dt/refs-check-refname-component-optim'Junio C Hamano2014-06-16
|\ \ \ | |/ /
| * | refs.c: optimize check_refname_component()David Turner2014-06-05
* | | Merge branch 'rs/read-ref-at'Junio C Hamano2014-06-16
|\ \ \
| * | | refs.c: change read_ref_at to use the reflog iteratorsRonnie Sahlberg2014-06-03
* | | | Merge branch 'jl/remote-rm-prune'Junio C Hamano2014-06-16
|\ \ \ \ | | |_|/ | |/| |
| * | | remote prune: optimize "dangling symref" check/warningJens Lindström2014-05-27
| * | | remote: repack packed-refs once when deleting multiple refsJens Lindström2014-05-27
| |/ /
* | | Merge branch 'rs/reflog-exists'Junio C Hamano2014-06-06
|\ \ \ | |_|/ |/| |
| * | refs.c: add new functions reflog_exists and delete_reflogRonnie Sahlberg2014-05-08
| |/
* | ref_transaction_commit(): work with transaction->updates in placeMichael Haggerty2014-04-07
* | struct ref_update: add a type fieldMichael Haggerty2014-04-07
* | struct ref_update: add a lock fieldMichael Haggerty2014-04-07
* | ref_transaction_commit(): simplify code using temporary variablesMichael Haggerty2014-04-07
* | struct ref_update: store refname as a FLEX_ARRAYMichael Haggerty2014-04-07
* | struct ref_update: rename field "ref_name" to "refname"Michael Haggerty2014-04-07
* | refs: remove API function update_refs()Michael Haggerty2014-04-07
* | refs: add a concept of a reference transactionMichael Haggerty2014-04-07
* | update_refs(): fix constnessMichael Haggerty2014-04-07
* | refs.h: rename the action_on_err constantsMichael Haggerty2014-04-07
|/
* Merge branch 'sh/use-hashcpy'Junio C Hamano2014-03-18
|\
| * Use hashcpy() when copying object namesSun He2014-03-06
* | use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-20
|/
* Merge branch 'mh/safe-create-leading-directories'Junio C Hamano2014-01-27
|\
| * rename_tmp_log(): on SCLD_VANISHED, retryMichael Haggerty2014-01-21
| * rename_tmp_log(): limit the number of remote_empty_directories() attemptsMichael Haggerty2014-01-21
| * rename_tmp_log(): handle a possible mkdir/rmdir raceMichael Haggerty2014-01-21
| * rename_ref(): extract function rename_tmp_log()Michael Haggerty2014-01-21
| * lock_ref_sha1_basic(): if locking fails with ENOENT, retryMichael Haggerty2014-01-21
| * lock_ref_sha1_basic(): on SCLD_VANISHED, retryMichael Haggerty2014-01-21
* | Merge branch 'mh/retire-ref-fetch-rules'Junio C Hamano2014-01-27
|\ \
| * | refname_match(): always use the rules in ref_rev_parse_rulesMichael Haggerty2014-01-14
| |/
* | Merge branch 'mh/shorten-unambigous-ref'Junio C Hamano2014-01-13
|\ \
| * | shorten_unambiguous_ref(): tighten up pointer arithmeticMichael Haggerty2014-01-09
| * | gen_scanf_fmt(): delete function and use snprintf() insteadMichael Haggerty2014-01-09
| * | shorten_unambiguous_ref(): introduce a new local variableMichael Haggerty2014-01-09
| |/
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/
* Merge branch 'sb/refs-code-cleanup'Junio C Hamano2013-11-01
|\
| * refs: remove unused function invalidate_ref_cacheStefan Beller2013-10-28
* | Merge branch 'jk/refs-c-squelch-gcc'Junio C Hamano2013-10-30
|\ \
| * | silence gcc array-bounds warningJeff King2013-10-24
* | | refs.c: spell NULL pointer as NULLRamsay Jones2013-10-14
* | | Merge branch 'fc/at-head'Junio C Hamano2013-09-20
|\ \ \
| * | | Add new @ shortcut for HEADFelipe Contreras2013-09-12
| * | | sha1-name: pass len argument to interpret_branch_name()Felipe Contreras2013-09-03
| | |/ | |/|