summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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.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
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-09fsck: implement checks for gitattributesPatrick Steinhardt3-1/+73
2022-12-09fsck: move checks for gitattributesPatrick Steinhardt1-5/+7
2022-12-09fsck: pull out function to check a set of blobsPatrick Steinhardt1-12/+22
2022-12-09fsck: refactor `fsck_blob()` to allow for more checksPatrick Steinhardt1-26/+29
2022-12-09Merge branch 'ps/attr-limits' into maint-2.32Junio C Hamano3-35/+127
2022-12-09Merge branch 'ps/attr-limits' into maint-2.30Junio C Hamano3-36/+132
2022-12-09Merge branch 'ps/format-padding-fix' into maint-2.30Junio C Hamano7-47/+185
2022-12-09pretty: restrict input lengths for padding and wrapping formatsPatrick Steinhardt2-9/+41
2022-12-09utf8: refactor `strbuf_utf8_replace` to not rely on preallocated bufferPatrick Steinhardt1-21/+13
2022-12-09utf8: fix checking for glyph width in `strbuf_utf8_replace()`Patrick Steinhardt2-5/+21
2022-12-09utf8: fix overflow when returning string widthPatrick Steinhardt2-3/+17
2022-12-09utf8: fix returning negative string widthPatrick Steinhardt2-2/+12
2022-12-09utf8: fix truncated string lengths in `utf8_strnwidth()`Patrick Steinhardt4-9/+7
2022-12-09pretty: fix integer overflow in wrapping formatPatrick Steinhardt3-1/+23
2022-12-09pretty: fix adding linefeed when placeholder is not expandedPatrick Steinhardt2-1/+21
2022-12-09pretty: fix out-of-bounds read when parsing invalid padding formatPatrick Steinhardt2-1/+7
2022-12-09pretty: fix out-of-bounds read when left-flushing with stealingPatrick Steinhardt2-1/+7
2022-12-09pretty: fix out-of-bounds write caused by integer overflowPatrick Steinhardt2-5/+23
2022-12-09test-lib: add prerequisite for 64-bit platformsCarlo Marcelo Arenas Belón1-0/+4
2022-12-05attr: ignore overly large gitattributes filesPatrick Steinhardt3-2/+45
2022-12-05attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt3-2/+34
2022-12-05attr: fix silently splitting up lines longer than 2048 bytesPatrick Steinhardt2-6/+28
2022-12-05attr: harden allocation against integer overflowsPatrick Steinhardt1-4/+3
2022-12-05attr: fix integer overflow with more than INT_MAX macrosPatrick Steinhardt1-5/+5
2022-12-05attr: fix out-of-bounds read with unreasonable amount of patternsPatrick Steinhardt1-9/+9
2022-12-05attr: fix out-of-bounds write when parsing huge number of attributesPatrick Steinhardt1-8/+8
2022-12-05attr: fix integer overflow when parsing huge attribute namesPatrick Steinhardt1-1/+1
2022-12-05attr: fix out-of-bounds read with huge attribute namesPatrick Steinhardt1-1/+1
2022-12-05attr: fix overflow when upserting attribute with overly long namePatrick Steinhardt1-1/+1
2022-10-06Git 2.33.5v2.33.5Taylor Blau3-2/+7
2022-10-06Sync with 2.32.4Taylor Blau63-60/+291
2022-10-06Git 2.32.4v2.32.4Taylor Blau2-1/+6
2022-10-06Sync with 2.31.5Taylor Blau61-61/+282
2022-10-06Git 2.31.5v2.31.5Taylor Blau2-1/+6
2022-10-06Sync with 2.30.6Taylor Blau60-61/+277
2022-10-06Git 2.30.6v2.30.6Taylor Blau3-2/+62
2022-10-01t2080: prepare for changing protocol.file.allowTaylor Blau1-0/+3
2022-10-01t1092: prepare for changing protocol.file.allowTaylor Blau1-0/+2
2022-10-01alias.c: reject too-long cmdline strings in split_cmdline()Kevin Backhouse1-2/+9
2022-10-01shell: limit size of interactive commandsJeff King2-4/+36
2022-10-01shell: add basic testsJeff King1-0/+31
2022-10-01transport: make `protocol.file.allow` be "user" by defaultTaylor Blau2-5/+4
2022-10-01t/t9NNN: allow local submodulesTaylor Blau2-0/+3
2022-10-01t/t7NNN: allow local submodulesTaylor Blau23-1/+62
2022-10-01t/t6NNN: allow local submodulesTaylor Blau2-2/+2
2022-10-01t/t5NNN: allow local submodulesTaylor Blau8-0/+19
2022-10-01t/t4NNN: allow local submodulesTaylor Blau4-3/+5
2022-10-01t/t3NNN: allow local submodulesTaylor Blau6-4/+9
2022-10-01t/2NNNN: allow local submodulesTaylor Blau3-2/+8
2022-10-01t/t1NNN: allow local submodulesTaylor Blau2-2/+4
2022-10-01t/lib-submodule-update.sh: allow local submodulesTaylor Blau1-0/+1
2022-10-01builtin/clone.c: disallow `--local` clones with symlinksTaylor Blau2-35/+23
2022-06-23Git 2.33.4v2.33.4Johannes Schindelin3-2/+8
2022-06-23Sync with 2.32.3Johannes Schindelin8-12/+263
2022-06-23Git 2.32.3v2.32.3Johannes Schindelin3-2/+8
2022-06-23Sync with 2.31.4Johannes Schindelin7-12/+257
2022-06-23Git 2.31.4v2.31.4Johannes Schindelin3-2/+8
2022-06-23Sync with 2.30.5Johannes Schindelin6-12/+251
2022-06-23Git 2.30.5v2.30.5Johannes Schindelin3-2/+14
2022-06-23setup: tighten ownership checks post CVE-2022-24765Carlo Marcelo Arenas Belón1-11/+60
2022-06-23Merge branch 'cb/path-owner-check-with-sudo'Junio C Hamano4-1/+179
2022-06-17git-compat-util: allow root to access both SUDO_UID and root ownedCarlo Marcelo Arenas Belón3-18/+11
2022-05-12t0034: add negative tests and allow git init to mostly work under sudoCarlo Marcelo Arenas Belón2-0/+77
2022-05-12git-compat-util: avoid failing dir ownership checks if running privilegedCarlo Marcelo Arenas Belón3-2/+66
2022-05-12t: regression git needs safe.directory when using sudoCarlo Marcelo Arenas Belón1-0/+44
2022-04-13Git 2.33.3v2.33.3Junio C Hamano9-5/+100
2022-04-13Git 2.32.2v2.32.2Junio C Hamano8-5/+96
2022-04-13Git 2.31.3v2.31.3Junio C Hamano7-5/+92
2022-04-13Git 2.30.4v2.30.4Junio C Hamano3-2/+23
2022-04-13setup: opt-out of check with safe.directory=*Derrick Stolee3-2/+21
2022-04-13setup: fix safe.directory key not being checkedMatheus Valadares2-0/+8
2022-04-13t0033: add tests for safe.directoryDerrick Stolee2-1/+36
2022-03-24Git 2.33.2v2.33.2Johannes Schindelin3-2/+17
2022-03-24Sync with 2.32.1Johannes Schindelin11-13/+249
2022-03-24Git 2.32.1v2.32.1Johannes Schindelin3-2/+8
2022-03-24Sync with 2.31.2Johannes Schindelin10-13/+243
2022-03-24Git 2.31.2v2.31.2Johannes Schindelin3-2/+8
2022-03-24Sync with 2.30.3Johannes Schindelin9-13/+237
2022-03-24Git 2.30.3v2.30.3Johannes Schindelin3-2/+26
2022-03-24Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likesJohannes Schindelin2-11/+23
2022-03-21setup_git_directory(): add an owner check for the top-level directoryJohannes Schindelin3-1/+79
2022-03-21Add a function to determine whether a path is owned by the current userJohannes Schindelin3-0/+106
2022-03-17Merge branch 'cb/mingw-gmtime-r'Johannes Schindelin2-1/+5
2022-03-17mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2-1/+5
2022-03-17GIT-VERSION-GEN: bump to v2.33.1Johannes Schindelin1-1/+1
2021-11-04Merge branch 'vd/pthread-setspecific-g11-fix' into maintJunio C Hamano1-1/+1
2021-11-04Merge branch 'ma/doc-git-version' into maintJunio C Hamano1-1/+1
2021-11-04Merge branch 'pw/rebase-r-fixes' into maintJunio C Hamano2-1/+32
2021-11-04Merge branch 'jk/log-warn-on-bogus-encoding' into maintJunio C Hamano3-14/+3
2021-11-03async_die_is_recursing: work around GCC v11.x issue on FedoraVictoria Dye1-1/+1
2021-11-03rebase -i: fix rewording with --committer-date-is-author-datePhillip Wood2-1/+32
2021-10-29log: document --encoding behavior on iconv() failureJeff King1-1/+3
2021-10-29Revert "logmsg_reencode(): warn when iconv() fails"Junio C Hamano3-15/+2
2021-10-25git.txt: fix typoMartin Ågren1-1/+1
2021-10-12Git 2.33.1v2.33.1Junio C Hamano2-1/+139
2021-10-12Merge branch 'ah/connect-parse-feature-v0-fix' into maintJunio C Hamano2-0/+17
2021-10-12Merge branch 'ab/make-clean-depend-dirs' into maintJunio C Hamano1-1/+0
2021-10-12Merge branch 'jk/http-redact-fix' into maintJunio C Hamano2-15/+15
2021-10-12Merge branch 'da/difftool-dir-diff-symlink-fix' into maintJunio C Hamano2-2/+67
2021-10-12Merge branch 'cb/cvsserver' into maintJunio C Hamano3-17/+24
2021-10-12Merge branch 'jk/clone-unborn-head-in-bare' into maintJunio C Hamano2-16/+30
2021-10-12Merge branch 'en/stash-df-fix' into maintJunio C Hamano2-3/+75
2021-10-12Merge branch 'jk/strvec-typefix' into maintJunio C Hamano1-2/+2
2021-10-12Merge branch 'en/am-abort-fix' into maintJunio C Hamano3-1/+43
2021-10-12Merge branch 'ps/update-ref-batch-flush' into maintJunio C Hamano2-4/+44
2021-10-12Merge branch 'rs/no-mode-to-open-when-appending' into maintJunio C Hamano1-1/+1
2021-10-12Merge branch 'tb/pack-finalize-ordering' into maintJunio C Hamano6-67/+96
2021-10-12Merge branch 'rs/range-diff-avoid-segfault-with-I' into maintJunio C Hamano1-0/+3
2021-10-12Merge branch 'ab/reverse-midx-optim' into maintJunio C Hamano1-0/+3
2021-10-12Merge branch 'jc/trivial-threeway-binary-merge' into maintJunio C Hamano2-0/+66
2021-10-12Merge branch 'ab/send-email-config-fix' into maintJunio C Hamano2-1/+16
2021-10-12Merge branch 'so/diff-index-regression-fix' into maintJunio C Hamano3-14/+8
2021-10-12Merge branch 'jk/log-warn-on-bogus-encoding' into maintJunio C Hamano4-4/+17
2021-10-12Merge branch 'tk/fast-export-anonymized-tag-fix' into maintJunio C Hamano2-4/+7
2021-10-12Merge branch 'mh/send-email-reset-in-reply-to' into maintJunio C Hamano2-9/+62
2021-10-12Merge branch 'sg/set-ceiling-during-tests' into maintJunio C Hamano1-1/+2
2021-10-12Merge branch 'jh/sparse-index-resize-fix' into maintJunio C Hamano1-0/+1
2021-10-12Merge branch 'ka/want-ref-in-namespace' into maintJunio C Hamano3-48/+192
2021-10-12Merge branch 'sg/column-nl' into maintJunio C Hamano3-2/+20
2021-10-12Merge branch 'cb/makefile-apple-clang' into maintJunio C Hamano1-6/+3
2021-10-12Merge branch 'rs/branch-allow-deleting-dangling' into maintJunio C Hamano3-2/+16
2021-10-12Merge branch 'mt/quiet-with-delayed-checkout' into maintJunio C Hamano5-5/+80
2021-10-12Merge branch 'dd/diff-files-unmerged-fix' into maintJunio C Hamano2-0/+57
2021-10-12Merge branch 'rs/git-mmap-uses-malloc' into maintJunio C Hamano1-1/+6
2021-10-12Merge branch 'pw/rebase-r-fixes' into maintJunio C Hamano4-58/+155
2021-10-12Merge branch 'pw/rebase-skip-final-fix' into maintJunio C Hamano3-6/+28
2021-10-12Merge branch 'cb/ci-use-upload-artifacts-v1' into maintJunio C Hamano1-1/+1
2021-10-12Merge branch 'jk/commit-edit-fixup-fix' into maintJunio C Hamano2-3/+11
2021-10-12Merge branch 'jk/range-diff-fixes' into maintJunio C Hamano1-16/+13
2021-10-12Merge branch 'jk/apply-binary-hunk-parsing-fix' into maintJunio C Hamano2-0/+24
2021-10-12Merge branch 'en/pull-conflicting-options' into maintJunio C Hamano18-83/+371
2021-10-12Merge branch 'jt/push-negotiation-fixes' into maintJunio C Hamano6-4/+96
2021-10-12Merge branch 'ab/pack-stdin-packs-fix' into maintJunio C Hamano2-3/+124
2021-10-12Merge branch 'en/typofixes' into maintJunio C Hamano2-2/+2
2021-10-12Merge branch 'cb/unicode-14' into maintJunio C Hamano1-15/+29
2021-10-12Merge branch 'po/git-config-doc-mentions-help-c' into maintJunio C Hamano1-0/+3
2021-10-12Merge branch 'kz/revindex-comment-fix' into maintJunio C Hamano1-2/+2
2021-10-12Merge branch 'cb/plug-leaks-in-alloca-emu-users' into maintJunio C Hamano2-12/+15
2021-10-12Merge branch 'ma/doc-git-version' into maintJunio C Hamano2-0/+32
2021-10-12Merge branch 'rs/drop-core-compression-vars' into maintJunio C Hamano3-5/+0
2021-10-12Merge branch 'jk/t5562-racefix' into maintJunio C Hamano1-8/+8
2021-10-12Merge branch 'rs/setup-use-xopen-and-xdup' into maintJunio C Hamano1-5/+3
2021-10-12Merge branch 'jc/prefix-filename-allocates' into maintJunio C Hamano1-1/+1
2021-10-12Merge branch 'ab/no-more-check-bindir' into maintJunio C Hamano2-15/+1
2021-10-12Merge branch 'bs/doc-bugreport-outdir' into maintJunio C Hamano1-2/+2
2021-10-12Merge branch 'cb/ci-build-pedantic' into maintJunio C Hamano3-3/+13
2021-10-12Merge branch 'rs/archive-use-object-id' into maintJunio C Hamano1-4/+3
2021-10-12Merge branch 'rs/show-branch-simplify' into maintJunio C Hamano1-10/+5
2021-10-12Merge branch 'cb/remote-ndebug-fix' into maintJunio C Hamano1-3/+3
2021-10-12Merge branch 'ab/mailmap-leakfix' into maintJunio C Hamano1-0/+2
2021-10-12Merge branch 'ab/gc-log-rephrase' into maintJunio C Hamano1-1/+1
2021-10-12Merge branch 'ba/object-info' into maintJunio C Hamano1-2/+3
2021-10-12Merge branch 'es/walken-tutorial-fix' into maintJunio C Hamano1-2/+2
2021-10-12Merge branch 'rs/xopen-reports-open-failures' into maintJunio C Hamano16-53/+36
2021-10-12Merge branch 'dd/t6300-wo-gpg-fix' into maintJunio C Hamano1-11/+18
2021-10-12Merge branch 'mh/credential-leakfix' into maintJunio C Hamano1-0/+1
2021-10-12Merge branch 'jk/t5323-no-pack-test-fix' into maintJunio C Hamano1-2/+2
2021-10-12Merge branch 'js/maintenance-launchctl-fix' into maintJunio C Hamano2-21/+87
2021-10-12Merge branch 'ab/rebase-fatal-fatal-fix' into maintJunio C Hamano1-1/+1
2021-10-12Merge branch 'ab/ls-remote-packet-trace' into maintJunio C Hamano2-3/+5
2021-10-12Merge branch 'ga/send-email-sendmail-cmd' into maintJunio C Hamano1-1/+1
2021-10-12Merge branch 'me/t5582-cleanup' into maintJunio C Hamano1-1/+0
2021-10-12Merge branch 'sg/make-fix-ar-invocation' into maintJunio C Hamano1-2/+2
2021-10-12Merge branch 'ti/tcsh-completion-regression-fix' into maintJunio C Hamano1-2/+3
2021-10-12Merge branch 'fc/completion-updates' into maintJunio C Hamano2-7/+22
2021-10-12Merge branch 'cb/ci-freebsd-update' into maintJunio C Hamano1-1/+8
2021-10-12Merge branch 'cb/builtin-merge-format-string-fix' into maintJunio C Hamano1-3/+5
2021-10-12Merge branch 'js/log-protocol-version' into maintJunio C Hamano3-0/+15
2021-10-12Merge branch 'en/merge-strategy-docs' into maintJunio C Hamano6-42/+55
2021-10-12Merge branch 'ab/bundle-doc' into maintJunio C Hamano1-30/+117
2021-09-27connect: also update offset for features without valuesAndrzej Hunt2-0/+17
2021-09-23difftool: fix symlink-file writing in dir-diff modeDavid Aguilar2-2/+67
2021-09-22http: match headers case-insensitively when redactingJeff King2-15/+15
2021-09-22Makefile: clean .depend dirs under COMPUTE_HEADER_DEPENDENCIES != yesÆvar Arnfjörð Bjarmason1-1/+0
2021-09-20clone: handle unborn branch in bare reposJeff King2-16/+30