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-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-02-23Merge branch 'ab/the-index-compatibility'Junio C Hamano
2023-02-16Merge branch 'rs/size-t-fixes'Junio C Hamano
2023-02-10cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason
2023-02-10cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason
2023-02-10cocci & cache.h: fully apply "active_nr" part of index-compatibilityÆvar Arnfjörð Bjarmason
2023-02-07read-cache: use size_t for {base,df}_name_compare()René Scharfe
2023-01-18treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason
2023-01-05Merge branch 'ab/no-more-git-global-super-prefix'Junio C Hamano
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason
2022-12-13ws: drop unused parameter from ws_blank_line()Jeff King
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason
2022-11-21cache.h: remove unused "the_index" compat macrosÆvar Arnfjörð Bjarmason
2022-08-30Merge branch 'ds/decorate-filter-tweak'Junio C Hamano
2022-08-18Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano
2022-08-15Merge branch 'ab/tech-docs-to-help'Junio C Hamano
2022-08-08cache.h: create 'index_name_pos_sparse()'Victoria Dye
2022-08-06refs: use ref_namespaces for replace refs baseDerrick Stolee
2022-08-05docs: move pack format docs to man section 5Ævar Arnfjörð Bjarmason
2022-07-18ident: rename commit_rewrite_person() to apply_mailmap_to_header()Siddharth Asthana
2022-07-18ident: move commit_rewrite_person() to ident.cSiddharth Asthana
2022-06-04Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano
2022-06-04Merge branch 'ns/batch-fsync'Junio C Hamano
2022-05-23sparse-index: introduce partially-sparse indexesDerrick Stolee
2022-05-04Merge branch 'ds/midx-normalize-pathname-before-comparison'Junio C Hamano
2022-04-25cache: use const char * for get_object_directory()Derrick Stolee
2022-04-06core.fsync: use batch mode and sync loose objects by default on WindowsNeeraj Singh
2022-04-06core.fsyncmethod: batched disk flushes for loose-objectsNeeraj Singh
2022-04-06Merge branch 'ns/core-fsyncmethod' into ns/batch-fsyncJunio C Hamano
2022-04-04Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano
2022-04-04Merge branch 'ns/core-fsyncmethod'Junio C Hamano
2022-03-30core.fsync: fix incorrect expression for default configurationNeeraj Singh
2022-03-26Merge branch 'ps/fsync-refs'Junio C Hamano
2022-03-26Merge branch 'ns/core-fsyncmethod'Junio C Hamano
2022-03-26fsmonitor: config settings are repository-specificJeff Hostetler
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-03-15core.fsync: new option to harden referencesPatrick Steinhardt
2022-03-15Merge branch 'ns/core-fsyncmethod' into ps/fsync-refsJunio C Hamano
2022-03-15core.fsync: documentation and user-friendly aggregate optionsNeeraj Singh
2022-03-11core.fsync: new option to harden the indexNeeraj Singh
2022-03-11core.fsync: introduce granular fsync control infrastructureNeeraj Singh
2022-03-11core.fsyncmethod: add writeout-only modeNeeraj Singh
2022-03-10Merge branch 'en/present-despite-skipped'Junio C Hamano
2022-03-02repo_read_index: add config to expect files outside sparse patternsElijah Newren