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-09-20version: fix builtin linking & documentationVictoria Dye
2022-09-20Merge branch 'vd/scalar-to-main'Junio C Hamano
2022-09-13Merge branch 'ab/submodule-helper-prep'Junio C Hamano
2022-09-09Merge branch 'ab/retire-ppc-sha1'Junio C Hamano
2022-09-02scalar: include in standard Git build & installationVictoria Dye
2022-09-02submodule--helper: move "is-active" to a test-toolÆvar Arnfjörð Bjarmason
2022-09-01Merge branch 'ds/bundle-uri-clone'Junio C Hamano
2022-09-01Makefile: use $(OBJECTS) instead of $(C_OBJ)Ævar Arnfjörð Bjarmason
2022-09-01Makefile + hash.h: remove PPC_SHA1 implementationÆvar Arnfjörð Bjarmason
2022-08-30Merge branch 'mt/rot13-in-c'Junio C Hamano
2022-08-26Merge branch 'vd/scalar-generalize-diagnose'Junio C Hamano
2022-08-26Merge branch 'jk/pipe-command-nonblock'Junio C Hamano
2022-08-17compat: add function to enable nonblocking pipesJeff King
2022-08-15Merge branch 'ab/tech-docs-to-help'Junio C Hamano
2022-08-15t0021: implementation the rot13-filter.pl script in CMatheus Tavares
2022-08-12builtin/diagnose.c: create 'git diagnose' builtinVictoria Dye
2022-08-12scalar-diagnose: move functionality to common locationVictoria Dye
2022-08-11bundle-uri: create basic file-copy logicDerrick Stolee
2022-08-05git docs: add a category for user-facing file, repo and command UXÆvar Arnfjörð Bjarmason
2022-08-03Merge branch 'rs/mergesort'Junio C Hamano
2022-07-18Merge branch 'bc/nettle-sha256'Junio C Hamano
2022-07-18Merge branch 'ab/cocci-unused'Junio C Hamano
2022-07-18Merge branch 'ab/build-gitweb'Junio C Hamano
2022-07-18mergesort: remove llist_mergesort()René Scharfe
2022-07-11sha256: add support for Nettlebrian m. carlson
2022-07-06cocci: have "coccicheck{,-pending}" depend on "coccicheck-test"Ævar Arnfjörð Bjarmason
2022-07-06cocci: add a "coccicheck-test" target and test *.cocci rulesÆvar Arnfjörð Bjarmason
2022-07-06Makefile & .gitignore: ignore & clean "git.res", not "*.res"Ævar Arnfjörð Bjarmason
2022-07-06Makefile: remove mandatory "spatch" arguments from SPATCH_FLAGSÆvar Arnfjörð Bjarmason
2022-06-28gitweb/Makefile: add a "NO_GITWEB" parameterÆvar Arnfjörð Bjarmason
2022-06-28Makefile: build 'gitweb' in the default targetSZEDER Gábor
2022-06-28gitweb/Makefile: include in top-level MakefileÆvar Arnfjörð Bjarmason
2022-06-11Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano
2022-06-04Merge branch 'tb/cruft-packs'Junio C Hamano
2022-06-04Merge branch 'jx/l10n-workflow-change'Junio C Hamano
2022-05-27t/helper/hexdump: add helper to print hexdump of stdinJeff Hostetler
2022-05-27fsmonitor--daemon: stub in health threadJeff Hostetler
2022-05-27fsmonitor-settings: stub in Win32-specific incompatibility checkingJeff Hostetler
2022-05-27t/helper: add 'pack-mtimes' test-toolTaylor Blau
2022-05-27pack-mtimes: support reading .mtimes filesTaylor Blau
2022-05-26Makefile: add "po-init" rule to initialize po/XX.poÆvar Arnfjörð Bjarmason
2022-05-26Makefile: add "po-update" rule to update po/XX.poJiang Xin
2022-05-26po/git.pot: don't check in result of "make pot"Ævar Arnfjörð Bjarmason
2022-05-26Makefile: remove duplicate and unwanted files in FOUND_SOURCE_FILESJiang Xin
2022-05-26i18n CI: stop allowing non-ASCII source messages in po/git.potÆvar Arnfjörð Bjarmason
2022-05-26Makefile: have "make pot" not "reset --hard"Ævar Arnfjörð Bjarmason
2022-05-26Makefile: generate "po/git.pot" from stable LOCALIZED_CJiang Xin
2022-05-26Makefile: sort source files before feeding to xgettextJiang Xin
2022-05-26Merge branch 'ep/coverage-report-wants-test-to-have-run'Junio C Hamano
2022-05-11Merge branch 'pw/test-malloc-with-sanitize-address'Junio C Hamano