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-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-06Merge branch 'ds/ahead-behind'Junio C Hamano
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-20for-each-ref: add ahead-behind format atomDerrick Stolee
2023-03-20Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano
2023-03-18Merge branch 'jc/gpg-lazy-init'Junio C Hamano
2023-03-07parse-options: consistently allocate memory in fix_filename()Jeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-10gpg-interface: lazily initialize and read the configurationJunio C Hamano
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
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-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason
2022-01-06i18n: tag.c factorize i18n stringsJean-Noël Avila
2022-01-06i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-10-21for-each-ref: delay parsing of --sort=<atom> optionsJunio C Hamano
2021-10-20ref-filter API user: add and use a ref_sorting_release()Ævar Arnfjörð Bjarmason
2021-10-20tag: use a "goto cleanup" pattern, leak less memoryÆvar Arnfjörð Bjarmason
2021-09-13parse-options API users: align usage output in C-stringsÆvar Arnfjörð Bjarmason
2021-09-08Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano
2021-08-26use xopen() to handle fatal open(2) failuresRené Scharfe
2021-07-26ref-filter: use non-const ref_format in *_atom_parser()ZheNing Hu
2021-04-20ref-filter: reuse output bufferZheNing Hu
2021-04-20ref-filter: get rid of show_ref_array_itemZheNing Hu
2021-02-26Merge branch 'js/params-vs-args'Junio C Hamano
2021-02-24replace "parameters" by "arguments" in error messagesJohannes Sixt
2021-02-23Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano
2021-02-11gpg-interface: improve interface for parsing tagsbrian m. carlson
2021-02-06Merge branch 'ph/use-delete-refs'Junio C Hamano
2021-01-22use delete_refs when deleting tags or branchesPhil Hord
2021-01-08ref-filter: move ref_sorting flags to a bitfieldÆvar Arnfjörð Bjarmason
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman
2020-05-09Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano
2020-05-04ref-filter: apply --ignore-case to all sorting keysJeff King
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-04-22Merge branch 'jk/oid-array-cleanups'Junio C Hamano
2020-03-30oid_array: rename source file from sha1-arrayJeff King
2020-03-05tag: use new advice API to check visibilityHeba Waly
2019-06-06tag: add tag.gpgSign config option to force all tags be GPG-signedTigran Mkrtchyan
2019-05-19Merge branch 'dl/warn-tagging-a-tag'Junio C Hamano
2019-05-09tag: fix typo in nested tagging hintDenton Liu
2019-05-08Merge branch 'dl/merge-cleanup-scissors-fix'Junio C Hamano
2019-05-08Merge branch 'dl/warn-tagging-a-tag'Junio C Hamano
2019-04-18parse-options.h: extract common --cleanup optionDenton Liu
2019-04-12tag: advise on nested tagsDenton Liu
2019-04-05tag: fix formattingDenton Liu