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
2017-03-27Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson
2017-03-27Define new hash-size constants for allocating memorybrian m. carlson
2017-03-24Merge branch 'dl/credential-cache-socket-in-xdg-cache'Junio C Hamano
2017-03-22Merge branch 'jk/pack-name-cleanups'Junio C Hamano
2017-03-17Merge branch 'js/early-config'Junio C Hamano
2017-03-17Merge branch 'bc/sha1-header-selection-with-cpp-macros'Junio C Hamano
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano
2017-03-16odb_pack_keep(): stop generating keepfile nameJeff King
2017-03-16sha1_file.c: make pack-name helper globally accessibleJeff King
2017-03-16move odb_* declarations out of git-compat-util.hJeff King
2017-03-15hash.h: move SHA-1 implementation selection into a header filebrian m. carlson
2017-03-15Merge branch 'jk/interpret-branch-name'Junio C Hamano
2017-03-15setup: make read_early_config() reusableJohannes Schindelin
2017-03-15setup: introduce the discover_git_directory() functionJohannes Schindelin
2017-03-14path.c: add xdg_cache_homeDevin Lehmacher
2017-03-13Merge branch 'js/realpath-pathdup-fix'Junio C Hamano
2017-03-11Merge branch 'rj/remove-unused-mktemp'Junio C Hamano
2017-03-11Merge branch 'jk/parse-config-key-cleanup'Junio C Hamano
2017-03-09real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-03-02interpret_branch_name: allow callers to restrict expansionsJeff King
2017-03-02interpret_branch_name: move docstring to header fileJeff King
2017-03-02config: add git_config_get_expiry() from gc.cChristian Couder
2017-03-02sha1_file: make check_and_freshen_file() non staticChristian Couder
2017-03-02config: add git_config_get_max_percent_split_change()Christian Couder
2017-03-02config: add git_config_get_split_index()Christian Couder
2017-02-28wrapper.c: remove unused git_mkstemp() functionRamsay Jones
2017-02-28Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano
2017-02-25parse_config_key: allow matching single-level configJeff King
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson
2017-02-22sha1_file: introduce an nth_packed_object_oid functionbrian m. carlson
2017-02-20hex: introduce parse_oid_hexbrian m. carlson
2017-02-03Merge branch 'cw/log-updates-for-all-refs-really'Junio C Hamano
2017-02-03Merge branch 'sb/submodule-recursive-absorb'Junio C Hamano
2017-02-03Merge branch 'rs/absolute-pathdup'Junio C Hamano
2017-02-01Merge branch 'sb/in-core-index-doc' into maintJunio C Hamano
2017-02-01Merge branch 'sb/in-core-index-doc'Junio C Hamano
2017-02-01Merge branch 'jk/loose-object-fsck'Junio C Hamano
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig
2017-01-27abspath: add absolute_pathdup()René Scharfe
2017-01-26cache.h: expose the dying procedure for reading gitlinksStefan Beller
2017-01-26setup: add gentle version of resolve_git_dirStefan Beller
2017-01-24Merge branch 'bw/read-blob-data-does-not-modify-index-state'Junio C Hamano
2017-01-19cache.h: document add_[file_]to_indexStefan Beller
2017-01-19cache.h: document remove_index_entry_atStefan Beller
2017-01-19cache.h: document index_name_posStefan Beller
2017-01-19Merge branch 'bw/pathspec-cleanup'Junio C Hamano
2017-01-19Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-01-16sha1_file: add read_loose_object() functionJeff King
2017-01-12index: improve constness for reading blob dataBrandon Williams