summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-19Git 2.17.5v2.17.5Jeff King3-2/+24
2020-04-19fsck: reject URL with empty host in .gitmodulesJonathan Nieder2-3/+39
2020-04-19credential: treat URL with empty scheme as invalidJonathan Nieder3-3/+43
2020-04-19credential: treat URL without scheme as invalidJonathan Nieder4-9/+84
2020-04-19credential: die() when parsing invalid urlsJeff King2-6/+3
2020-04-19fsck: convert gitmodules url to URL passed to curlJonathan Nieder2-5/+118
2020-04-19credential: refuse to operate when missing host or protocolJeff King2-14/+40
2020-04-19credential: parse URL without host as empty host, not unsetJeff King3-2/+19
2020-04-19t0300: use more realistic inputsJeff King1-4/+85
2020-04-19t0300: make "quit" helper more realisticJeff King1-3/+13
2020-03-17Git 2.17.4v2.17.4Junio C Hamano3-2/+18
2020-03-12fsck: detect gitmodules URLs with embedded newlinesJeff King2-2/+32
2020-03-12credential: detect unrepresentable values when parsing urlsJeff King3-4/+60
2020-03-12t/lib-credential: use test_i18ncmp to check stderrJeff King1-1/+1
2020-03-12credential: avoid writing values with newlinesJeff King2-0/+8
2019-12-06Git 2.17.3v2.17.3Johannes Schindelin3-2/+14
2019-12-06fsck: reject submodule.update = !command in .gitmodulesJonathan Nieder2-0/+21
2019-12-06Sync with 2.16.6Johannes Schindelin37-82/+865
2019-12-06Git 2.16.6v2.16.6Johannes Schindelin3-2/+10
2019-12-06test-drop-caches: use `has_dos_drive_prefix()`Johannes Schindelin1-5/+8
2019-12-06Sync with 2.15.4Johannes Schindelin35-77/+842
2019-12-06Git 2.15.4v2.15.4Johannes Schindelin3-2/+13
2019-12-06submodule: reject submodule.update = !command in .gitmodulesJonathan Nieder3-11/+20
2019-12-06Sync with 2.14.6Johannes Schindelin31-66/+811
2019-12-06Git 2.14.6v2.14.6Johannes Schindelin3-2/+56
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin4-6/+54
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin11-4/+127
2019-12-05Merge branch 'fix-mingw-quoting-bug'Johannes Schindelin3-5/+156
2019-12-05Merge branch 'dubiously-nested-submodules'Johannes Schindelin4-2/+79
2019-12-05Merge branch 'turn-on-protectntfs-by-default'Johannes Schindelin3-28/+31
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin4-3/+36
2019-12-05Merge branch 'disallow-dotgit-via-ntfs-alternate-data-streams'Johannes Schindelin6-8/+162
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin8-2/+123
2019-12-05quote-stress-test: offer to test quoting arguments for MSYS2 shJohannes Schindelin1-3/+10
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin3-3/+18
2019-12-05unpack-trees: let merged_entry() pass through do_add_entry()'s errorsJohannes Schindelin1-1/+2
2019-12-05quote-stress-test: allow skipping some trialsJohannes Schindelin1-1/+5
2019-12-05t6130/t9350: prepare for stringent Win32 path validationJohannes Schindelin2-1/+2
2019-12-05quote-stress-test: accept arguments to test via the command-lineJohannes Schindelin1-13/+22
2019-12-05tests: add a helper to stress test argument quotingGarima Singh1-2/+116
2019-12-05Disallow dubiously-nested submodule git directoriesJohannes Schindelin4-2/+79
2019-12-05protect_ntfs: turn on NTFS protection by defaultJohannes Schindelin2-3/+1
2019-12-05path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin2-2/+7
2019-12-05mingw: fix quoting of argumentsJohannes Schindelin2-3/+20
2019-12-05is_ntfs_dotgit(): speed it upJohannes Schindelin1-25/+30
2019-12-05path: safeguard `.git` against NTFS Alternate Streams AccessesJohannes Schindelin2-1/+12
2019-12-05is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin3-5/+19
2019-12-05test-path-utils: offer to run a protectNTFS/protectHFS benchmarkGarima Singh1-0/+96
2019-12-04Merge branch 'prevent-name-squatting-on-windows'Johannes Schindelin7-2/+60
2019-12-04Merge branch 'jk/fast-import-unsafe'Johannes Schindelin4-18/+95
2019-12-04path.c: document the purpose of `is_ntfs_dotgit()`Johannes Schindelin1-0/+28
2019-12-04mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin4-3/+13
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin4-2/+50
2019-12-04fast-import: disallow "feature import-marks" by defaultJeff King3-6/+21
2019-12-04fast-import: disallow "feature export-marks" by defaultJeff King4-8/+55
2019-12-04fast-import: delay creating leading directories for export-marksJeff King2-3/+17
2019-12-04fast-import: stop creating leading directories for import-marksJeff King1-1/+0
2019-12-04fast-import: tighten parsing of boolean command line optionsJeff King1-2/+2
2019-12-04t9300: create marks files for double-import-marks testJeff King1-0/+2
2019-12-04t9300: drop some useless uses of catJeff King1-5/+5
2018-09-27Git 2.17.2v2.17.2Junio C Hamano3-2/+14
2018-09-27fsck: detect submodule paths starting with dashJeff King2-0/+15
2018-09-27fsck: detect submodule urls starting with dashJeff King2-0/+22
2018-09-27Sync with 2.16.5Junio C Hamano7-0/+93
2018-09-27Git 2.16.5v2.16.5Junio C Hamano3-2/+8
2018-09-27Sync with 2.15.3Junio C Hamano6-0/+87
2018-09-27Git 2.15.3v2.15.3Junio C Hamano3-2/+8
2018-09-27Sync with Git 2.14.4Junio C Hamano5-0/+81
2018-09-27Git 2.14.5v2.14.5Junio C Hamano3-2/+18
2018-09-27submodule-config: ban submodule paths that start with a dashJeff King2-0/+22
2018-09-27submodule-config: ban submodule urls that start with dashJeff King2-0/+42
2018-09-27submodule--helper: use "--" to signal end of clone optionsJeff King1-0/+1
2018-05-22Git 2.17.1v2.17.1Junio C Hamano3-2/+18
2018-05-22Merge branch 'jk/submodule-fsck-loose' into maintJunio C Hamano8-30/+271
2018-05-22Sync with Git 2.16.4Junio C Hamano20-42/+507
2018-05-22Git 2.16.4v2.16.4Junio C Hamano3-2/+7
2018-05-22Sync with Git 2.15.2Junio C Hamano18-41/+500
2018-05-22Git 2.15.2v2.15.2Junio C Hamano2-1/+4
2018-05-22Sync with Git 2.14.4Junio C Hamano17-41/+497
2018-05-22Git 2.14.4v2.14.4Junio C Hamano3-2/+7
2018-05-22Sync with Git 2.13.7Junio C Hamano16-41/+492
2018-05-22Git 2.13.7v2.13.7Junio C Hamano3-2/+22
2018-05-22Merge branch 'jk/submodule-fix-loose' into maint-2.13Junio C Hamano15-41/+472
2018-05-21fsck: complain when .gitmodules is a symlinkJeff King2-2/+38
2018-05-21index-pack: check .gitmodules files with --strictJeff King3-0/+60
2018-05-21unpack-objects: call fsck_finish() after fscking objectsJeff King2-1/+11
2018-05-21fsck: call fsck_finish() after fscking objectsJeff King2-0/+7
2018-05-21fsck: check .gitmodules contentJeff King1-1/+59
2018-05-21fsck: handle promisor objects in .gitmodules checkJeff King1-0/+3
2018-05-21fsck: detect gitmodules filesJeff King2-0/+65
2018-05-21fsck: actually fsck blob dataJeff King3-24/+28
2018-05-21fsck: simplify ".git" checkJeff King1-3/+1
2018-05-21index-pack: make fsck error message more specificJeff King2-2/+2
2018-05-21Merge branch 'jk/submodule-name-verify-fix' into jk/submodule-name-verify-fsckJeff King16-42/+474
2018-05-21verify_path: disallow symlinks in .gitmodulesJeff King4-15/+37
2018-05-21update-index: stat updated files earlierJeff King1-8/+17
2018-05-21verify_dotfile: mention case-insensitivity in commentJeff King1-1/+4
2018-05-21verify_path: drop clever fallthroughJeff King1-4/+4
2018-05-21skip_prefix: add case-insensitive variantJeff King1-0/+17
2018-05-21is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin2-0/+106
2018-05-21is_ntfs_dotgit: match other .git filesJohannes Schindelin2-1/+93
2018-05-21is_hfs_dotgit: match other .git filesJeff King2-12/+51
2018-05-21is_ntfs_dotgit: use a size_t for traversing stringJeff King1-1/+1
2018-05-21submodule-config: verify submodule names as pathsJeff King5-0/+143
2018-04-02Git 2.17v2.17.0Junio C Hamano1-1/+1
2018-04-02Merge tag 'l10n-2.17.0-rnd1' of git://github.com/git-l10n/git-poJunio C Hamano10-22585/+26683
2018-04-02Merge branch 'pw/add-p-single'Junio C Hamano1-1/+1
2018-03-31add -p: fix 2.17.0-rc* regression due to moved codeÆvar Arnfjörð Bjarmason1-1/+1
2018-03-31l10n: de.po: translate 132 new messagesRalf Thielow1-2093/+2527
2018-03-29Merge branch 'jh/partial-clone'Junio C Hamano3-5/+6
2018-03-29upload-pack: disable object filtering when disabled by configJonathan Nieder2-5/+5
2018-03-29l10n: zh_CN: review for git v2.17.0 l10n round 1Ray Chen1-5/+5
2018-03-29l10n: zh_CN: for git v2.17.0 l10n round 1Jiang Xin1-2066/+2495
2018-03-28Git 2.17-rc2v2.17.0-rc2Junio C Hamano1-1/+1
2018-03-28Merge branch 'tg/stash-doc-typofix'Junio C Hamano1-1/+1
2018-03-28Merge branch 'pc/submodule-helper'Junio C Hamano1-1/+1
2018-03-28Merge branch 'nd/parseopt-completion'Junio C Hamano2-0/+35
2018-03-28l10n: ko.po: Update Korean translationChangwoo Ryu1-2074/+2509
2018-03-27submodule deinit: handle non existing pathspecs gracefullyStefan Beller1-1/+1
2018-03-27git-stash.txt: remove extra square bracketThomas Gummerer1-1/+1
2018-03-25unpack-trees: release oid_array after use in check_updates()René Scharfe1-0/+1
2018-03-25Merge branch 'fr_v2.17.0' of git://github.com/jnavila/gitJiang Xin1-2/+2
2018-03-23l10n: fr.po: v2.17.0 no fuzzyJean-Noël Avila1-2/+2
2018-03-23t9902: disable test on the list of merge-strategies under GETTEXT_POISONJunio C Hamano1-1/+1
2018-03-22Sync with Git 2.16.3Junio C Hamano1-0/+49
2018-03-22Git 2.16.3v2.16.3Junio C Hamano3-2/+51
2018-03-22Merge branch 'ms/non-ascii-ticks' into maintJunio C Hamano1-7/+7
2018-03-22Merge branch 'jk/cached-commit-buffer' into maintJunio C Hamano5-46/+1
2018-03-22Merge branch 'sm/mv-dry-run-update' into maintJunio C Hamano2-2/+7
2018-03-22Merge branch 'tg/worktree-create-tracking' into maintJunio C Hamano1-2/+3
2018-03-22Merge branch 'gs/test-unset-xdg-cache-home' into maintJunio C Hamano1-0/+1
2018-03-22Merge branch 'sb/status-doc-fix' into maintJunio C Hamano1-2/+2
2018-03-22Merge branch 'rd/typofix' into maintJunio C Hamano5-6/+6
2018-03-22Merge branch 'bp/fsmonitor' into maintJunio C Hamano1-2/+2
2018-03-22Merge branch 'bc/doc-interpret-trailers-grammofix' into maintJunio C Hamano1-1/+1
2018-03-22Merge branch 'sg/doc-test-must-fail-args' into maintJunio C Hamano2-2/+22
2018-03-22Merge branch 'rj/sparse-updates' into maintJunio C Hamano2-1/+2
2018-03-22Merge branch 'jk/gettext-poison' into maintJunio C Hamano2-8/+4
2018-03-22Merge branch 'nd/ignore-glob-doc-update' into maintJunio C Hamano1-6/+5
2018-03-22Merge branch 'rs/cocci-strbuf-addf-to-addstr' into maintJunio C Hamano1-16/+1
2018-03-22Merge branch 'jc/worktree-add-short-help' into maintJunio C Hamano1-1/+1
2018-03-22Merge branch 'tz/doc-show-defaults-to-head' into maintJunio C Hamano1-2/+2
2018-03-22Merge branch 'nd/shared-index-fix' into maintJunio C Hamano2-18/+41
2018-03-22Merge branch 'jc/mailinfo-cleanup-fix' into maintJunio C Hamano1-4/+6
2018-03-22Merge branch 'rb/hashmap-h-compilation-fix' into maintJunio C Hamano1-2/+1
2018-03-22Merge branch 'rs/describe-unique-abbrev' into maintJunio C Hamano1-1/+1
2018-03-22Merge branch 'ks/submodule-doc-updates' into maintJunio C Hamano2-29/+87
2018-03-22Merge branch 'cl/t9001-cleanup' into maintJunio C Hamano1-10/+7
2018-03-22Merge branch 'bw/oidmap-autoinit' into maintJunio C Hamano1-0/+11
2018-03-22Merge branch 'sg/test-i18ngrep' into maintJunio C Hamano8-43/+72
2018-03-22Merge branch 'jt/fsck-code-cleanup' into maintJunio C Hamano1-1/+7
2018-03-22Merge branch 'ew/svn-branch-segfault-fix' into maintJunio C Hamano1-0/+5
2018-03-22Merge branch 'nd/list-merge-strategy' into maintJunio C Hamano1-1/+1
2018-03-22Merge branch 'jk/daemon-fixes' into maintJunio C Hamano4-20/+107
2018-03-22Merge branch 'tg/split-index-fixes' into maintJunio C Hamano8-17/+48
2018-03-22Merge branch 'mr/packed-ref-store-fix' into maintJunio C Hamano1-2/+1
2018-03-22Merge branch 'jt/http-redact-cookies' into maintJunio C Hamano3-8/+117
2018-03-22Merge branch 'nd/diff-flush-before-warning' into maintJunio C Hamano1-0/+1
2018-03-22Merge branch 'sg/travis-build-during-script-phase' into maintJunio C Hamano3-15/+4
2018-03-22completion: clear cached --options when sourcing the completion scriptSZEDER Gábor2-0/+35
2018-03-21Git 2.17-rc1v2.17.0-rc1Junio C Hamano2-1/+33
2018-03-21Merge branch 'jk/attributes-path-doc'Junio C Hamano1-3/+10
2018-03-21Merge branch 'rj/warning-uninitialized-fix'Junio C Hamano4-6/+8
2018-03-21Merge branch 'tz/complete-tag-delete-tagname'Junio C Hamano1-1/+1
2018-03-21Merge branch 'ml/filter-branch-portability-fix'Junio C Hamano1-3/+3
2018-03-21Merge branch 'js/ming-strftime'Junio C Hamano2-0/+14
2018-03-21Merge branch 'dp/merge-strategy-doc-fix'Junio C Hamano1-1/+1
2018-03-21Merge branch 'tz/relnotes-1.7-on-perl'Junio C Hamano2-1/+16
2018-03-21Merge branch 'rj/http-code-cleanup'Junio C Hamano1-1/+3
2018-03-21Merge branch 'ks/t3200-typofix'Junio C Hamano1-1/+1
2018-03-21Merge branch 'jt/transfer-fsck-with-promissor'Junio C Hamano5-4/+34
2018-03-21Merge branch 'bp/refresh-cache-ent-rehash-fix'Junio C Hamano1-1/+3
2018-03-21Merge branch 'jh/fsck-promisors'Junio C Hamano1-3/+5
2018-03-21Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano10-40/+37
2018-03-21Merge branch 'ma/config-page-only-in-list-mode'Junio C Hamano4-8/+59
2018-03-21Merge branch 'master' of git://github.com/nafmo/git-l10n-svJiang Xin1-2070/+2501
2018-03-21Merge branch 'master' of https://github.com/Softcatala/git-poJiang Xin1-3652/+3897
2018-03-20doc/gitattributes: mention non-recursive behaviorJeff King1-3/+10
2018-03-20read-cache: fix an -Wmaybe-uninitialized warningRamsay Jones1-2/+4
2018-03-20-Wuninitialized: remove some 'init-self' workaroundsRamsay Jones3-4/+4
2018-03-19filter-branch: use printf instead of echo -eMichele Locati1-3/+3
2018-03-19mingw: abort on invalid strftime formatsJohannes Schindelin2-0/+14
2018-03-19completion: complete tags with git tag --delete/--verifyTodd Zullinger1-1/+1
2018-03-19Documentation/merge-strategies: typofixDavid Pursehouse1-1/+1
2018-03-18l10n: sv.po: Update Swedish translation (3376t0f0u)Peter Krefting1-2070/+2501
2018-03-18l10n: Update Catalan translationJordi Mas1-3652/+3897
2018-03-18Merge branch 'fr_v2.17.0' of git://github.com/jnavila/gitJiang Xin1-2090/+2496
2018-03-17l10n: fr.po v2.17.0 round 1Jean-Noël Avila1-2090/+2496
2018-03-17Merge branch 'master' of https://github.com/vnwildman/gitJiang Xin1-2078/+2513
2018-03-17Merge branch 'master' of git://github.com/alshopov/git-poJiang Xin1-2082/+2516
2018-03-17l10n: vi.po(3376t): Updated Vietnamese translation for v2.17Tran Ngoc Quan1-2078/+2513
2018-03-16RelNotes: add details on Perl module changesTodd Zullinger2-1/+16
2018-03-16l10n: bg.po: Updated Bulgarian translation (3376t)Alexander Shopov1-2082/+2516
2018-03-15l10n: es.po: Update Spanish translation 2.17.0Christopher Diaz Riveros1-2247/+2692
2018-03-16Merge remote-tracking branch 'git-po/maint'Jiang Xin1-147/+147
2018-03-16l10n: git.pot: v2.17.0 round 1 (132 new, 44 removed)Jiang Xin1-1996/+2400
2018-03-15Git 2.17-rc0v2.17.0-rc0Junio C Hamano2-1/+11
2018-03-15Merge branch 'tl/userdiff-csharp-async'Junio C Hamano1-1/+1
2018-03-15Merge branch 'sg/cvs-tests-with-x'Junio C Hamano2-9/+7
2018-03-15Merge branch 'ab/man-sec-list'Junio C Hamano1-0/+3