0001-pre-rebase-hook-capture-documentation-in-a-here-docum.diff
0002-transport-expose-git_tcp_connect-and-friends-in-new-t.diff
0003-daemon-make-host-resolution-into-a-separate-function.diff
0004-daemon-move-locate_host-to-tcp.c.diff
0005-tcp-unify-ipv4-and-ipv6-code-paths.diff
0006-daemon-check-for-errors-retrieving-IP-address.diff
0007-transport-optionally-honor-DNS-SRV-records.diff
0008-srv-be-more-tolerant-of-broken-DNS-replies.diff
0009-contrib-subtree-unset-prefix-before-proceeding.diff
0010-CVE-2014-9390.diff
0011-CVE-2015-7545-1.patch
0012-CVE-2015-7545-2.patch
0013-CVE-2015-7545-3.patch
0014-CVE-2015-7545-4.patch
0015-CVE-2015-7545-5.patch
0016-CVE-2016-2315.patch
0017-CVE-2016-2324.patch
0018-CVE-2014-9938.patch
0019-CVE-2017-1000117.patch
CVE-2017-8386.patch
shell-drop-git-cvsserver-support-by-default.diff
cvsserver-use-safe_pipe_capture.diff
cvsimport-shell-quote-variable-used-in-backticks.diff
archimport-use-safe_pipe_capture-for-user-input.diff
0001-apply-reject-input-that-touches-outside-the-working-a.patch
0002-apply-do-not-read-from-the-filesystem-under-index.patch
0003-apply-do-not-read-from-beyond-a-symbolic-link.patch
0004-apply-do-not-touch-a-file-beyond-a-symbolic-link.patch
0005-submodule-config-verify-submodule-names-as-paths.patch
0006-is_ntfs_dotgit-use-a-size_t-for-traversing-string.patch
0007-is_hfs_dotgit-match-other-.git-files.patch
0008-is_ntfs_dotgit-match-other-.git-files.patch
0009-skip_prefix-add-case-insensitive-variant.patch
0010-verify_path-drop-clever-fallthrough.patch
0011-verify_dotfile-mention-case-insensitivity-in-comment.patch
0012-update-index-stat-updated-files-earlier.patch
0013-verify_path-disallow-symlinks-in-.gitmodules.patch
0014-sha1_file-add-read_loose_object-function.patch
0015-fsck-drop-inode-sorting-code.patch
0016-fsck-parse-loose-object-paths-directly.patch
0017-index-pack-make-fsck-error-message-more-specific.patch
0018-fsck-simplify-.git-check.patch
0019-fsck_object-allow-passing-object-data-separately-from.patch
0020-fsck-actually-fsck-blob-data.patch
0021-add-a-hashtable-implementation-that-supports-O-1-rem.patch
0022-hashmap.h-use-unsigned-int-for-hash-codes-everywhere.patch
0023-hashmap-factor-out-getting-a-hash-code-from-a-SHA1.patch
0024-hashmap-add-simplified-hashmap_get_from_hash-API.patch
0025-fsck-detect-gitmodules-files.patch
0026-fsck-check-.gitmodules-content.patch
0027-fsck-call-fsck_finish-after-fscking-objects.patch
0028-unpack-objects-call-fsck_finish-after-fscking-objects.patch
0029-index-pack-check-.gitmodules-files-with-strict.patch
0030-fsck-complain-when-.gitmodules-is-a-symlink.patch
0001-submodule-helper-use-to-signal-end-of-clone-options.patch
0002-submodule-config-ban-submodule-urls-that-start-with-.patch
0003-submodule-config-ban-submodule-paths-that-start-with.patch
0004-fsck-detect-submodule-urls-starting-with-dash.patch
0005-fsck-detect-submodule-paths-starting-with-dash.patch
0006-cvsimport-apply-shell-quoting-regex-globally.patch
0007-fsck-fix.patch
CVE-2017-15298.patch
CVE_2022_23521_and_41903/0003-attr-fix-overflow-when-upserting-attribute-with-over.patch
CVE_2022_23521_and_41903/0004-attr-fix-out-of-bounds-read-with-huge-attribute-name.patch
CVE_2022_23521_and_41903/0005-attr-fix-integer-overflow-when-parsing-huge-attribut.patch
CVE_2022_23521_and_41903/0006-attr-fix-out-of-bounds-write-when-parsing-huge-numbe.patch
CVE_2022_23521_and_41903/0007-attr-fix-out-of-bounds-read-with-unreasonable-amount.patch
CVE_2022_23521_and_41903/0008-attr-fix-integer-overflow-with-more-than-INT_MAX-mac.patch
CVE_2022_23521_and_41903/0009-attr-harden-allocation-against-integer-overflows.patch
CVE_2022_23521_and_41903/0010-attr-fix-silently-splitting-up-lines-longer-than-204.patch
CVE_2022_23521_and_41903/0011-attr-ignore-attribute-lines-exceeding-2048-bytes.patch
CVE_2022_23521_and_41903/0012-attr-ignore-overly-large-gitattributes-files.patch
CVE_2022_23521_and_41903/adding_fix_extra.patch
#CVE_2022_23521_and_41903/0013-test-lib-add-prerequisite-for-64-bit-platforms.patch
CVE_2022_23521_and_41903/0014-pretty-fix-out-of-bounds-write-caused-by-integer-ove.patch
CVE_2022_23521_and_41903/0015-pretty-fix-out-of-bounds-read-when-left-flushing-wit.patch
CVE_2022_23521_and_41903/0016-pretty-fix-out-of-bounds-read-when-parsing-invalid-p.patch
CVE_2022_23521_and_41903/0017-pretty-fix-adding-linefeed-when-placeholder-is-not-e.patch
CVE_2022_23521_and_41903/0018-pretty-fix-integer-overflow-in-wrapping-format.patch
CVE_2022_23521_and_41903/0019-utf8-fix-truncated-string-lengths-in-utf8_strnwidth.patch
CVE_2022_23521_and_41903/0020-utf8-fix-returning-negative-string-width.patch
CVE_2022_23521_and_41903/0021-utf8-fix-overflow-when-returning-string-width.patch
CVE_2022_23521_and_41903/0022-utf8-fix-checking-for-glyph-width-in-strbuf_utf8_rep.patch
CVE_2022_23521_and_41903/0023-utf8-refactor-strbuf_utf8_replace-to-not-rely-on-pre.patch
CVE_2022_23521_and_41903/0024-pretty-restrict-input-lengths-for-padding-and-wrappi.patch
CVE_2022_23521_and_41903/fix_warnings.patch
CVE_2022_23521_and_41903/adding_fixes_post_commits.patch
