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
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-13commit: fix "author_ident" leakJunio 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-04-14revisions API: have release_revisions() release "mailmap"Ævar Arnfjörð Bjarmason
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-03-08hooks: fix an obscure TOCTOU "did we just run a hook?" raceÆvar Arnfjörð Bjarmason
2022-02-26Merge branch 'ab/date-mode-release'Junio C Hamano
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason
2022-02-05i18n: factorize more 'incompatible options' messagesJean-Noël Avila
2022-01-06i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila
2022-01-06i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila
2022-01-06i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-09-27hook.c users: use "hook_exists()" instead of "find_hook()"Ævar Arnfjörð Bjarmason
2021-09-27hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason
2021-09-10Merge branch 'ab/retire-advice-config'Junio C Hamano
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-08-15commit: restore --edit when combined with --fixupJoel Klinghed
2021-08-04Merge branch 'ds/commit-and-checkout-with-sparse-index'Junio C Hamano
2021-07-28Merge branch 'ds/status-with-sparse-index'Junio C Hamano
2021-07-15commit: integrate with sparse-indexDerrick Stolee
2021-07-14status: use sparse-index throughoutDerrick Stolee
2021-07-09commit: remove irrelavent prompt on `--allow-empty-message`Hu Jialun
2021-07-09commit: reorganise commit hint stringsHu Jialun
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-14commit: ensure full indexDerrick Stolee
2021-04-08Merge branch 'zh/commit-trailer'Junio C Hamano
2021-03-27Merge branch 'cm/rebase-i-fixup-amend-reword'Junio C Hamano
2021-03-23commit: add --trailer optionZheNing Hu
2021-03-16commit: add a reword suboption to --fixupCharvi Mendiratta
2021-03-16commit: add amend suboption to --fixup to create amend! commitCharvi Mendiratta
2021-01-13shortlog: remove unused(?) "repo-abbrev" featureÆvar Arnfjörð Bjarmason
2020-10-20Documentation: stylistically normalize references to Signed-off-by:Bradley M. Kuhn
2020-09-30drop unused argc parametersJeff King
2020-09-26Merge branch 'ds/maintenance-part-1'Junio C Hamano
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee
2020-09-03Merge branch 'pw/rebase-i-more-options'Junio C Hamano
2020-08-21builtin/commit: suggest update-ref for pseudoref removalHan-Wen Nienhuys
2020-08-17am: stop exporting GIT_COMMITTER_DATEPhillip Wood
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29strvec: convert builtin/ callers away from argv_array nameJeff King
2020-05-13Merge branch 'jc/auto-gc-quiet'Junio C Hamano
2020-05-07auto-gc: pass --quiet down from am, commit, merge and rebaseJunio C Hamano
2020-05-06Merge branch 'dl/opt-callback-cleanup'Junio C Hamano
2020-05-01Merge branch 'ds/blame-on-bloom'Junio C Hamano
2020-04-30Merge branch 'dl/merge-autostash'Junio C Hamano
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-04-17tests: write commit-graph with Bloom filtersDerrick Stolee
2020-04-10merge: teach --autostash optionDenton Liu
2020-03-27Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano