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-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Æ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 "commit.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-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-18Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-24notes: mark unused callback parametersJeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-11-16notes: avoid empty line in templateMichael J Gruber
2022-09-07notes, remote: show unknown subcommands between `'SZEDER Gábor
2022-09-07notes: simplify default operation mode arguments checkSZEDER Gábor
2022-08-19builtin/notes.c: let parse-options parse subcommandsSZEDER Gábor
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
2022-01-10Merge branch 'ab/usage-die-message'Junio C Hamano
2021-12-22Merge branch 'ak/protect-any-current-branch'Junio C Hamano
2021-12-08usage.c API users: use die_message() for error() + exit 128Ævar Arnfjörð Bjarmason
2021-12-02worktree: simplify find_shared_symref() memory ownership modelAnders Kaseorg
2021-11-26run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason
2021-08-26use xopen() to handle fatal open(2) failuresRené Scharfe
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-02-24replace "parameters" by "arguments" in error messagesJohannes Sixt
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-02-10strbuf: add and use strbuf_insertstr()René Scharfe
2019-10-18notes: fix minimum number of parameters to "copy" subcommandDoan Tran Cong Danh
2019-01-14notes-utils.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2019-01-05Merge branch 'nd/the-index'Junio C Hamano
2018-11-18Merge branch 'cb/notes-freeing-always-null-fix'Junio C Hamano
2018-11-13builtin/notes: remove unnecessary freeCarlo Marcelo Arenas Belón
2018-11-12notes-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-01Merge branch 'nd/use-opt-int-set-f'Junio C Hamano
2018-05-24Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-04-10Merge branch 'bc/object-id'Junio C Hamano
2018-03-14Merge branch 'nd/parseopt-completion'Junio C Hamano
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-14builtin/notes: convert static functions to object_idbrian m. carlson
2018-02-09completion: use __gitcomp_builtin in _git_notesNguyễn Thái Ngọc Duy
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara
2017-12-27Merge branch 'ot/pretty'Junio C Hamano
2017-12-12format: create pretty.h fileOlga Telezhnaya