OSDN Git Service

git-core/git.git
2016-09-09 Michael Haggertyrefs: add method iterator_begin
2016-09-09 Michael Haggertyfiles_ref_iterator_begin(): take a ref_store argument
2016-09-09 Michael Haggertysplit_symref_update(): add a files_ref_store argument
2016-09-09 Michael Haggertylock_ref_sha1_basic(): add a files_ref_store argument
2016-09-09 Michael Haggertylock_ref_for_update(): add a files_ref_store argument
2016-09-09 Michael Haggertycommit_ref_update(): add a files_ref_store argument
2016-09-09 Michael Haggertylock_raw_ref(): add a files_ref_store argument
2016-09-09 Michael Haggertyrepack_without_refs(): add a files_ref_store argument
2016-09-09 Michael Haggertyrefs: make peel_ref() virtual
2016-09-09 Michael Haggertyrefs: make create_symref() virtual
2016-09-09 Michael Haggertyrefs: make pack_refs() virtual
2016-09-09 Michael Haggertyrefs: make verify_refname_available() virtual
2016-09-09 Michael Haggertyrefs: make read_raw_ref() virtual
2016-09-09 Michael Haggertyresolve_gitlink_ref(): rename path parameter to submodule
2016-09-09 Michael Haggertyresolve_gitlink_ref(): avoid memory allocation in many...
2016-09-09 Michael Haggertyresolve_gitlink_ref(): implement using resolve_ref_recu...
2016-09-09 Michael Haggertyresolve_ref_recursively(): new function
2016-09-09 Michael Haggertyread_raw_ref(): take a (struct ref_store *) argument
2016-09-09 Michael Haggertyresolve_gitlink_packed_ref(): remove function
2016-09-09 Michael Haggertyresolve_packed_ref(): rename function from resolve_miss...
2016-09-09 Michael Haggertyrefs: reorder definitions
2016-09-09 Ronnie Sahlbergrefs: add a transaction_commit() method
2016-09-09 Michael Haggerty{lock,commit,rollback}_packed_refs(): add files_ref_sto...
2016-09-09 Michael Haggertyresolve_missing_loose_ref(): add a files_ref_store...
2016-09-09 Michael Haggertyget_packed_ref(): add a files_ref_store argument
2016-09-09 Michael Haggertyadd_packed_ref(): add a files_ref_store argument
2016-09-09 Michael Haggertyrefs: create a base class "ref_store" for files_ref_store
2016-09-09 Ronnie Sahlbergrefs: add a backend method structure
2016-09-09 Michael Haggertyrefs: rename struct ref_cache to files_ref_store
2016-09-09 David Turnerrename_ref_available(): add docstring
2016-09-09 Michael Haggertyresolve_gitlink_ref(): eliminate temporary variable
2016-06-20 Michael Haggertyfor_each_reflog(): reimplement using iterators
2016-06-20 Michael Haggertydir_iterator: new API for iterating over a directory...
2016-06-20 Michael Haggertyfor_each_reflog(): don't abort for bad references
2016-06-20 Michael Haggertydo_for_each_ref(): reimplement using reference iteration
2016-06-20 Michael Haggertyrefs: introduce an iterator interface
2016-06-20 Michael Haggertyref_resolves_to_object(): new function
2016-06-20 Michael Haggertyentry_resolves_to_object(): rename function from ref_re...
2016-06-20 Michael Haggertyget_ref_cache(): only create an instance if there is...
2016-06-20 Michael Haggertyremote rm: handle symbolic refs correctly
2016-06-20 Michael Haggertydelete_refs(): add a flags argument
2016-06-20 Michael Haggertyrefs: use name "prefix" consistently
2016-06-20 Michael Haggertydo_for_each_ref(): move docstring to the header file
2016-06-13 Michael Haggertyrefs: remove unnecessary "extern" keywords
2016-06-13 Michael Haggertylock_ref_sha1_basic(): only handle REF_NODEREF mode
2016-06-13 Michael Haggertycommit_ref_update(): remove the flags parameter
2016-06-13 Michael Haggertylock_ref_for_update(): don't resolve symrefs
2016-06-13 Michael Haggertylock_ref_for_update(): don't re-read non-symbolic refer...
2016-06-13 Michael Haggertyrefs: resolve symbolic refs first
2016-06-13 Michael Haggertyref_transaction_update(): check refname_is_safe() at...
2016-06-13 Michael Haggertyunlock_ref(): move definition higher in the file
2016-06-13 Michael Haggertylock_ref_for_update(): new function
2016-06-13 Michael Haggertyadd_update(): initialize the whole ref_update
2016-06-13 Michael Haggertyverify_refname_available(): adjust constness in declaration
2016-06-13 David Turnerrefs: don't dereference on rename
2016-06-13 David Turnerrefs: allow log-only updates
2016-06-13 Michael Haggertydelete_branches(): use resolve_refdup()
2016-06-13 Michael Haggertyref_transaction_commit(): correctly report close_ref...
2016-06-13 Michael Haggertyref_transaction_create(): disallow recursive pruning
2016-06-13 Michael Haggertyrefs: make error messages more consistent
2016-06-13 Michael Haggertylock_ref_sha1_basic(): remove unneeded local variable
2016-06-13 Michael Haggertyread_raw_ref(): move docstring to header file
2016-06-13 Michael Haggertyread_raw_ref(): improve docstring
2016-06-13 Michael Haggertyread_raw_ref(): rename symref argument to referent
2016-06-13 Michael Haggertyread_raw_ref(): clear *type at start of function
2016-06-13 Michael Haggertyread_raw_ref(): rename flags argument to type
2016-06-13 Michael Haggertyref_transaction_commit(): remove local variables n...
2016-05-05 Michael Haggertyrename_ref(): remove unneeded local variable
2016-05-05 Michael Haggertycommit_ref_update(): write error message to *err, not...
2016-05-05 Michael Haggertyrefname_is_safe(): insist that the refname already...
2016-05-05 Michael Haggertyrefname_is_safe(): don't allow the empty string
2016-05-05 Michael Haggertyrefname_is_safe(): use skip_prefix()
2016-05-05 Michael Haggertyremove_dir_recursively(): add docstring
2016-05-05 Michael Haggertysafe_create_leading_directories(): improve docstring
2016-05-05 Michael Haggertyread_raw_ref(): don't get confused by an empty directory
2016-05-05 Michael Haggertycommit_ref(): if there is an empty dir in the way,...
2016-05-05 Michael Haggertyt1404: demonstrate a bug resolving references
2016-04-25 Junio C HamanoSync with maint
2016-04-25 Junio C HamanoSeventh batch for post 2.8 cycle
2016-04-25 Junio C HamanoMerge branch 'sb/submodule-path-misc-bugs'
2016-04-25 Junio C HamanoMerge branch 'en/merge-trivial-fix'
2016-04-25 Junio C HamanoMerge branch 'en/merge-octopus-fix'
2016-04-25 Junio C HamanoMerge branch 'dt/pre-refs-backend'
2016-04-25 Junio C HamanoMerge branch 'jc/rerere-multi'
2016-04-25 Junio C HamanoMerge tag 'l10n-2.8.0-rnd3-fr' of git://github.com...
2016-04-24 Jiang XinMerge branch 'fr_v2.8.0_r3' of git://github.com/jnavila...
2016-04-22 Junio C HamanoSixth batch for post 2.8 cycle
2016-04-22 Junio C HamanoMerge branch 'ad/cygwin-wants-rename'
2016-04-22 Junio C HamanoMerge branch 'jk/use-write-script-more'
2016-04-22 Junio C HamanoMerge branch 'jk/do-not-printf-NULL'
2016-04-22 Junio C HamanoMerge branch 'jc/http-socks5h'
2016-04-22 Junio C HamanoMerge branch 'ky/imap-send-openssl-1.1.0'
2016-04-22 Junio C HamanoMerge branch 'ky/imap-send'
2016-04-22 Junio C HamanoMerge branch 'jc/xstrfmt-null-with-prec-0'
2016-04-22 Junio C HamanoMerge branch 'ad/commit-have-m-option'
2016-04-22 Junio C HamanoMerge branch 'ew/send-email-drop-data-dumper'
2016-04-22 Junio C HamanoMerge branch 'ew/send-email-readable-message-id'
2016-04-22 Junio C HamanoMerge branch 'sb/submodule-helper-clone-regression...
2016-04-18 Junio C HamanoFifth batch for post 2.8 cycle
2016-04-18 Junio C HamanoMerge branch 'jk/branch-shortening-funny-symrefs'
next