Age | Commit message (Expand) | Author | Files | Lines |
2017-02-03 | Merge branch 'cw/log-updates-for-all-refs-really' | Junio C Hamano | 1 | -3/+3 |
2017-01-31 | refs: add option core.logAllRefUpdates = always | Cornelius Weig | 1 | -3/+3 |
2017-01-30 | use oidcpy() for copying hashes between instances of struct object_id | René Scharfe | 1 | -1/+1 |
2016-10-17 | Merge branch 'jk/ref-symlink-loop' | Junio C Hamano | 1 | -1/+13 |
2016-10-10 | files_read_raw_ref: prevent infinite retry loops in general | Jeff King | 1 | -0/+7 |
2016-10-10 | files_read_raw_ref: avoid infinite loop on broken symlinks | Jeff King | 1 | -1/+6 |
2016-09-29 | use QSORT | René Scharfe | 1 | -1/+1 |
2016-09-19 | Merge branch 'mh/ref-store' | Junio C Hamano | 1 | -270/+296 |
2016-09-09 | refs: implement iteration over only per-worktree refs | David Turner | 1 | -0/+4 |
2016-09-09 | refs: make lock generic | David Turner | 1 | -12/+13 |
2016-09-09 | refs: add method to rename refs | David Turner | 1 | -18/+6 |
2016-09-09 | refs: add methods to init refs db | David Turner | 1 | -0/+18 |
2016-09-09 | refs: make delete_refs() virtual | David Turner | 1 | -2/+4 |
2016-09-09 | refs: add method for initial ref transaction commit | David Turner | 1 | -3/+5 |
2016-09-09 | refs: add methods for reflog | David Turner | 1 | -20/+50 |
2016-09-09 | refs: add method iterator_begin | Michael Haggerty | 1 | -1/+2 |
2016-09-09 | files_ref_iterator_begin(): take a ref_store argument | Michael Haggerty | 1 | -2/+2 |
2016-09-09 | split_symref_update(): add a files_ref_store argument | Michael Haggerty | 1 | -2/+4 |
2016-09-09 | lock_ref_sha1_basic(): add a files_ref_store argument | Michael Haggerty | 1 | -11/+15 |
2016-09-09 | lock_ref_for_update(): add a files_ref_store argument | Michael Haggerty | 1 | -5/+6 |
2016-09-09 | commit_ref_update(): add a files_ref_store argument | Michael Haggerty | 1 | -6/+8 |
2016-09-09 | lock_raw_ref(): add a files_ref_store argument | Michael Haggerty | 1 | -6/+8 |
2016-09-09 | repack_without_refs(): add a files_ref_store argument | Michael Haggerty | 1 | -5/+7 |
2016-09-09 | refs: make peel_ref() virtual | Michael Haggerty | 1 | -2/+4 |
2016-09-09 | refs: make create_symref() virtual | Michael Haggerty | 1 | -1/+6 |
2016-09-09 | refs: make pack_refs() virtual | Michael Haggerty | 1 | -2/+4 |
2016-09-09 | refs: make verify_refname_available() virtual | Michael Haggerty | 1 | -6/+8 |
2016-09-09 | refs: make read_raw_ref() virtual | Michael Haggerty | 1 | -6/+8 |
2016-09-09 | resolve_gitlink_ref(): implement using resolve_ref_recursively() | Michael Haggerty | 1 | -67/+0 |
2016-09-09 | read_raw_ref(): take a (struct ref_store *) argument | Michael Haggerty | 1 | -5/+13 |
2016-09-09 | resolve_gitlink_packed_ref(): remove function | Michael Haggerty | 1 | -21/+5 |
2016-09-09 | resolve_packed_ref(): rename function from resolve_missing_loose_ref() | Michael Haggerty | 1 | -6/+5 |
2016-09-09 | refs: reorder definitions | Michael Haggerty | 1 | -83/+83 |
2016-09-09 | refs: add a transaction_commit() method | Ronnie Sahlberg | 1 | -4/+6 |
2016-09-09 | {lock,commit,rollback}_packed_refs(): add files_ref_store arguments | Michael Haggerty | 1 | -16/+16 |
2016-09-09 | resolve_missing_loose_ref(): add a files_ref_store argument | Michael Haggerty | 1 | -6/+6 |
2016-09-09 | get_packed_ref(): add a files_ref_store argument | Michael Haggerty | 1 | -7/+9 |
2016-09-09 | add_packed_ref(): add a files_ref_store argument | Michael Haggerty | 1 | -4/+5 |
2016-09-09 | refs: create a base class "ref_store" for files_ref_store | Michael Haggerty | 1 | -78/+99 |
2016-09-09 | refs: add a backend method structure | Ronnie Sahlberg | 1 | -0/+5 |
2016-09-09 | refs: rename struct ref_cache to files_ref_store | Michael Haggerty | 1 | -63/+63 |
2016-09-09 | resolve_gitlink_ref(): eliminate temporary variable | Michael Haggerty | 1 | -3/+2 |
2016-08-31 | allow do_submodule_path to work even if submodule isn't checked out | Jacob Keller | 1 | -1/+7 |
2016-07-25 | Merge branch 'mh/ref-iterators' | Junio C Hamano | 1 | -251/+380 |
2016-07-25 | Merge branch 'mh/update-ref-errors' | Junio C Hamano | 1 | -32/+42 |
2016-07-25 | Merge branch 'mh/split-under-lock' | Junio C Hamano | 1 | -211/+719 |
2016-06-28 | coccinelle: apply object_id Coccinelle transformations | brian m. carlson | 1 | -2/+2 |
2016-06-20 | lock_ref_for_update(): avoid a symref resolution | Michael Haggerty | 1 | -1/+1 |
2016-06-20 | lock_ref_for_update(): make error handling more uniform | Michael Haggerty | 1 | -32/+42 |
2016-06-20 | for_each_reflog(): reimplement using iterators | Michael Haggerty | 1 | -42/+71 |