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-28Merge branch 'jk/pack-name-cleanups' into maintJunio C Hamano
2017-03-22Merge branch 'rs/sha1-file-plug-fallback-base-leak' into maintJunio C Hamano
2017-03-16sha1_file.c: make pack-name helper globally accessibleJeff King
2017-02-27sha1_file: release fallback base's memory in unpack_entry()René Scharfe
2017-02-01Merge branch 'jk/clear-delta-base-cache-fix'Junio C Hamano
2017-02-01Merge branch 'jk/loose-object-fsck'Junio C Hamano
2017-01-19clear_delta_base_cache(): don't modify hashmap while iteratingJeff King
2017-01-19Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-01-18Merge branch 'jk/quote-env-path-list-component' into maintJunio C Hamano
2017-01-16fsck: detect trailing garbage in all object typesJeff King
2017-01-16sha1_file: add read_loose_object() functionJeff King
2017-01-16sha1_file: fix error message for alternate objectsJeff King
2017-01-11Merge branch 'jc/git-open-cloexec'Junio C Hamano
2016-12-22Merge branch 'jk/quote-env-path-list-component'Junio C Hamano
2016-12-13real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams
2016-12-13alternates: accept double-quoted pathsJeff King
2016-11-11Merge branch 'jk/alt-odb-cleanup'Junio C Hamano
2016-11-08alternates: re-allow relative paths from environmentJeff King
2016-11-03sha1_file: stop opening files with O_NOATIMEJunio C Hamano
2016-11-03git_open_cloexec(): use fcntl(2) w/ FD_CLOEXEC fallbackJunio C Hamano
2016-10-31Merge branch 'ls/git-open-cloexec'Junio C Hamano
2016-10-28Merge branch 'jk/fetch-quick-tag-following' into maintJunio C Hamano
2016-10-28git_open(): untangle possible NOATIME and CLOEXEC interactionsJunio C Hamano
2016-10-28Merge branch 'jk/abbrev-auto'Junio C Hamano
2016-10-26Merge branch 'jk/fetch-quick-tag-following'Junio C Hamano
2016-10-25sha1_file: open window into packfiles with O_CLOEXECLars Schneider
2016-10-25sha1_file: rename git_open_noatime() to git_open()Lars Schneider
2016-10-17Merge branch 'jk/alt-odb-cleanup'Junio C Hamano
2016-10-14fetch: use "quick" has_sha1_file for tag followingJeff King
2016-10-12Merge branch 'jc/verify-loose-object-header' into maintJunio C Hamano
2016-10-11Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano
2016-10-10alternates: use fspathcmp to detect duplicatesJeff King
2016-10-10sha1_file: always allow relative paths to alternatesJeff King
2016-10-10fill_sha1_file: write into a strbufJeff King
2016-10-10alternates: store scratch buffer as strbufJeff King
2016-10-10fill_sha1_file: write "boring" charactersJeff King
2016-10-10alternates: use a separate scratch spaceJeff King
2016-10-10alternates: encapsulate alt->base mungingJeff King
2016-10-10alternates: provide helper for allocating alternateJeff King
2016-10-10alternates: provide helper for adding to alternates listJeff King
2016-10-10link_alt_odb_entry: refactor string handlingJeff King
2016-10-10link_alt_odb_entry: handle normalize_path errorsJeff King
2016-10-04find_unique_abbrev: move logic out of get_short_sha1()Jeff King
2016-10-03Merge branch 'jc/verify-loose-object-header'Junio C Hamano
2016-09-26unpack_sha1_header(): detect malformed object headerJunio C Hamano
2016-09-22Merge branch 'rs/pack-sort-with-llist-mergesort'Junio C Hamano
2016-09-22Merge branch 'jk/delta-base-cache'Junio C Hamano
2016-09-14sha1_file: use llist_mergesort() for sorting packsRené Scharfe
2016-09-13Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano
2016-09-12add_delta_base_cache: use list_for_each_safeJeff King