summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-17Git 2.39.3v2.39.3Johannes Schindelin2-4/+10
2023-04-17Sync with 2.38.5Johannes Schindelin15-13/+191
2023-04-17Git 2.38.5v2.38.5Johannes Schindelin3-2/+10
2023-04-17Sync with 2.37.7Johannes Schindelin14-13/+183
2023-04-17Git 2.37.7v2.37.7Johannes Schindelin3-2/+9
2023-04-17Sync with 2.36.6Johannes Schindelin17-28/+189
2023-04-17Git 2.36.6v2.36.6Johannes Schindelin3-2/+9
2023-04-17Sync with 2.35.8Johannes Schindelin17-30/+184
2023-04-17Git 2.35.8v2.35.8Johannes Schindelin3-2/+9
2023-04-17Sync with 2.34.8Johannes Schindelin19-35/+221
2023-04-17Git 2.34.8v2.34.8Johannes Schindelin3-2/+9
2023-04-17Sync with 2.33.8Johannes Schindelin18-32/+211
2023-04-17Git 2.33.8v2.33.8Johannes Schindelin3-2/+9
2023-04-17Sync with 2.32.7Johannes Schindelin21-82/+285
2023-04-17Git 2.32.7v2.32.7Johannes Schindelin3-2/+9
2023-04-17Sync with 2.31.8Johannes Schindelin21-98/+291
2023-04-17Git 2.31.8v2.31.8Johannes Schindelin3-2/+8
2023-04-17tests: avoid using `test_i18ncmp`Johannes Schindelin3-9/+9
2023-04-17Sync with 2.30.9Johannes Schindelin21-104/+291
2023-04-17Git 2.30.9v2.30.9Taylor Blau3-2/+45
2023-04-17Merge branch 'tb/config-copy-or-rename-in-file-injection'Taylor Blau2-11/+55
2023-04-17Merge branch 'avoid-using-uninitialized-gettext'Johannes Schindelin2-1/+10
2023-04-17Merge branch 'js/apply-overwrite-rej-symlink-if-exists' into maint-2.30Junio C Hamano2-2/+27
2023-04-17config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau2-0/+23
2023-04-17config.c: avoid integer truncation in `copy_or_rename_section_in_file()`Taylor Blau1-5/+5
2023-04-17config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau2-8/+9
2023-04-17gettext: avoid using gettext if the locale dir is not presentJohannes Schindelin2-1/+10
2023-04-17t1300: demonstrate failure when renaming sections with long linesTaylor Blau1-0/+20
2023-04-17apply --reject: overwrite existing `.rej` symlink if it existsJohannes Schindelin2-2/+27
2023-04-17Merge branch 'js/gettext-poison-fixes'Johannes Schindelin5-9/+9
2023-04-17Merge branch 'ds/github-actions-use-newer-ubuntu'Junio C Hamano1-1/+1
2023-04-17ci: update 'static-analysis' to Ubuntu 22.04Derrick Stolee1-1/+1
2023-03-23Makefile: force -O0 when compiling with SANITIZE=leakJeff King1-0/+1
2023-03-22Merge branch 'backport/jk/range-diff-fixes'Junio C Hamano1-16/+13
2023-03-22Merge branch 'backport/jk/curl-avoid-deprecated-api' into maint-2.30Junio C Hamano5-50/+81
2023-03-22Merge branch 'backport/jx/ci-ubuntu-fix' into maint-2.30Junio C Hamano3-16/+17
2023-03-22Merge branch 'backport/jc/http-clear-finished-pointer' into maint-2.30Junio C Hamano1-0/+26
2023-03-22Merge branch 'backport/js/ci-gcc-12-fixes'Junio C Hamano3-1/+11
2023-03-22http.c: clear the 'finished' member once we are done with itJunio C Hamano1-0/+26
2023-03-22clone.c: avoid "exceeds maximum object size" error with GCC v12.xJohannes Schindelin1-0/+9
2023-03-12t5604: GETTEXT_POISON fix, conclusionJohannes Schindelin1-1/+1
2023-03-12t5604: GETTEXT_POISON fix, part 1Johannes Schindelin1-1/+1
2023-03-12t5619: GETTEXT_POISON fixJohannes Schindelin1-1/+1
2023-03-12range-diff: use ssize_t for parsed "len" in read_patches()Jeff King1-1/+1
2023-03-12t0003: GETTEXT_POISON fix, conclusionJohannes Schindelin1-1/+1
2023-03-12range-diff: handle unterminated lines in read_patches()Jeff King1-14/+11
2023-03-12t0003: GETTEXT_POISON fix, part 1Johannes Schindelin1-4/+4
2023-03-12t0033: GETTEXT_POISON fixJohannes Schindelin1-1/+1
2023-03-12http: support CURLOPT_PROTOCOLS_STRJeff King1-13/+44
2023-03-12ci: install python on ubuntuJiang Xin2-4/+4
2023-03-12range-diff: drop useless "offset" variable from read_patches()Jeff King1-2/+2
2023-03-12http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King5-36/+36
2023-03-12http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King1-1/+1
2023-03-12nedmalloc: avoid new compile errorJohannes Schindelin1-1/+0
2023-03-12ci: use the same version of p4 on both Linux and macOSJiang Xin2-9/+10
2023-03-12ci: remove the pipe after "p4 -V" to catch errorsJiang Xin1-2/+2
2023-03-12github-actions: run gcc-8 on ubuntu-20.04 imageJiang Xin1-1/+1
2023-03-12compat/win32/syslog: fix use-after-reallocJohannes Schindelin1-0/+2
2023-02-14Prepare for 2.39.3 just in caseJunio C Hamano3-2/+60
2023-02-14Merge branch 'sk/remove-duplicate-includes' into maint-2.39Junio C Hamano3-3/+0
2023-02-14Merge branch 'rs/clarify-error-in-write-loose-object' into maint-2.39Junio C Hamano1-9/+2
2023-02-14Merge branch 'rs/reflog-expiry-cleanup' into maint-2.39Junio C Hamano1-1/+3
2023-02-14Merge branch 'rs/clear-commit-marks-cleanup' into maint-2.39Junio C Hamano1-2/+4
2023-02-14Merge branch 'rs/am-parse-options-cleanup' into maint-2.39Junio C Hamano1-1/+11
2023-02-14Merge branch 'jk/server-supports-v2-cleanup' into maint-2.39Junio C Hamano3-16/+20
2023-02-14Merge branch 'jk/unused-post-2.39' into maint-2.39Junio C Hamano30-108/+90
2023-02-14Merge branch 'rj/branch-copy-and-rename' into maint-2.39Junio C Hamano2-3/+13
2023-02-14Merge branch 'rs/t3920-crlf-eating-grep-fix' into maint-2.39Junio C Hamano1-1/+1
2023-02-14Merge branch 'js/t3920-shell-and-or-fix' into maint-2.39Junio C Hamano1-1/+1
2023-02-14Merge branch 'ab/t4023-avoid-losing-exit-status-of-diff' into maint-2.39Junio C Hamano1-6/+6
2023-02-14Merge branch 'ab/t7600-avoid-losing-exit-status-of-git' into maint-2.39Junio C Hamano1-1/+1
2023-02-14Merge branch 'ab/t5314-avoid-losing-exit-status' into maint-2.39Junio C Hamano1-7/+10
2023-02-14Merge branch 'rs/plug-pattern-list-leak-in-lof' into maint-2.39Junio C Hamano1-0/+1
2023-02-14Merge branch 'rs/t4205-do-not-exit-in-test-script' into maint-2.39Junio C Hamano1-1/+1
2023-02-14Merge branch 'jc/doc-checkout-b' into maint-2.39Junio C Hamano1-6/+8
2023-02-14Merge branch 'jc/doc-branch-update-checked-out-branch' into maint-2.39Junio C Hamano1-0/+4
2023-02-14Merge branch 'rs/ls-tree-path-expansion-fix' into maint-2.39Junio C Hamano2-8/+11
2023-02-14Merge branch 'pb/doc-orig-head' into maint-2.39Junio C Hamano5-4/+14
2023-02-14Merge branch 'es/hooks-and-local-env' into maint-2.39Junio C Hamano1-0/+12
2023-02-14Merge branch 'ws/single-file-cone' into maint-2.39Junio C Hamano2-1/+17
2023-02-14Merge branch 'jk/ext-diff-with-relative' into maint-2.39Junio C Hamano2-17/+42
2023-02-14Merge branch 'ab/bundle-wo-args' into maint-2.39Junio C Hamano2-5/+11
2023-02-14Merge branch 'ps/fsync-refs-fix' into maint-2.39Junio C Hamano1-1/+2
2023-02-14Merge branch 'lk/line-range-parsing-fix' into maint-2.39Junio C Hamano2-3/+26
2023-02-14Merge branch 'rs/use-enhanced-bre-on-macos' into maint-2.39Junio C Hamano4-0/+24
2023-02-14Merge branch 'jk/curl-avoid-deprecated-api' into maint-2.39Junio C Hamano0-0/+0
2023-02-14Merge branch 'jk/avoid-redef-system-functions' into maint-2.39Junio C Hamano0-0/+0
2023-02-14Merge branch 'jk/avoid-redef-system-functions-2.30' into maint-2.39Junio C Hamano1-5/+12
2023-02-14Merge branch 'tb/ci-concurrency' into maint-2.39Junio C Hamano3-2/+50
2023-02-14Merge branch 'cw/ci-whitespace' into maint-2.39Junio C Hamano1-11/+46
2023-02-14Merge branch 'js/ci-disable-cmake-by-default' into maint-2.39Junio C Hamano1-1/+1
2023-02-06Git 2.39.2v2.39.2Johannes Schindelin3-2/+9
2023-02-06Sync with 2.38.4Johannes Schindelin23-53/+425
2023-02-06Git 2.38.4v2.38.4Johannes Schindelin3-2/+9
2023-02-06Sync with 2.37.6Johannes Schindelin22-53/+418
2023-02-06Git 2.37.6v2.37.6Johannes Schindelin3-2/+9
2023-02-06Sync with 2.36.5Johannes Schindelin21-53/+411
2023-02-06Git 2.36.5v2.36.5Johannes Schindelin3-2/+9
2023-02-06Sync with 2.35.7Johannes Schindelin20-53/+404
2023-02-06Git 2.35.7v2.35.7Johannes Schindelin3-2/+9
2023-02-06Sync with 2.34.7Johannes Schindelin19-53/+397
2023-02-06Git 2.34.7v2.34.7Johannes Schindelin3-2/+9
2023-02-06Sync with 2.33.7Johannes Schindelin12-9/+309
2023-02-06Merge branch 'jk/curl-avoid-deprecated-api'Junio C Hamano6-44/+81
2023-02-06http: support CURLOPT_PROTOCOLS_STRJeff King2-13/+54
2023-02-06http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King5-30/+26
2023-02-06http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King1-1/+1
2023-02-06Git 2.33.7v2.33.7Johannes Schindelin3-2/+9
2023-02-06Sync with 2.32.6Johannes Schindelin11-9/+302
2023-02-06Git 2.32.6v2.32.6Johannes Schindelin3-2/+8
2023-02-06Sync with 2.31.7Johannes Schindelin10-9/+296
2023-02-06Git 2.31.7v2.31.7Johannes Schindelin3-2/+8
2023-02-06Sync with 2.30.8Johannes Schindelin9-9/+290
2023-02-06Git 2.30.8v2.30.8Junio C Hamano3-2/+54
2023-02-06Merge branch 'ps/apply-beyond-symlink' into maint-2.30Junio C Hamano2-0/+108
2023-02-06Merge branch 'tb/clone-local-symlinks' into maint-2.30Taylor Blau6-9/+130
2023-02-03apply: fix writing behind newly created symbolic linksPatrick Steinhardt2-0/+108
2023-01-24dir-iterator: prevent top-level symlinks without FOLLOW_SYMLINKSTaylor Blau4-5/+56
2023-01-24clone: delay picking a transport until after get_repo_path()Taylor Blau2-8/+15
2023-01-24t5619: demonstrate clone_local() with ambiguous transportTaylor Blau1-0/+63
2023-01-19Sync with maint-2.38Junio C Hamano0-0/+0
2023-01-19Sync with maint-2.37Junio C Hamano1-1/+1
2023-01-19Sync with maint-2.36Junio C Hamano1-1/+1
2023-01-19Sync with maint-2.35Junio C Hamano1-1/+1
2023-01-19Sync with maint-2.34Junio C Hamano1-1/+1
2023-01-19Sync with maint-2.33Junio C Hamano1-1/+1
2023-01-19Sync with maint-2.32Junio C Hamano1-1/+1
2023-01-19Sync with maint-2.31Junio C Hamano1-1/+1
2023-01-19Sync with maint-2.30Junio C Hamano1-1/+1
2023-01-19attr: adjust a mismatched data typeJohannes Schindelin1-1/+1
2023-01-19checkout: document -b/-B to highlight the differences from "git branch"Junio C Hamano1-6/+8
2023-01-18branch: document `-f` and linked worktree behaviourJunio C Hamano1-0/+4
2023-01-17http: support CURLOPT_PROTOCOLS_STRJeff King2-13/+54
2023-01-17http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King5-30/+26
2023-01-17http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King1-1/+1
2023-01-17attr: adjust a mismatched data typeJohannes Schindelin1-1/+1
2023-01-16fsck: document the new `gitattributes` message IDsJohannes Schindelin1-0/+12
2023-01-14ls-tree: remove dead store and strbuf for quote_c_style()René Scharfe1-5/+2
2023-01-14ls-tree: fix expansion of repeated %(path)René Scharfe2-3/+9
2023-01-13githooks: discuss Git operations in foreign repositoriesEric Sunshine1-0/+12
2023-01-13git-rebase.txt: add a note about 'ORIG_HEAD' being overwrittenPhilippe Blain1-0/+7
2023-01-13revisions.txt: be explicit about commands writing 'ORIG_HEAD'Philippe Blain1-1/+2
2023-01-13git-merge.txt: mention 'ORIG_HEAD' in the DescriptionPhilippe Blain1-1/+2
2023-01-13git-reset.txt: mention 'ORIG_HEAD' in the DescriptionPhilippe Blain1-1/+2
2023-01-13git-cherry-pick.txt: do not use 'ORIG_HEAD' in examplePhilippe Blain1-1/+1
2023-01-08use enhanced basic regular expressions on macOSRené Scharfe4-0/+24
2023-01-06diff: drop "name" parameter from prepare_temp_file()Jeff King1-11/+10
2023-01-06diff: clean up external-diff argv setupJeff King1-6/+3
2023-01-06diff: use filespec path to set up tempfiles for ext-diffJeff King2-1/+30
2023-01-05dir: check for single file cone patternsWilliam Sprent2-1/+17
2022-12-28bundle <cmd>: have usage_msg_opt() note the missing "<file>"Ævar Arnfjörð Bjarmason1-1/+1
2022-12-28builtin/bundle.c: remove superfluous "newargc" variableÆvar Arnfjörð Bjarmason1-4/+3
2022-12-25refs: fix corruption by not correctly syncing packed-refs to diskPatrick Steinhardt1-1/+2
2022-12-25bundle: don't segfault on "git bundle <subcmd>"Ævar Arnfjörð Bjarmason2-1/+8
2022-12-20ci (check-whitespace): move to actions/checkout@v3Chris. Webster1-1/+1
2022-12-20ci (check-whitespace): add links to job outputChris. Webster1-9/+25
2022-12-20ci (check-whitespace): suggest fixes for errorsChris. Webster1-9/+28
2022-12-20ci: only run win+VS build & tests in Git for Windows' forkJohannes Schindelin1-1/+1
2022-12-20line-range: fix infinite loop bug with '$' regexLars Kellogg-Stedman2-3/+26
2022-12-15git: remove duplicate includesSeija Kijin3-3/+0
2022-12-14object-file: inline write_buffer()René Scharfe1-9/+2
2022-12-13userdiff: mark unused parameter in internal callbackJeff King1-1/+2
2022-12-13list-objects-filter: mark unused parameters in virtual functionsJeff King1-15/+15
2022-12-13diff: mark unused parameters in callbacksJeff King15-30/+41
2022-12-13xdiff: mark unused parameter in xdl_call_hunk_func()Jeff King1-1/+1
2022-12-13xdiff: drop unused parameter in def_ff()Jeff King1-2/+2
2022-12-13ws: drop unused parameter from ws_blank_line()Jeff King4-10/+9
2022-12-13list-objects: drop process_gitlink() functionJeff King1-32/+1
2022-12-13blob: drop unused parts of parse_blob_buffer()Jeff King3-7/+4
2022-12-13ls-refs: use repository parameter to iterate refsJeff King4-10/+15
2022-12-13server_supports_v2(): use a separate function for die_on_errorJeff King3-16/+20
2022-12-13am: don't pass strvec to apply_parse_options()René Scharfe1-1/+11
2022-12-13commit: skip already cleared parents in clear_commit_marks_1()René Scharfe1-2/+4
2022-12-13reflog: clear leftovers in reflog_expiry_cleanup()René Scharfe1-1/+3
2022-12-13Git 2.39.1v2.39.1Junio C Hamano3-2/+7
2022-12-13Sync with 2.38.3Junio C Hamano21-125/+567
2022-12-13Git 2.38.3v2.38.3Junio C Hamano3-2/+7
2022-12-13Sync with Git 2.37.5Junio C Hamano20-125/+562
2022-12-13Git 2.37.5v2.37.5Junio C Hamano3-2/+7
2022-12-13Merge branch 'maint-2.36' into maint-2.37Junio C Hamano19-125/+557
2022-12-13Git 2.36.4v2.36.4Junio C Hamano3-2/+7
2022-12-13Merge branch 'maint-2.35' into maint-2.36Junio C Hamano18-125/+552
2022-12-13Git 2.35.6v2.35.6Junio C Hamano3-2/+7
2022-12-13Merge branch 'maint-2.34' into maint-2.35Junio C Hamano17-125/+547
2022-12-13Git 2.34.6v2.34.6Junio C Hamano3-2/+7
2022-12-13Merge branch 'maint-2.33' into maint-2.34Junio C Hamano17-125/+546
2022-12-13Git 2.33.6v2.33.6Junio C Hamano3-2/+7
2022-12-13Sync with Git 2.32.5Junio C Hamano16-125/+541
2022-12-13Git 2.32.5v2.32.5Junio C Hamano3-2/+10
2022-12-13Merge branch 'ps/attr-limits-with-fsck' into maint-2.32Junio C Hamano3-43/+130
2022-12-13Sync with Git 2.31.6Junio C Hamano12-82/+403
2022-12-13Git 2.31.6v2.31.6Junio C Hamano3-2/+7
2022-12-13Sync with Git 2.30.7Junio C Hamano11-82/+402
2022-12-13Git 2.30.7v2.30.7Junio C Hamano3-2/+88
2022-12-12Git 2.39v2.39.0Junio C Hamano1-1/+1
2022-12-12Merge tag 'l10n-2.39.0-rnd1' of https://github.com/git-l10n/git-poJunio C Hamano9-3717/+5514
2022-12-11Sync with Git 2.38.2Junio C Hamano1-0/+7
2022-12-11Git 2.38.2v2.38.2Junio C Hamano2-1/+8
2022-12-11l10n: zh_TW.po: Git 2.39-rc2pan934121-921/+1240
2022-12-10ci: use a newer `github-script` versionJohannes Schindelin1-3/+3