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
2014-06-25Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano
2014-04-10read-cache.c: verify index file before we opportunistically update itYiannis Marangos
2014-03-21Merge branch 'nd/tag-version-sort'Junio C Hamano
2014-03-15Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano
2014-03-15Merge branch 'mh/object-code-cleanup'Junio C Hamano
2014-03-15Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano
2014-03-15Merge branch 'ks/config-file-stdin'Junio C Hamano
2014-03-08Merge branch 'jn/add-2.0-u-A-sans-pathspec'Junio C Hamano
2014-03-06Merge branch 'nd/daemonize-gc'Junio C Hamano
2014-03-01Add docstrings for lookup_replace_object() and do_lookup_replace_object()Michael Haggerty
2014-02-28tag: support --sort=<spec>Nguyễn Thái Ngọc Duy
2014-02-28Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-02-28Merge branch 'nd/reset-intent-to-add'Junio C Hamano
2014-02-28Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano
2014-02-28Merge branch 'bk/refresh-missing-ok-in-merge-recursive'Junio C Hamano
2014-02-28Merge branch 'kb/fast-hashmap'Junio C Hamano
2014-02-25sha1_file.c: document a bunch of functions defined in the fileMichael Haggerty
2014-02-25name-hash: retire unused index_name_exists()Eric Sunshine
2014-02-25pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2014-02-25read-cache.c: extend make_cache_entry refresh flag with optionsBrad King
2014-02-25read-cache.c: refactor --ignore-missing implementationBrad King
2014-02-24date: check date overflow against time_tJeff King
2014-02-24sha1_file_name(): declare to return a const stringMichael Haggerty
2014-02-21rename read_replace_refs to check_replace_refsMichael Haggerty
2014-02-19config: teach "git config --file -" to read from the standard inputKirill A. Shutemov
2014-02-19config: change git_config_with_options() interfaceKirill A. Shutemov
2014-02-10daemon: move daemonize() to libgit.aNguyễn Thái Ngọc Duy
2014-02-06reset: support "--mixed --intent-to-add" modeNguyễn Thái Ngọc Duy
2014-01-27Merge branch 'mh/safe-create-leading-directories'Junio C Hamano
2014-01-27Merge branch 'mh/retire-ref-fetch-rules'Junio C Hamano
2014-01-18Merge branch 'nd/shallow-clone'Junio C Hamano
2014-01-15refname_match(): always use the rules in ref_rev_parse_rulesMichael Haggerty
2014-01-10Merge branch 'jk/oi-delta-base'Junio C Hamano
2014-01-06safe_create_leading_directories(): add new error value SCLD_VANISHEDMichael Haggerty
2014-01-06safe_create_leading_directories(): introduce enum for return valuesMichael Haggerty
2013-12-26sha1_object_info_extended: provide delta base sha1sJeff King
2013-12-12sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder
2013-12-12sha1_file.c: add lookup_replace_object_extended() to pass flagsChristian Couder
2013-12-12rename READ_SHA1_FILE_REPLACE flag to LOOKUP_REPLACE_OBJECTChristian Couder
2013-12-11add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy
2013-12-11shallow.c: the 8 steps to select new commits for .git/shallowNguyễn Thái Ngọc Duy
2013-11-19remove old hash.[ch] implementationKarsten Blees
2013-11-19name-hash.c: remove cache entries instead of marking them CE_UNHASHEDKarsten Blees
2013-11-19name-hash.c: use new hash map implementation for cache entriesKarsten Blees
2013-11-19name-hash.c: use new hash map implementation for directoriesKarsten Blees
2013-11-08Merge branch 'jc/upload-pack-send-symref' into maintJunio C Hamano
2013-11-01Merge branch 'sb/refs-code-cleanup'Junio C Hamano
2013-10-30Merge branch 'nd/lift-path-max'Junio C Hamano
2013-10-28Merge branch 'jx/relative-path-regression-fix'Junio C Hamano
2013-10-28Merge branch 'jk/format-patch-from' into maintJunio C Hamano