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-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-12-13diff: mark unused parameters in callbacksJeff King
2022-07-12Merge branch 'rs/combine-diff-with-incompatible-options'Junio C Hamano
2022-06-21combine-diff: abort if --output is givenRené Scharfe
2022-06-21combine-diff: abort if --ignore-matching-lines is givenRené Scharfe
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2021-07-14Merge branch 'ab/pickaxe-pcre2'Junio C Hamano
2021-05-11xdiff-interface: prepare for allowing early returnÆvar Arnfjörð Bjarmason
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-10-06Merge branch 'jk/diff-cc-oidfind-fix'Junio C Hamano
2020-09-30combine-diff: handle --find-object in multitree code pathJeff King
2020-09-29diff: get rid of redundant 'dense' argumentSergey Organov
2020-03-30oid_array: rename source file from sha1-arrayJeff King
2019-08-20combine-diff: replace GIT_SHA1_HEXSZ with the_hash_algobrian m. carlson
2019-03-07Merge branch 'en/combined-all-paths'Junio C Hamano
2019-02-08log,diff-tree: add --combined-all-paths optionElijah Newren
2019-02-06Merge branch 'jk/diff-cc-stat-fixes'Junio C Hamano
2019-01-24combine-diff: treat --dirstat like --statJeff King
2019-01-24combine-diff: treat --summary like --statJeff King
2019-01-24combine-diff: treat --shortstat like --statJeff King
2019-01-24combine-diff: factor out stat-format maskJeff King
2019-01-05Merge branch 'nd/the-index'Junio C Hamano
2018-11-13Merge branch 'jk/xdiff-interface'Junio C Hamano
2018-11-12notes-cache.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-05combine-diff: use an xdiff hunk callbackJeff King
2018-11-02xdiff-interface: provide a separate consume callback for hunksJeff King
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-21diff.c: remove the_index dependency in textconv() functionsNguyễn Thái Ngọc Duy
2018-09-21combine-diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson
2018-03-07Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-22combine-diff: rename 'new' variablesBrandon Williams