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-02-06Sync with 2.32.6Johannes Schindelin
2023-02-06Git 2.32.6v2.32.6Johannes Schindelin
2023-02-06Sync with 2.31.7Johannes Schindelin
2023-02-06Git 2.31.7v2.31.7Johannes Schindelin
2023-02-06Sync with 2.30.8Johannes Schindelin
2023-02-06Git 2.30.8v2.30.8Junio C Hamano
2023-02-06Merge branch 'ps/apply-beyond-symlink' into maint-2.30Junio C Hamano
2023-02-06Merge branch 'tb/clone-local-symlinks' into maint-2.30Taylor Blau
2023-02-04apply: fix writing behind newly created symbolic linksPatrick Steinhardt
2023-01-25dir-iterator: prevent top-level symlinks without FOLLOW_SYMLINKSTaylor Blau
2023-01-25clone: delay picking a transport until after get_repo_path()Taylor Blau
2023-01-25t5619: demonstrate clone_local() with ambiguous transportTaylor Blau
2023-01-20Sync with maint-2.38Junio C Hamano
2023-01-20Sync with maint-2.37Junio C Hamano
2023-01-20Sync with maint-2.36Junio C Hamano
2023-01-20Sync with maint-2.35Junio C Hamano
2023-01-20Sync with maint-2.34Junio C Hamano
2023-01-20Sync with maint-2.33Junio C Hamano
2023-01-20Sync with maint-2.32Junio C Hamano
2023-01-20Sync with maint-2.31Junio C Hamano
2023-01-20Sync with maint-2.30Junio C Hamano
2023-01-20attr: adjust a mismatched data typeJohannes Schindelin
2023-01-19checkout: document -b/-B to highlight the differences from "git branch"Junio C Hamano
2023-01-19branch: document `-f` and linked worktree behaviourJunio C Hamano
2023-01-17http: support CURLOPT_PROTOCOLS_STRJeff King
2023-01-17http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King
2023-01-17http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King
2023-01-17attr: adjust a mismatched data typeJohannes Schindelin
2023-01-16fsck: document the new `gitattributes` message IDsJohannes Schindelin
2023-01-15ls-tree: remove dead store and strbuf for quote_c_style()René Scharfe
2023-01-15ls-tree: fix expansion of repeated %(path)René Scharfe
2023-01-13githooks: discuss Git operations in foreign repositoriesEric Sunshine
2023-01-13git-rebase.txt: add a note about 'ORIG_HEAD' being overwrittenPhilippe Blain
2023-01-13revisions.txt: be explicit about commands writing 'ORIG_HEAD'Philippe Blain
2023-01-13git-merge.txt: mention 'ORIG_HEAD' in the DescriptionPhilippe Blain
2023-01-13git-reset.txt: mention 'ORIG_HEAD' in the DescriptionPhilippe Blain
2023-01-13git-cherry-pick.txt: do not use 'ORIG_HEAD' in examplePhilippe Blain
2023-01-08use enhanced basic regular expressions on macOSRené Scharfe
2023-01-06diff: drop "name" parameter from prepare_temp_file()Jeff King
2023-01-06diff: clean up external-diff argv setupJeff King
2023-01-06diff: use filespec path to set up tempfiles for ext-diffJeff King
2023-01-05dir: check for single file cone patternsWilliam Sprent
2022-12-28bundle <cmd>: have usage_msg_opt() note the missing "<file>"Ævar Arnfjörð Bjarmason
2022-12-28builtin/bundle.c: remove superfluous "newargc" variableÆvar Arnfjörð Bjarmason
2022-12-25refs: fix corruption by not correctly syncing packed-refs to diskPatrick Steinhardt
2022-12-25bundle: don't segfault on "git bundle <subcmd>"Ævar Arnfjörð Bjarmason
2022-12-20ci (check-whitespace): move to actions/checkout@v3Chris. Webster
2022-12-20ci (check-whitespace): add links to job outputChris. Webster
2022-12-20ci (check-whitespace): suggest fixes for errorsChris. Webster
2022-12-20ci: only run win+VS build & tests in Git for Windows' forkJohannes Schindelin