Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-13Merge tag 'l10n-2.10.0-rnd2.3' of git://github.com/git-l10n/git-po into maintJunio C Hamano
2016-09-13add: document the chmod optionThomas Gummerer
2016-09-12pack-objects: use reachability bitmap index when generating non-stdout packKirill Smelkov
2016-09-12pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ...Kirill Smelkov
2016-09-12patch-ids: refuse to compute patch-id for merge commitJeff King
2016-09-12add_delta_base_cache: use list_for_each_safeJeff King
2016-09-12Merge branch 'js/commit-gpgsign' of ../git-gui into js/git-gui-commit-gpgsignJunio C Hamano
2016-09-12git-gui: respect commit.gpgsign againJohannes Schindelin
2016-09-12cat-file: support --textconv/--filters in batch modeJohannes Schindelin
2016-09-12cat-file --textconv/--filters: allow specifying the path separatelyJohannes Schindelin
2016-09-12cat-file: introduce the --filters optionJohannes Schindelin
2016-09-11l10n: zh_CN: review for git v2.10.0 l10nRay Chen
2016-09-11l10n: zh_CN: fixed some typos for git 2.10.0Jiang Xin
2016-09-10refs: implement iteration over only per-worktree refsDavid Turner
2016-09-10refs: make lock genericDavid Turner
2016-09-10refs: add method to rename refsDavid Turner
2016-09-10refs: add methods to init refs dbDavid Turner
2016-09-10refs: make delete_refs() virtualDavid Turner
2016-09-10refs: add method for initial ref transaction commitDavid Turner
2016-09-10refs: add methods for reflogDavid Turner
2016-09-10refs: add method iterator_beginMichael Haggerty
2016-09-10files_ref_iterator_begin(): take a ref_store argumentMichael Haggerty
2016-09-10split_symref_update(): add a files_ref_store argumentMichael Haggerty
2016-09-10lock_ref_sha1_basic(): add a files_ref_store argumentMichael Haggerty
2016-09-10lock_ref_for_update(): add a files_ref_store argumentMichael Haggerty
2016-09-10commit_ref_update(): add a files_ref_store argumentMichael Haggerty
2016-09-10lock_raw_ref(): add a files_ref_store argumentMichael Haggerty
2016-09-10repack_without_refs(): add a files_ref_store argumentMichael Haggerty
2016-09-10refs: make peel_ref() virtualMichael Haggerty
2016-09-10refs: make create_symref() virtualMichael Haggerty
2016-09-10refs: make pack_refs() virtualMichael Haggerty
2016-09-10refs: make verify_refname_available() virtualMichael Haggerty
2016-09-10refs: make read_raw_ref() virtualMichael Haggerty
2016-09-10resolve_gitlink_ref(): rename path parameter to submoduleMichael Haggerty
2016-09-10resolve_gitlink_ref(): avoid memory allocation in many casesMichael Haggerty
2016-09-10resolve_gitlink_ref(): implement using resolve_ref_recursively()Michael Haggerty
2016-09-10resolve_ref_recursively(): new functionMichael Haggerty
2016-09-10read_raw_ref(): take a (struct ref_store *) argumentMichael Haggerty
2016-09-10resolve_gitlink_packed_ref(): remove functionMichael Haggerty
2016-09-10resolve_packed_ref(): rename function from resolve_missing_loose_ref()Michael Haggerty
2016-09-10refs: reorder definitionsMichael Haggerty
2016-09-10refs: add a transaction_commit() methodRonnie Sahlberg
2016-09-10{lock,commit,rollback}_packed_refs(): add files_ref_store argumentsMichael Haggerty
2016-09-10resolve_missing_loose_ref(): add a files_ref_store argumentMichael Haggerty
2016-09-10get_packed_ref(): add a files_ref_store argumentMichael Haggerty
2016-09-10add_packed_ref(): add a files_ref_store argumentMichael Haggerty
2016-09-10refs: create a base class "ref_store" for files_ref_storeMichael Haggerty
2016-09-10refs: add a backend method structureRonnie Sahlberg
2016-09-10refs: rename struct ref_cache to files_ref_storeMichael Haggerty
2016-09-10rename_ref_available(): add docstringDavid Turner