summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-17Git 2.23.2v2.23.2Junio C Hamano15-7/+147
2020-03-17Git 2.22.3v2.22.3Junio C Hamano14-7/+142
2020-03-17Git 2.21.2v2.21.2Junio C Hamano13-7/+137
2020-03-17Git 2.20.3v2.20.3Junio C Hamano12-7/+132
2020-03-17Git 2.19.4v2.19.4Junio C Hamano11-7/+127
2020-03-17Git 2.18.3v2.18.3Junio C Hamano10-7/+122
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.23.1v2.23.1Johannes Schindelin3-2/+10
2019-12-06Sync with 2.22.2Johannes Schindelin45-87/+975
2019-12-06Git 2.22.2v2.22.2Johannes Schindelin3-2/+10
2019-12-06Sync with 2.21.1Johannes Schindelin44-87/+967
2019-12-06Git 2.21.1v2.21.1Johannes Schindelin3-2/+14
2019-12-06Merge branch 'fix-msys2-quoting-bugs'Johannes Schindelin1-5/+20
2019-12-06mingw: sh arguments need quoting in more circumstancesJohannes Schindelin1-2/+3
2019-12-06t7415: drop v2.20.x-specific work-aroundJohannes Schindelin1-1/+1
2019-12-06mingw: fix quoting of empty arguments for `sh`Johannes Schindelin1-1/+1
2019-12-06mingw: use MSYS2 quoting even when spawning shell scriptsJohannes Schindelin1-1/+2
2019-12-06mingw: detect when MSYS2's sh is to be spawned more robustlyJohannes Schindelin1-1/+14
2019-12-06Sync with 2.20.2Johannes Schindelin43-82/+935
2019-12-06Git 2.20.2v2.20.2Johannes Schindelin3-2/+20
2019-12-06submodule: defend against submodule.update = !command in .gitmodulesJonathan Nieder1-0/+2
2019-12-06t7415: adjust test for dubiously-nested submodule gitdirs for v2.20.xJohannes Schindelin1-1/+1
2019-12-06Sync with 2.19.3Johannes Schindelin40-82/+914
2019-12-06Git 2.19.3v2.19.3Johannes Schindelin3-2/+10
2019-12-06Sync with 2.18.2Johannes Schindelin39-82/+906
2019-12-06Git 2.18.2v2.18.2Johannes Schindelin3-2/+10
2019-12-06Sync with 2.17.3Johannes Schindelin38-83/+898
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
2019-08-16Git 2.23v2.23.0Junio C Hamano1-1/+1
2019-08-16Merge tag 'l10n-2.23.0-rnd2' of git://github.com/git-l10n/git-poJunio C Hamano11-36251/+46987
2019-08-16l10n: zh_CN: for git v2.23.0 l10n round 1~2Jiang Xin1-2910/+3413
2019-08-12l10n: de.po: Update German translationMatthias Ruester1-2910/+3533
2019-08-12Merge branch 'master' of https://github.com/vnwildman/gitJiang Xin1-585/+595
2019-08-12Merge branch 'update-italian-translation' of github.com:AlessandroMenti/git-poJiang Xin1-522/+531
2019-08-12Merge branch 'next' of https://github.com/ChrisADR/git-poJiang Xin1-3030/+3598
2019-08-11Sync with Git 2.22.1Junio C Hamano2-0/+4
2019-08-11doc: fix repeated wordsMark Rushakoff9-9/+9
2019-08-11Git 2.22.1v2.22.1Junio C Hamano2-1/+4
2019-08-11.mailmap: update email address of Philip OakleyPhilip Oakley1-0/+1
2019-08-11l10n: it.po: update the Italian localization for v2.23.0 round 2Alessandro Menti1-522/+531
2019-08-11l10n: vi(4674t): Updated translation for VietnameseTran Ngoc Quan1-585/+595
2019-08-10l10n: es: 2.23.0 round 2Christopher Diaz Riveros1-3030/+3598
2019-08-10l10n: fr v2.23.0 round 2Jean-Noël Avila1-2904/+3429
2019-08-10l10n: git.pot: v2.23.0 round 2 (4 new, 6 removed)Jiang Xin1-477/+461
2019-08-10Merge tag 'v2.23.0-rc2' of git://git.kernel.org/pub/scm/git/gitJiang Xin59-396/+1041
2019-08-10l10n: bg.po: Updated Bulgarian translation (4674t)Alexander Shopov1-2937/+3481
2019-08-09Merge branch 'cb/xdiff-no-system-includes-in-dot-c' into maintJunio C Hamano3-8/+0
2019-08-09Merge branch 'jk/no-system-includes-in-dot-c' into maintJunio C Hamano3-3/+0
2019-08-09Merge branch 'sg/fsck-config-in-doc' into maintJunio C Hamano1-0/+5
2019-08-09Merge branch 'jk/xdiff-clamp-funcname-context-index' into maintJunio C Hamano2-2/+24
2019-08-09Git 2.23-rc2v2.23.0-rc2Junio C Hamano1-1/+1
2019-08-09Merge branch 'bc/hash-independent-tests-part-4'Junio C Hamano2-9/+8
2019-08-09Merge branch 'rs/plug-strbuf-reak-in-read-alt-refs'Junio C Hamano1-0/+1
2019-08-09Merge branch 'mt/dir-iterator-updates'Junio C Hamano2-4/+4
2019-08-09Merge branch 'ds/commit-graph-incremental'Junio C Hamano1-5/+7
2019-08-08Merge branch 'ja/l10n-fixes'Junio C Hamano2-5/+12
2019-08-08Merge branch 'en/disable-dir-rename-in-recursive-merge'Junio C Hamano2-1/+113
2019-08-08Merge branch 'nd/switch-and-restore'Junio C Hamano1-1/+1
2019-08-08Merge branch 'mr/doc-can-not-to-cannot'Junio C Hamano6-7/+7
2019-08-08Merge branch 'ds/commit-graph-octopus-fix'Junio C Hamano2-2/+4
2019-08-08t0000: reword comments for "local" testJeff King1-8/+6
2019-08-08t: decrease nesting in test_oid_to_pathJonathan Nieder1-1/+2
2019-08-07sha1-file: release strbuf after useRené Scharfe1-0/+1
2019-08-07test-dir-iterator: use path argument directlyRené Scharfe1-3/+1
2019-08-07dir-iterator: release strbuf after useRené Scharfe1-1/+3
2019-08-07commit-graph: release strbufs after useRené Scharfe1-5/+7
2019-08-06l10n: reformat some localized strings for v2.23.0Jean-Noël Avila2-5/+12
2019-08-06merge-recursive: avoid directory rename detection in recursive caseElijah Newren2-1/+113
2019-08-06l10n: vi.po (4676t): Updated Vietnamese translationTran Ngoc Quan1-3017/+3618
2019-08-05commit-graph: fix bug around octopus mergesDerrick Stolee2-2/+4
2019-08-05restore: fix typo in docsWilliam Chargin1-1/+1
2019-08-05doc: typo: s/can not/cannot/ and s/is does/does/Mark Rushakoff6-7/+7
2019-08-03Merge branch 'master' of https://github.com/Softcatala/git-poJiang Xin1-4517/+6933
2019-08-03Merge branch 'update-italian-translation' of github.com:AlessandroMenti/git-poJiang Xin1-3117/+3723
2019-08-03l10n: Update Catalan translationJordi Mas1-4517/+6933
2019-08-02Git 2.23-rc1v2.23.0-rc1Junio C Hamano2-1/+2
2019-08-02Merge branch 'sg/fsck-config-in-doc'Junio C Hamano1-0/+5
2019-08-02Merge branch 'js/visual-studio'Junio C Hamano9-100/+576
2019-08-02Merge branch 'jc/log-mailmap-flip-defaults'Junio C Hamano5-27/+39
2019-08-02Merge branch 'js/early-config-with-onbranch'Junio C Hamano2-1/+7
2019-08-02log: really flip the --mailmap defaultJunio C Hamano3-6/+36
2019-08-01Merge branch 'jk/repack-silence-auto-bitmap-warning'Junio C Hamano3-23/+37
2019-08-01Merge branch 'jk/sort-iter-test-output'Junio C Hamano2-33/+55
2019-08-01Merge branch 'jc/dir-iterator-test-fix'Junio C Hamano2-3/+12
2019-08-01Merge branch 'bc/hash-independent-tests-part-4'Junio C Hamano11-93/+142
2019-08-01RelNotes/2.23.0: fix a few typos and other minor issuesMartin Ågren1-7/+7
2019-08-01Sync with maintJunio C Hamano1-1/+1
2019-08-01RelNotes/2.21.1: typofixMartin Ågren1-1/+1
2019-08-01log: flip the --mailmap default unconditionallyJunio C Hamano3-22/+4
2019-08-01l10n: it.po: update the Italian translation for v2.23.0Alessandro Menti1-3117/+3723
2019-07-31config: work around bug with includeif:onbranch and early configJohannes Schindelin2-1/+7
2019-07-31A few more last-minute fixesJunio C Hamano1-63/+2
2019-07-31Merge branch 'cb/xdiff-no-system-includes-in-dot-c'Junio C Hamano3-8/+0
2019-07-31Merge branch 'jk/no-system-includes-in-dot-c'Junio C Hamano3-3/+0
2019-07-31repack: simplify handling of auto-bitmaps and .keep filesJeff King2-16/+4
2019-07-31repack: silence warnings when auto-enabled bitmaps cannot be builtJeff King3-11/+36
2019-07-31t7700: clean up .keep file in bitmap-writing testJeff King1-0/+1
2019-07-31t: sort output of hashmap iterationJeff King2-33/+55
2019-07-31l10n: sv.po: Update Swedish translation (4676t0f0u)Peter Krefting1-2979/+3586
2019-07-30test-dir-iterator: do not assume errno valuesJunio C Hamano2-3/+12
2019-07-30l10n: git.pot: v2.23.0 round 1 (130 new, 35 removed)Jiang Xin1-2829/+3311
2019-07-30Merge tag 'v2.23.0-rc0' of git://git.kernel.org/pub/scm/git/gitJiang Xin400-3656/+14772
2019-07-29git: avoid calling aliased builtins via their dashed formJohannes Schindelin1-3/+0
2019-07-29bin-wrappers: append `.exe` to target paths if necessaryJohannes Schindelin1-1/+1
2019-07-29.gitignore: ignore Visual Studio's temporary/generated filesJohannes Schindelin1-0/+3
2019-07-29.gitignore: touch up the entries regarding Visual StudioPhilip Oakley1-2/+3
2019-07-29vcxproj: also link-or-copy builtinsJohannes Schindelin2-0/+18
2019-07-29msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin3-1/+86
2019-07-29contrib/buildsystems: add a backend for modern Visual Studio versionsJohannes Schindelin1-0/+385
2019-07-29contrib/buildsystems: handle options starting with a slashJohannes Schindelin1-1/+1
2019-07-29contrib/buildsystems: also handle -lexpatJohannes Schindelin1-0/+2
2019-07-29contrib/buildsystems: handle libiconv, tooJohannes Schindelin1-0/+2
2019-07-29contrib/buildsystems: handle the curl library optionPhilip Oakley1-1/+3
2019-07-29contrib/buildsystems: error out on unknown optionJohannes Schindelin1-0/+2
2019-07-29contrib/buildsystems: optionally capture the dry-run in a filePhilip Oakley1-0/+10
2019-07-29contrib/buildsystems: redirect errors of the dry run into a log filePhilip Oakley1-1/+6
2019-07-29contrib/buildsystems: ignore gettext stuffPhilip Oakley1-0/+6
2019-07-29contrib/buildsystems: handle quoted spaces in filenamesPhilip Oakley1-3/+4
2019-07-29contrib/buildsystems: fix misleading error messagePhilip Oakley1-1/+1
2019-07-29contrib/buildsystems: ignore irrelevant files in Generators/Johannes Schindelin1-1/+1
2019-07-29contrib/buildsystems: ignore invalidcontinue.objPhilip Oakley1-3/+7
2019-07-29Vcproj.pm: urlencode '<' and '>' when generating VC projectsJohannes Schindelin1-0/+8
2019-07-29Vcproj.pm: do not configure VCWebServiceProxyGeneratorToolJohannes Schindelin1-12/+0
2019-07-29Vcproj.pm: list git.exe first to be startup projectPhilip Oakley1-14/+19
2019-07-29Vcproj.pm: auto-generate GUIDsJohannes Schindelin1-57/+9
2019-07-29Git 2.23-rc0v2.23.0-rc0Junio C Hamano2-1/+6
2019-07-29Sync with maintJunio C Hamano1-1/+72
2019-07-29Merge branch 'js/rebase-cleanup'Junio C Hamano2-11/+2
2019-07-29Merge branch 'jk/xdiff-clamp-funcname-context-index'Junio C Hamano2-2/+24
2019-07-29Merge branch 'sg/travis-gcc-4.8'Junio C Hamano2-4/+17
2019-07-29Merge branch 'bb/grep-pcre2-bug-message-fix'Junio C Hamano1-1/+1
2019-07-29Merge fixes made on the 'master' frontJunio C Hamano1-1/+72
2019-07-29Merge branch 'jc/post-c89-rules-doc' into maintJunio C Hamano1-3/+23
2019-07-29Merge branch 'fc/fetch-with-import-fix' into maintJunio C Hamano3-23/+45
2019-07-29Merge branch 'ds/close-object-store' into maintJunio C Hamano19-327/+398
2019-07-29Merge branch 'pw/add-p-recount' into maintJunio C Hamano2-1/+13
2019-07-29Merge branch 'rs/avoid-overflow-in-midpoint-computation' into maintJunio C Hamano6-7/+8
2019-07-29Merge branch 'jk/trailers-use-config' into maintJunio C Hamano2-27/+47
2019-07-29Merge branch 'tg/stash-ref-by-index-fix' into maintJunio C Hamano2-4/+23
2019-07-29Merge branch 'pw/rebase-abort-clean-rewritten' into maintJunio C Hamano3-15/+53
2019-07-29Merge branch 'nd/completion-no-cache-failure' into maintJunio C Hamano1-1/+2
2019-07-29Merge branch 'rs/config-unit-parsing' into maintJunio C Hamano1-21/+18
2019-07-29Merge branch 'jk/delta-islands-progress-fix' into maintJunio C Hamano3-4/+5
2019-07-29Merge branch 'sg/rebase-progress' into maintJunio C Hamano8-98/+104
2019-07-29Merge branch 'ms/submodule-foreach-fix' into maintJunio C Hamano2-0/+8
2019-07-29Merge branch 'js/rebase-reschedule-applies-only-to-interactive' into maintJunio C Hamano2-3/+15
2019-07-29Merge branch 'qn/clone-doc-use-long-form' into maintJunio C Hamano1-17/+17
2019-07-29Merge branch 'jc/denoise-rm-to-resolve' into maintJunio C Hamano2-1/+14
2019-07-29Merge branch 'js/mingw-spawn-with-spaces-in-path' into maintJunio C Hamano2-3/+11
2019-07-29Merge branch 'sr/gpg-interface-stop-at-the-end' into maintJunio C Hamano1-0/+3
2019-07-29Merge branch 'js/clean-report-too-long-a-path' into maintJunio C Hamano2-1/+14
2019-07-29Merge branch 'es/local-atomic-push-failure-with-http' into maintJunio C Hamano3-0/+69