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
2023-07-14count-objects: mark unused parameter in alternates callbackJeff King
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24for_each_object: mark unused callback parametersJeff King
2022-02-05i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila
2018-11-13rename "alternate_object_database" to "object_directory"Jeff King
2018-08-21treewide: use get_all_packsDerrick Stolee
2018-05-02packfile: convert has_sha1_pack to object_idbrian m. carlson
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller
2017-08-24pack: move open_pack_index(), parse_pack_index()Jonathan Tan
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson
2016-10-10alternates: use fspathcmp to detect duplicatesJeff King
2016-10-10count-objects: report alternates via verbose modeJeff King
2015-08-17prepare_packed_git(): refactor garbage reporting in pack directoryJunio C Hamano
2014-12-01count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy
2014-10-16count-objects: use for_each_loose_file_in_objdirJeff King
2014-10-16count-objects: do not use xsize_t when counting object sizeJeff King
2013-04-11count-objects: add -H option to humanize sizesAntoine Pelisse
2013-02-15count-objects: report how much disk space taken by garbage filesNguyễn Thái Ngọc Duy
2013-02-15count-objects: report garbage files in pack directory tooNguyễn Thái Ngọc Duy
2012-08-20i18n: count-objects: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2010-11-15add description parameter to OPT__VERBOSERené Scharfe
2010-02-23Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds