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-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-06-21mktree: do not check type of remote objectsRichard Oliver
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-02-26object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-05i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila
2021-06-09builtins + test helpers: use return instead of exit() in cmd_*Ævar Arnfjörð Bjarmason
2019-05-13mktree: drop unused length parameterJeff King
2018-10-15builtin/mktree: remove hard-coded constantbrian m. carlson
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-14builtin/mktree: convert to struct object_idbrian m. carlson
2018-03-07Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-15object: rename function 'typename' to 'type_name'Brandon Williams
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara
2017-05-08mktree: plug memory leaks reported by CoverityJohannes Schindelin
2016-09-30use QSORTRené Scharfe
2016-02-27Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-23convert trivial cases to FLEX_ARRAY macrosJeff King
2016-01-15mktree: there are only two possible line terminationsJunio C Hamano
2014-03-04builtin/mktree.c: use ALLOC_GROW() in append_to_tree()Dmitry S. Dolzhenko
2012-08-20i18n: mktree: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-11-10Merge "Move 'builtin-*' into a 'builtin/' subdirectory"Junio C Hamano
2010-02-23Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds