refs: add methods for reflog
[gitweb.git] / refs /
2016-09-09 refs: add methods for reflog
2016-09-09 refs: add method iterator_begin
2016-09-09 files_ref_iterator_begin(): take a ref_store argument
2016-09-09 split_symref_update(): add a files_ref_store argument
2016-09-09 lock_ref_sha1_basic(): add a files_ref_store argument
2016-09-09 lock_ref_for_update(): add a files_ref_store argument
2016-09-09 commit_ref_update(): add a files_ref_store argument
2016-09-09 lock_raw_ref(): add a files_ref_store argument
2016-09-09 repack_without_refs(): add a files_ref_store argument
2016-09-09 refs: make peel_ref() virtual
2016-09-09 refs: make create_symref() virtual
2016-09-09 refs: make pack_refs() virtual
2016-09-09 refs: make verify_refname_available() virtual
2016-09-09 refs: make read_raw_ref() virtual
2016-09-09 resolve_gitlink_ref(): implement using resolve_ref_recu...
2016-09-09 read_raw_ref(): take a (struct ref_store *) argument
2016-09-09 resolve_gitlink_packed_ref(): remove function
2016-09-09 resolve_packed_ref(): rename function from resolve_miss...
2016-09-09 refs: reorder definitions
2016-09-09 refs: add a transaction_commit() method
2016-09-09 {lock,commit,rollback}_packed_refs(): add files_ref_sto...
2016-09-09 resolve_missing_loose_ref(): add a files_ref_store...
2016-09-09 get_packed_ref(): add a files_ref_store argument
2016-09-09 add_packed_ref(): add a files_ref_store argument
2016-09-09 refs: create a base class "ref_store" for files_ref_store
2016-09-09 refs: add a backend method structure
2016-09-09 refs: rename struct ref_cache to files_ref_store
2016-09-09 rename_ref_available(): add docstring
2016-09-09 resolve_gitlink_ref(): eliminate temporary variable
2016-06-20 for_each_reflog(): reimplement using iterators
2016-06-20 for_each_reflog(): don't abort for bad references
2016-06-20 do_for_each_ref(): reimplement using reference iteration
2016-06-20 refs: introduce an iterator interface
2016-06-20 ref_resolves_to_object(): new function
2016-06-20 entry_resolves_to_object(): rename function from ref_re...
2016-06-20 get_ref_cache(): only create an instance if there is...
2016-06-20 delete_refs(): add a flags argument
2016-06-20 refs: use name "prefix" consistently
2016-06-20 do_for_each_ref(): move docstring to the header file
2016-06-13 lock_ref_sha1_basic(): only handle REF_NODEREF mode
2016-06-13 commit_ref_update(): remove the flags parameter
2016-06-13 lock_ref_for_update(): don't resolve symrefs
2016-06-13 lock_ref_for_update(): don't re-read non-symbolic refer...
2016-06-13 refs: resolve symbolic refs first
2016-06-13 unlock_ref(): move definition higher in the file
2016-06-13 lock_ref_for_update(): new function
2016-06-13 add_update(): initialize the whole ref_update
2016-06-13 verify_refname_available(): adjust constness in declaration
2016-06-13 refs: don't dereference on rename
2016-06-13 refs: allow log-only updates
2016-06-13 ref_transaction_commit(): correctly report close_ref...
2016-06-13 ref_transaction_create(): disallow recursive pruning
2016-06-13 refs: make error messages more consistent
2016-06-13 lock_ref_sha1_basic(): remove unneeded local variable
2016-06-13 read_raw_ref(): move docstring to header file
2016-06-13 read_raw_ref(): improve docstring
2016-06-13 read_raw_ref(): rename symref argument to referent
2016-06-13 read_raw_ref(): clear *type at start of function
2016-06-13 read_raw_ref(): rename flags argument to type
2016-06-13 ref_transaction_commit(): remove local variables n...
2016-05-05 rename_ref(): remove unneeded local variable
2016-05-05 commit_ref_update(): write error message to *err, not...
2016-05-05 read_raw_ref(): don't get confused by an empty directory
2016-05-05 commit_ref(): if there is an empty dir in the way,...
2016-04-25 Sync with maint
2016-04-25 Merge branch 'sb/submodule-path-misc-bugs'
2016-04-25 Merge branch 'en/merge-trivial-fix'
2016-04-25 Merge branch 'en/merge-octopus-fix'
2016-04-25 Merge branch 'dt/pre-refs-backend'
2016-04-25 Merge branch 'jc/rerere-multi'
2016-04-22 Merge branch 'ad/cygwin-wants-rename'
2016-04-22 Merge branch 'jk/use-write-script-more'
2016-04-22 Merge branch 'jk/do-not-printf-NULL'
2016-04-22 Merge branch 'jc/http-socks5h'
2016-04-22 Merge branch 'ky/imap-send-openssl-1.1.0'
2016-04-22 Merge branch 'ky/imap-send'
2016-04-22 Merge branch 'jc/xstrfmt-null-with-prec-0'
2016-04-22 Merge branch 'ad/commit-have-m-option'
2016-04-22 Merge branch 'ew/send-email-drop-data-dumper'
2016-04-22 Merge branch 'ew/send-email-readable-message-id'
2016-04-22 Merge branch 'sb/submodule-helper-clone-regression...
2016-04-18 Merge branch 'jk/branch-shortening-funny-symrefs'
2016-04-18 Merge branch 'ky/branch-m-worktree'
2016-04-15 Merge branch 'jv/merge-nothing-into-void' into maint
2016-04-15 Merge branch 'ss/commit-squash-msg' into maint
2016-04-15 Merge branch 'jk/send-email-rtrim-mailrc-alias' into...
2016-04-15 Merge branch 'da/mergetool-delete-delete-conflict'...
2016-04-15 Merge branch 'jk/getwholeline-getdelim-empty' into...
2016-04-15 Merge branch 'rj/xdiff-prepare-plug-leak-on-error-codep...
2016-04-15 Merge branch 'jk/rev-parse-local-env-vars' into maint
2016-04-15 Merge branch 'jk/config-get-urlmatch' into maint
2016-04-15 Merge branch 'pb/t7502-drop-dup' into maint
2016-04-15 Merge branch 'jk/test-httpd-config-nosystem' into maint
2016-04-15 Merge branch 'sb/clone-t57-t56' into maint
2016-04-15 Merge branch 'jk/credential-cache-comment-exit' into...
2016-04-15 Merge branch 'ss/exc-flag-is-a-collection-of-bits'...
2016-04-15 Merge branch 'mp/upload-pack-use-embedded-args' into...
2016-04-15 Merge branch 'oa/doc-diff-check' into maint
2016-04-15 Merge branch 'pb/opt-cmdmode-doc' into maint
2016-04-15 Merge branch 'nd/apply-doc' into maint
next