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